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 Type
    Method
    Description
    Data format of the dataset.
    int
    Data format of the dataset.
    Google Cloud Storage URI to the input file(s).
    com.google.protobuf.ByteString
    Google Cloud Storage URI to the input file(s).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.