Class VideoObjectTrackingPredictionParams.Builder (3.84.0)

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

Prediction model parameters for Video Object Tracking.

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

Static Methods

getDescriptor()

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

Methods

build()

public VideoObjectTrackingPredictionParams build()
Returns
Type Description
VideoObjectTrackingPredictionParams

buildPartial()

public VideoObjectTrackingPredictionParams buildPartial()
Returns
Type Description
VideoObjectTrackingPredictionParams

clear()

public VideoObjectTrackingPredictionParams.Builder clear()
Returns
Type Description
VideoObjectTrackingPredictionParams.Builder
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.

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.

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 GeneratedMessage.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
Returns
Type Description
VideoObjectTrackingPredictionParams.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public VideoObjectTrackingPredictionParams.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VideoObjectTrackingPredictionParams.Builder
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.

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.