Interface AutoMlTablesOrBuilder

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

@Generated public interface AutoMlTablesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The input parameters of this TrainingJob.
    The input parameters of this TrainingJob.
    The metadata information.
    The metadata information.
    boolean
    The input parameters of this TrainingJob.
    boolean
    The metadata information.

    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

    • hasInputs

      boolean hasInputs()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
      Returns:
      Whether the inputs field is set.
    • getInputs

      AutoMlTablesInputs getInputs()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
      Returns:
      The inputs.
    • getInputsOrBuilder

      AutoMlTablesInputsOrBuilder getInputsOrBuilder()
       The input parameters of this TrainingJob.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
    • hasMetadata

      boolean hasMetadata()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      AutoMlTablesMetadata getMetadata()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      AutoMlTablesMetadataOrBuilder getMetadataOrBuilder()
       The metadata information.
       
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;