Interface Examples.ExampleGcsSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Examples.ExampleGcsSource, Examples.ExampleGcsSource.Builder
Enclosing class:
Examples

public static interface Examples.ExampleGcsSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The format in which instances are given, if not specified, assume it's JSONL format.
    int
    The format in which instances are given, if not specified, assume it's JSONL format.
    The Cloud Storage location for the input instances.
    The Cloud Storage location for the input instances.
    boolean
    The Cloud Storage location for the input instances.

    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

    • getDataFormatValue

      int getDataFormatValue()
       The format in which instances are given, if not specified, assume it's
       JSONL format. Currently only JSONL format is supported.
       
      .google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;
      Returns:
      The enum numeric value on the wire for dataFormat.
    • getDataFormat

       The format in which instances are given, if not specified, assume it's
       JSONL format. Currently only JSONL format is supported.
       
      .google.cloud.aiplatform.v1.Examples.ExampleGcsSource.DataFormat data_format = 1;
      Returns:
      The dataFormat.
    • hasGcsSource

      boolean hasGcsSource()
       The Cloud Storage location for the input instances.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 2;
      Returns:
      Whether the gcsSource field is set.
    • getGcsSource

      GcsSource getGcsSource()
       The Cloud Storage location for the input instances.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 2;
      Returns:
      The gcsSource.
    • getGcsSourceOrBuilder

      GcsSourceOrBuilder getGcsSourceOrBuilder()
       The Cloud Storage location for the input instances.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 2;