public static interface ModelMonitoringJobExecutionDetail.ProcessedDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Actual data location of the processed dataset.
|
com.google.protobuf.ByteString |
getLocationBytes()
Actual data location of the processed dataset.
|
com.google.type.Interval |
getTimeRange()
Dataset time range information if any.
|
com.google.type.IntervalOrBuilder |
getTimeRangeOrBuilder()
Dataset time range information if any.
|
boolean |
hasTimeRange()
Dataset time range information if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getLocation()
Actual data location of the processed dataset.
string location = 1;com.google.protobuf.ByteString getLocationBytes()
Actual data location of the processed dataset.
string location = 1;boolean hasTimeRange()
Dataset time range information if any.
.google.type.Interval time_range = 2;com.google.type.Interval getTimeRange()
Dataset time range information if any.
.google.type.Interval time_range = 2;com.google.type.IntervalOrBuilder getTimeRangeOrBuilder()
Dataset time range information if any.
.google.type.Interval time_range = 2;Copyright © 2025 Google LLC. All rights reserved.