public interface AutoMlTablesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputs()
public abstract AutoMlTablesInputs getInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Type | Description |
| AutoMlTablesInputs | The inputs. |
getInputsOrBuilder()
public abstract AutoMlTablesInputsOrBuilder getInputsOrBuilder()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Type | Description |
| AutoMlTablesInputsOrBuilder |
getMetadata()
public abstract AutoMlTablesMetadata getMetadata()The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Type | Description |
| AutoMlTablesMetadata | The metadata. |
getMetadataOrBuilder()
public abstract AutoMlTablesMetadataOrBuilder getMetadataOrBuilder()The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Type | Description |
| AutoMlTablesMetadataOrBuilder |
hasInputs()
public abstract boolean hasInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Type | Description |
| boolean | Whether the inputs field is set. |
hasMetadata()
public abstract boolean hasMetadata()The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Type | Description |
| boolean | Whether the metadata field is set. |