public static interface ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFormat()
public abstract ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat getFormat()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
Returns | |
---|---|
Type | Description |
ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat |
The format. |
getFormatValue()
public abstract int getFormatValue()
Data format of the dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput.ModelMonitoringDataset.ModelMonitoringGcsSource.DataFormat format = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for format. |
getGcsUri()
public abstract 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 | |
---|---|
Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for gcsUri. |