public static interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat |
getFormat()
Data format of the dataset.
|
int |
getFormatValue()
Data format of the dataset.
|
String |
getGcsUri()
Google Cloud Storage URI to the input file(s).
|
com.google.protobuf.ByteString |
getGcsUriBytes()
Google Cloud Storage URI to the input file(s).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;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/gsutil/addlhelp/WildcardNames.
string gcs_uri = 1;int getFormatValue()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat getFormat()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
Copyright © 2024 Google LLC. All rights reserved.