Class AutoMlVideoActionRecognitionInputs.Builder (3.84.0)

public static final class AutoMlVideoActionRecognitionInputs.Builder extends GeneratedMessage.Builder<AutoMlVideoActionRecognitionInputs.Builder> implements AutoMlVideoActionRecognitionInputsOrBuilder

Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs

Static Methods

getDescriptor()

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

Methods

build()

public AutoMlVideoActionRecognitionInputs build()
Returns
Type Description
AutoMlVideoActionRecognitionInputs

buildPartial()

public AutoMlVideoActionRecognitionInputs buildPartial()
Returns
Type Description
AutoMlVideoActionRecognitionInputs

clear()

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

clearModelType()

public AutoMlVideoActionRecognitionInputs.Builder clearModelType()

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType model_type = 1;

Returns
Type Description
AutoMlVideoActionRecognitionInputs.Builder

This builder for chaining.

getDefaultInstanceForType()

public AutoMlVideoActionRecognitionInputs getDefaultInstanceForType()
Returns
Type Description
AutoMlVideoActionRecognitionInputs

getDescriptorForType()

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

getModelType()

public AutoMlVideoActionRecognitionInputs.ModelType getModelType()

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType model_type = 1;

Returns
Type Description
AutoMlVideoActionRecognitionInputs.ModelType

The modelType.

getModelTypeValue()

public int getModelTypeValue()

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType model_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for modelType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoMlVideoActionRecognitionInputs other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setModelType(AutoMlVideoActionRecognitionInputs.ModelType value)

public AutoMlVideoActionRecognitionInputs.Builder setModelType(AutoMlVideoActionRecognitionInputs.ModelType value)

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType model_type = 1;

Parameter
Name Description
value AutoMlVideoActionRecognitionInputs.ModelType

The modelType to set.

Returns
Type Description
AutoMlVideoActionRecognitionInputs.Builder

This builder for chaining.

setModelTypeValue(int value)

public AutoMlVideoActionRecognitionInputs.Builder setModelTypeValue(int value)

.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlVideoActionRecognitionInputs.ModelType model_type = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for modelType to set.

Returns
Type Description
AutoMlVideoActionRecognitionInputs.Builder

This builder for chaining.