Interface AutoMlTablesOrBuilder (3.42.0)

public interface AutoMlTablesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputs()

public abstract AutoMlTablesInputs getInputs()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;

Returns
TypeDescription
AutoMlTablesInputs

The inputs.

getInputsOrBuilder()

public abstract AutoMlTablesInputsOrBuilder getInputsOrBuilder()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;

Returns
TypeDescription
AutoMlTablesInputsOrBuilder

getMetadata()

public abstract AutoMlTablesMetadata getMetadata()

The metadata information.

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;

Returns
TypeDescription
AutoMlTablesMetadata

The metadata.

getMetadataOrBuilder()

public abstract AutoMlTablesMetadataOrBuilder getMetadataOrBuilder()

The metadata information.

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;

Returns
TypeDescription
AutoMlTablesMetadataOrBuilder

hasInputs()

public abstract boolean hasInputs()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the metadata field is set.