Class AutoMlForecasting.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
- com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecasting.Builder
-
- All Implemented Interfaces:
AutoMlForecastingOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- AutoMlForecasting
public static final class AutoMlForecasting.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder> implements AutoMlForecastingOrBuilder
A TrainingJob that trains and uploads an AutoML Forecasting Model.
Protobuf typegoogle.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecasting
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoMlForecasting.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AutoMlForecasting
build()
AutoMlForecasting
buildPartial()
AutoMlForecasting.Builder
clear()
AutoMlForecasting.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AutoMlForecasting.Builder
clearInputs()
The input parameters of this TrainingJob.AutoMlForecasting.Builder
clearMetadata()
The metadata information.AutoMlForecasting.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AutoMlForecasting.Builder
clone()
AutoMlForecasting
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
AutoMlForecastingInputs
getInputs()
The input parameters of this TrainingJob.AutoMlForecastingInputs.Builder
getInputsBuilder()
The input parameters of this TrainingJob.AutoMlForecastingInputsOrBuilder
getInputsOrBuilder()
The input parameters of this TrainingJob.AutoMlForecastingMetadata
getMetadata()
The metadata information.AutoMlForecastingMetadata.Builder
getMetadataBuilder()
The metadata information.AutoMlForecastingMetadataOrBuilder
getMetadataOrBuilder()
The metadata information.boolean
hasInputs()
The input parameters of this TrainingJob.boolean
hasMetadata()
The metadata information.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
AutoMlForecasting.Builder
mergeFrom(AutoMlForecasting other)
AutoMlForecasting.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AutoMlForecasting.Builder
mergeFrom(com.google.protobuf.Message other)
AutoMlForecasting.Builder
mergeInputs(AutoMlForecastingInputs value)
The input parameters of this TrainingJob.AutoMlForecasting.Builder
mergeMetadata(AutoMlForecastingMetadata value)
The metadata information.AutoMlForecasting.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AutoMlForecasting.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AutoMlForecasting.Builder
setInputs(AutoMlForecastingInputs value)
The input parameters of this TrainingJob.AutoMlForecasting.Builder
setInputs(AutoMlForecastingInputs.Builder builderForValue)
The input parameters of this TrainingJob.AutoMlForecasting.Builder
setMetadata(AutoMlForecastingMetadata value)
The metadata information.AutoMlForecasting.Builder
setMetadata(AutoMlForecastingMetadata.Builder builderForValue)
The metadata information.AutoMlForecasting.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AutoMlForecasting.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
clear
public AutoMlForecasting.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
getDefaultInstanceForType
public AutoMlForecasting getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public AutoMlForecasting build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AutoMlForecasting buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AutoMlForecasting.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
setField
public AutoMlForecasting.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
clearField
public AutoMlForecasting.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
clearOneof
public AutoMlForecasting.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
setRepeatedField
public AutoMlForecasting.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
addRepeatedField
public AutoMlForecasting.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
mergeFrom
public AutoMlForecasting.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AutoMlForecasting.Builder>
-
mergeFrom
public AutoMlForecasting.Builder mergeFrom(AutoMlForecasting other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
mergeFrom
public AutoMlForecasting.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AutoMlForecasting.Builder>
- Throws:
IOException
-
hasInputs
public boolean hasInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
- Specified by:
hasInputs
in interfaceAutoMlForecastingOrBuilder
- Returns:
- Whether the inputs field is set.
-
getInputs
public AutoMlForecastingInputs getInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
- Specified by:
getInputs
in interfaceAutoMlForecastingOrBuilder
- Returns:
- The inputs.
-
setInputs
public AutoMlForecasting.Builder setInputs(AutoMlForecastingInputs value)
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
-
setInputs
public AutoMlForecasting.Builder setInputs(AutoMlForecastingInputs.Builder builderForValue)
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
-
mergeInputs
public AutoMlForecasting.Builder mergeInputs(AutoMlForecastingInputs value)
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
-
clearInputs
public AutoMlForecasting.Builder clearInputs()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
-
getInputsBuilder
public AutoMlForecastingInputs.Builder getInputsBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
-
getInputsOrBuilder
public AutoMlForecastingInputsOrBuilder getInputsOrBuilder()
The input parameters of this TrainingJob.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs inputs = 1;
- Specified by:
getInputsOrBuilder
in interfaceAutoMlForecastingOrBuilder
-
hasMetadata
public boolean hasMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
- Specified by:
hasMetadata
in interfaceAutoMlForecastingOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
public AutoMlForecastingMetadata getMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
- Specified by:
getMetadata
in interfaceAutoMlForecastingOrBuilder
- Returns:
- The metadata.
-
setMetadata
public AutoMlForecasting.Builder setMetadata(AutoMlForecastingMetadata value)
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
-
setMetadata
public AutoMlForecasting.Builder setMetadata(AutoMlForecastingMetadata.Builder builderForValue)
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
-
mergeMetadata
public AutoMlForecasting.Builder mergeMetadata(AutoMlForecastingMetadata value)
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
-
clearMetadata
public AutoMlForecasting.Builder clearMetadata()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
-
getMetadataBuilder
public AutoMlForecastingMetadata.Builder getMetadataBuilder()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
-
getMetadataOrBuilder
public AutoMlForecastingMetadataOrBuilder getMetadataOrBuilder()
The metadata information.
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingMetadata metadata = 2;
- Specified by:
getMetadataOrBuilder
in interfaceAutoMlForecastingOrBuilder
-
setUnknownFields
public final AutoMlForecasting.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
mergeUnknownFields
public final AutoMlForecasting.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AutoMlForecasting.Builder>
-
-