Class VideoObjectTrackingPredictionParams.Builder (3.59.0)

public static final class VideoObjectTrackingPredictionParams.Builder extends GeneratedMessageV3.Builder<VideoObjectTrackingPredictionParams.Builder> implements VideoObjectTrackingPredictionParamsOrBuilder

Prediction model parameters for Video Object Tracking.

Protobuf type google.cloud.aiplatform.v1.schema.predict.params.VideoObjectTrackingPredictionParams

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VideoObjectTrackingPredictionParams.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public VideoObjectTrackingPredictionParams build()
Returns
Type Description
VideoObjectTrackingPredictionParams

buildPartial()

public VideoObjectTrackingPredictionParams buildPartial()
Returns
Type Description
VideoObjectTrackingPredictionParams

clear()

public VideoObjectTrackingPredictionParams.Builder clear()
Overrides

clearConfidenceThreshold()

public VideoObjectTrackingPredictionParams.Builder clearConfidenceThreshold()

The Model only returns predictions with at least this confidence score. Default value is 0.0

float confidence_threshold = 1;

Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public VideoObjectTrackingPredictionParams.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearMaxPredictions()

public VideoObjectTrackingPredictionParams.Builder clearMaxPredictions()

The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.

int32 max_predictions = 2;

Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

This builder for chaining.

clearMinBoundingBoxSize()

public VideoObjectTrackingPredictionParams.Builder clearMinBoundingBoxSize()

Only bounding boxes with shortest edge at least that long as a relative value of video frame size are returned. Default value is 0.0.

float min_bounding_box_size = 3;

Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public VideoObjectTrackingPredictionParams.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clone()

public VideoObjectTrackingPredictionParams.Builder clone()
Overrides

getConfidenceThreshold()

public float getConfidenceThreshold()

The Model only returns predictions with at least this confidence score. Default value is 0.0

float confidence_threshold = 1;

Returns
Type Description
float

The confidenceThreshold.

getDefaultInstanceForType()

public VideoObjectTrackingPredictionParams getDefaultInstanceForType()
Returns
Type Description
VideoObjectTrackingPredictionParams

getDescriptorForType()

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

getMaxPredictions()

public int getMaxPredictions()

The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.

int32 max_predictions = 2;

Returns
Type Description
int

The maxPredictions.

getMinBoundingBoxSize()

public float getMinBoundingBoxSize()

Only bounding boxes with shortest edge at least that long as a relative value of video frame size are returned. Default value is 0.0.

float min_bounding_box_size = 3;

Returns
Type Description
float

The minBoundingBoxSize.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VideoObjectTrackingPredictionParams other)

public VideoObjectTrackingPredictionParams.Builder mergeFrom(VideoObjectTrackingPredictionParams other)
Parameter
Name Description
other VideoObjectTrackingPredictionParams

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public VideoObjectTrackingPredictionParams.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VideoObjectTrackingPredictionParams.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

setConfidenceThreshold(float value)

public VideoObjectTrackingPredictionParams.Builder setConfidenceThreshold(float value)

The Model only returns predictions with at least this confidence score. Default value is 0.0

float confidence_threshold = 1;

Parameter
Name Description
value float

The confidenceThreshold to set.

Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public VideoObjectTrackingPredictionParams.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setMaxPredictions(int value)

public VideoObjectTrackingPredictionParams.Builder setMaxPredictions(int value)

The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.

int32 max_predictions = 2;

Parameter
Name Description
value int

The maxPredictions to set.

Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

This builder for chaining.

setMinBoundingBoxSize(float value)

public VideoObjectTrackingPredictionParams.Builder setMinBoundingBoxSize(float value)

Only bounding boxes with shortest edge at least that long as a relative value of video frame size are returned. Default value is 0.0.

float min_bounding_box_size = 3;

Parameter
Name Description
value float

The minBoundingBoxSize to set.

Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public VideoObjectTrackingPredictionParams.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final VideoObjectTrackingPredictionParams.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides