Class AutoMlVideoObjectTracking.Builder (3.84.0)

public static final class AutoMlVideoObjectTracking.Builder extends GeneratedMessage.Builder<AutoMlVideoObjectTracking.Builder> implements AutoMlVideoObjectTrackingOrBuilder

A TrainingJob that trains and uploads an AutoML Video ObjectTracking Model.

Protobuf type google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTracking

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoMlVideoObjectTracking build()
Returns
Type Description
AutoMlVideoObjectTracking

buildPartial()

public AutoMlVideoObjectTracking buildPartial()
Returns
Type Description
AutoMlVideoObjectTracking

clear()

public AutoMlVideoObjectTracking.Builder clear()
Returns
Type Description
AutoMlVideoObjectTracking.Builder
Overrides

clearInputs()

public AutoMlVideoObjectTracking.Builder clearInputs()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Returns
Type Description
AutoMlVideoObjectTracking.Builder

getDefaultInstanceForType()

public AutoMlVideoObjectTracking getDefaultInstanceForType()
Returns
Type Description
AutoMlVideoObjectTracking

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getInputs()

public AutoMlVideoObjectTrackingInputs getInputs()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Returns
Type Description
AutoMlVideoObjectTrackingInputs

The inputs.

getInputsBuilder()

public AutoMlVideoObjectTrackingInputs.Builder getInputsBuilder()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Returns
Type Description
AutoMlVideoObjectTrackingInputs.Builder

getInputsOrBuilder()

public AutoMlVideoObjectTrackingInputsOrBuilder getInputsOrBuilder()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Returns
Type Description
AutoMlVideoObjectTrackingInputsOrBuilder

hasInputs()

public boolean hasInputs()

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Returns
Type Description
boolean

Whether the inputs field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoMlVideoObjectTracking other)

public AutoMlVideoObjectTracking.Builder mergeFrom(AutoMlVideoObjectTracking other)
Parameter
Name Description
other AutoMlVideoObjectTracking
Returns
Type Description
AutoMlVideoObjectTracking.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoMlVideoObjectTracking.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoMlVideoObjectTracking.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoMlVideoObjectTracking.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoMlVideoObjectTracking.Builder
Overrides

mergeInputs(AutoMlVideoObjectTrackingInputs value)

public AutoMlVideoObjectTracking.Builder mergeInputs(AutoMlVideoObjectTrackingInputs value)

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Parameter
Name Description
value AutoMlVideoObjectTrackingInputs
Returns
Type Description
AutoMlVideoObjectTracking.Builder

setInputs(AutoMlVideoObjectTrackingInputs value)

public AutoMlVideoObjectTracking.Builder setInputs(AutoMlVideoObjectTrackingInputs value)

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Parameter
Name Description
value AutoMlVideoObjectTrackingInputs
Returns
Type Description
AutoMlVideoObjectTracking.Builder

setInputs(AutoMlVideoObjectTrackingInputs.Builder builderForValue)

public AutoMlVideoObjectTracking.Builder setInputs(AutoMlVideoObjectTrackingInputs.Builder builderForValue)

The input parameters of this TrainingJob.

.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlVideoObjectTrackingInputs inputs = 1;

Parameter
Name Description
builderForValue AutoMlVideoObjectTrackingInputs.Builder
Returns
Type Description
AutoMlVideoObjectTracking.Builder