public static final class AutoMlTables.Builder extends GeneratedMessage.Builder<AutoMlTables.Builder> implements AutoMlTablesOrBuilderA TrainingJob that trains and uploads an AutoML Tables Model.
Protobuf type
google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTables
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AutoMlTables.BuilderImplements
AutoMlTablesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AutoMlTables build()| Returns | |
|---|---|
| Type | Description |
AutoMlTables |
|
buildPartial()
public AutoMlTables buildPartial()| Returns | |
|---|---|
| Type | Description |
AutoMlTables |
|
clear()
public AutoMlTables.Builder clear()| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
clearInputs()
public AutoMlTables.Builder clearInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
clearMetadata()
public AutoMlTables.Builder clearMetadata()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
getDefaultInstanceForType()
public AutoMlTables getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AutoMlTables |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInputs()
public AutoMlTablesInputs getInputs()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlTablesInputs |
The inputs. |
getInputsBuilder()
public AutoMlTablesInputs.Builder getInputsBuilder()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlTablesInputs.Builder |
|
getInputsOrBuilder()
public AutoMlTablesInputsOrBuilder getInputsOrBuilder()The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Returns | |
|---|---|
| Type | Description |
AutoMlTablesInputsOrBuilder |
|
getMetadata()
public AutoMlTablesMetadata getMetadata()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlTablesMetadata |
The metadata. |
getMetadataBuilder()
public AutoMlTablesMetadata.Builder getMetadataBuilder()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlTablesMetadata.Builder |
|
getMetadataOrBuilder()
public AutoMlTablesMetadataOrBuilder getMetadataOrBuilder()The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Returns | |
|---|---|
| Type | Description |
AutoMlTablesMetadataOrBuilder |
|
hasInputs()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AutoMlTables other)
public AutoMlTables.Builder mergeFrom(AutoMlTables other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTables |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutoMlTables.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AutoMlTables.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
mergeInputs(AutoMlTablesInputs value)
public AutoMlTables.Builder mergeInputs(AutoMlTablesInputs value)The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
AutoMlTablesInputs |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
mergeMetadata(AutoMlTablesMetadata value)
public AutoMlTables.Builder mergeMetadata(AutoMlTablesMetadata value)The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
AutoMlTablesMetadata |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
setInputs(AutoMlTablesInputs value)
public AutoMlTables.Builder setInputs(AutoMlTablesInputs value)The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
AutoMlTablesInputs |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
setInputs(AutoMlTablesInputs.Builder builderForValue)
public AutoMlTables.Builder setInputs(AutoMlTablesInputs.Builder builderForValue)The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs inputs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AutoMlTablesInputs.Builder |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
setMetadata(AutoMlTablesMetadata value)
public AutoMlTables.Builder setMetadata(AutoMlTablesMetadata value)The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
AutoMlTablesMetadata |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|
setMetadata(AutoMlTablesMetadata.Builder builderForValue)
public AutoMlTables.Builder setMetadata(AutoMlTablesMetadata.Builder builderForValue)The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesMetadata metadata = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AutoMlTablesMetadata.Builder |
| Returns | |
|---|---|
| Type | Description |
AutoMlTables.Builder |
|