Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.params.VideoClassificationPredictionParams.Builder
Packages that use VideoClassificationPredictionParams.Builder
-
Uses of VideoClassificationPredictionParams.Builder in com.google.cloud.aiplatform.v1.schema.predict.params
Methods in com.google.cloud.aiplatform.v1.schema.predict.params that return VideoClassificationPredictionParams.BuilderModifier and TypeMethodDescriptionVideoClassificationPredictionParams.Builder.clear()VideoClassificationPredictionParams.Builder.clearConfidenceThreshold()The Model only returns predictions with at least this confidence score.VideoClassificationPredictionParams.Builder.clearMaxPredictions()The Model only returns up to that many top, by confidence score, predictions per instance.VideoClassificationPredictionParams.Builder.clearOneSecIntervalClassification()Set to true to request classification for a video at one-second intervals.VideoClassificationPredictionParams.Builder.clearSegmentClassification()Set to true to request segment-level classification.VideoClassificationPredictionParams.Builder.clearShotClassification()Set to true to request shot-level classification.VideoClassificationPredictionParams.Builder.mergeFrom(VideoClassificationPredictionParams other) VideoClassificationPredictionParams.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoClassificationPredictionParams.Builder.mergeFrom(com.google.protobuf.Message other) VideoClassificationPredictionParams.newBuilder()VideoClassificationPredictionParams.newBuilder(VideoClassificationPredictionParams prototype) VideoClassificationPredictionParams.newBuilderForType()VideoClassificationPredictionParams.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoClassificationPredictionParams.Builder.setConfidenceThreshold(float value) The Model only returns predictions with at least this confidence score.VideoClassificationPredictionParams.Builder.setMaxPredictions(int value) The Model only returns up to that many top, by confidence score, predictions per instance.VideoClassificationPredictionParams.Builder.setOneSecIntervalClassification(boolean value) Set to true to request classification for a video at one-second intervals.VideoClassificationPredictionParams.Builder.setSegmentClassification(boolean value) Set to true to request segment-level classification.VideoClassificationPredictionParams.Builder.setShotClassification(boolean value) Set to true to request shot-level classification.VideoClassificationPredictionParams.toBuilder()