Interface ModelMonitoringJobExecutionDetail.ProcessedDatasetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringJobExecutionDetail.ProcessedDataset,ModelMonitoringJobExecutionDetail.ProcessedDataset.Builder
- Enclosing class:
- ModelMonitoringJobExecutionDetail
public static interface ModelMonitoringJobExecutionDetail.ProcessedDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionActual data location of the processed dataset.com.google.protobuf.ByteStringActual data location of the processed dataset.Dataset time range information if any.Dataset time range information if any.booleanDataset time range information if any.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocation
String getLocation()Actual data location of the processed dataset.
string location = 1;- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()Actual data location of the processed dataset.
string location = 1;- Returns:
- The bytes for location.
-
hasTimeRange
boolean hasTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;- Returns:
- Whether the timeRange field is set.
-
getTimeRange
Interval getTimeRange()Dataset time range information if any.
.google.type.Interval time_range = 2;- Returns:
- The timeRange.
-
getTimeRangeOrBuilder
IntervalOrBuilder getTimeRangeOrBuilder()Dataset time range information if any.
.google.type.Interval time_range = 2;
-