public interface AutoMlTablesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AutoMlTablesInputs |
getInputs()
The input parameters of this TrainingJob.
|
AutoMlTablesInputsOrBuilder |
getInputsOrBuilder()
The input parameters of this TrainingJob.
|
AutoMlTablesMetadata |
getMetadata()
The metadata information.
|
AutoMlTablesMetadataOrBuilder |
getMetadataOrBuilder()
The metadata information.
|
boolean |
hasInputs()
The input parameters of this TrainingJob.
|
boolean |
hasMetadata()
The metadata information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
AutoMlTablesInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
AutoMlTablesInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
boolean hasMetadata()
The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
AutoMlTablesMetadata getMetadata()
The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
AutoMlTablesMetadataOrBuilder getMetadataOrBuilder()
The metadata information.
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
Copyright © 2023 Google LLC. All rights reserved.