Interface InputConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InputConfig, InputConfig.Builder

    public interface InputConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataFormat getDataFormat()
      The input data format that used to store the model in Cloud Storage.
      int getDataFormatValue()
      The input data format that used to store the model in Cloud Storage.
      GcsSource getGcsSource()
      The Google Cloud Storage location to read the input from.
      GcsSourceOrBuilder getGcsSourceOrBuilder()
      The Google Cloud Storage location to read the input from.
      InputConfig.SourceCase getSourceCase()  
      boolean hasGcsSource()
      The Google Cloud Storage location to read the input from.
      • 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 Detail

      • hasGcsSource

        boolean hasGcsSource()
         The Google Cloud Storage location to read the input from. This must be a
         single file.
         
        .google.cloud.optimization.v1.GcsSource gcs_source = 1;
        Returns:
        Whether the gcsSource field is set.
      • getGcsSource

        GcsSource getGcsSource()
         The Google Cloud Storage location to read the input from. This must be a
         single file.
         
        .google.cloud.optimization.v1.GcsSource gcs_source = 1;
        Returns:
        The gcsSource.
      • getGcsSourceOrBuilder

        GcsSourceOrBuilder getGcsSourceOrBuilder()
         The Google Cloud Storage location to read the input from. This must be a
         single file.
         
        .google.cloud.optimization.v1.GcsSource gcs_source = 1;
      • getDataFormatValue

        int getDataFormatValue()
         The input data format that used to store the model in Cloud Storage.
         
        .google.cloud.optimization.v1.DataFormat data_format = 2;
        Returns:
        The enum numeric value on the wire for dataFormat.
      • getDataFormat

        DataFormat getDataFormat()
         The input data format that used to store the model in Cloud Storage.
         
        .google.cloud.optimization.v1.DataFormat data_format = 2;
        Returns:
        The dataFormat.