Interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource,ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.Builder
- Enclosing class:
- ModelMonitoringInput.ModelMonitoringDataset
public static interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionData format of the dataset.intData format of the dataset.Google Cloud Storage URI to the input file(s).com.google.protobuf.ByteStringGoogle Cloud Storage URI to the input file(s).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
-
getGcsUri
String getGcsUri()Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.
string gcs_uri = 1;- Returns:
- The gcsUri.
-
getGcsUriBytes
com.google.protobuf.ByteString getGcsUriBytes()Google Cloud Storage URI to the input file(s). May contain wildcards. For more information on wildcards, see https://cloud.google.com/storage/docs/wildcards.
string gcs_uri = 1;- Returns:
- The bytes for gcsUri.
-
getFormatValue
int getFormatValue()Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;- Returns:
- The enum numeric value on the wire for format.
-
getFormat
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;- Returns:
- The format.
-