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