Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoClassificationPredictionResult.Builder
Packages that use VideoClassificationPredictionResult.Builder
-
Uses of VideoClassificationPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return VideoClassificationPredictionResult.BuilderModifier and TypeMethodDescriptionVideoClassificationPredictionResult.Builder.clear()VideoClassificationPredictionResult.Builder.clearConfidence()The Model's confidence in correction of this prediction, higher value means higher confidence.VideoClassificationPredictionResult.Builder.clearDisplayName()The display name of the AnnotationSpec that had been identified.VideoClassificationPredictionResult.Builder.clearId()The resource ID of the AnnotationSpec that had been identified.VideoClassificationPredictionResult.Builder.clearTimeSegmentEnd()The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.Builder.clearTimeSegmentStart()The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.Builder.clearType()The type of the prediction.VideoClassificationPredictionResult.Builder.mergeConfidence(com.google.protobuf.FloatValue value) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoClassificationPredictionResult.Builder.mergeFrom(VideoClassificationPredictionResult other) VideoClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) VideoClassificationPredictionResult.Builder.mergeTimeSegmentEnd(com.google.protobuf.Duration value) The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.Builder.mergeTimeSegmentStart(com.google.protobuf.Duration value) The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.newBuilder()VideoClassificationPredictionResult.newBuilder(VideoClassificationPredictionResult prototype) VideoClassificationPredictionResult.newBuilderForType()VideoClassificationPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoClassificationPredictionResult.Builder.setConfidence(com.google.protobuf.FloatValue value) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoClassificationPredictionResult.Builder.setConfidence(com.google.protobuf.FloatValue.Builder builderForValue) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoClassificationPredictionResult.Builder.setDisplayName(String value) The display name of the AnnotationSpec that had been identified.VideoClassificationPredictionResult.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) The display name of the AnnotationSpec that had been identified.The resource ID of the AnnotationSpec that had been identified.VideoClassificationPredictionResult.Builder.setIdBytes(com.google.protobuf.ByteString value) The resource ID of the AnnotationSpec that had been identified.VideoClassificationPredictionResult.Builder.setTimeSegmentEnd(com.google.protobuf.Duration value) The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.Builder.setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue) The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.Builder.setTimeSegmentStart(com.google.protobuf.Duration value) The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoClassificationPredictionResult.Builder.setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue) The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.The type of the prediction.VideoClassificationPredictionResult.Builder.setTypeBytes(com.google.protobuf.ByteString value) The type of the prediction.VideoClassificationPredictionResult.toBuilder()