public static interface ModelMonitoringJobExecutionDetail.ProcessedDatasetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocation()
public abstract String getLocation()Actual data location of the processed dataset.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Actual data location of the processed dataset.
string location = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getTimeRange()
public abstract Interval getTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval |
The timeRange. |
getTimeRangeOrBuilder()
public abstract IntervalOrBuilder getTimeRangeOrBuilder()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.IntervalOrBuilder |
|
hasTimeRange()
public abstract boolean hasTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeRange field is set. |