Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.instance.VideoActionRecognitionPredictionInstance.Builder
Packages that use VideoActionRecognitionPredictionInstance.Builder
-
Uses of VideoActionRecognitionPredictionInstance.Builder in com.google.cloud.aiplatform.v1.schema.predict.instance
Methods in com.google.cloud.aiplatform.v1.schema.predict.instance that return VideoActionRecognitionPredictionInstance.BuilderModifier and TypeMethodDescriptionVideoActionRecognitionPredictionInstance.Builder.clear()VideoActionRecognitionPredictionInstance.Builder.clearContent()The Google Cloud Storage location of the video on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.clearMimeType()The MIME type of the content of the video.VideoActionRecognitionPredictionInstance.Builder.clearTimeSegmentEnd()The end, exclusive, of the video's time segment on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.clearTimeSegmentStart()The beginning, inclusive, of the video's time segment on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.mergeFrom(VideoActionRecognitionPredictionInstance other) VideoActionRecognitionPredictionInstance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoActionRecognitionPredictionInstance.Builder.mergeFrom(com.google.protobuf.Message other) VideoActionRecognitionPredictionInstance.newBuilder()VideoActionRecognitionPredictionInstance.newBuilder(VideoActionRecognitionPredictionInstance prototype) VideoActionRecognitionPredictionInstance.newBuilderForType()VideoActionRecognitionPredictionInstance.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoActionRecognitionPredictionInstance.Builder.setContent(String value) The Google Cloud Storage location of the video on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.setContentBytes(com.google.protobuf.ByteString value) The Google Cloud Storage location of the video on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.setMimeType(String value) The MIME type of the content of the video.VideoActionRecognitionPredictionInstance.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value) The MIME type of the content of the video.VideoActionRecognitionPredictionInstance.Builder.setTimeSegmentEnd(String value) The end, exclusive, of the video's time segment on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.setTimeSegmentEndBytes(com.google.protobuf.ByteString value) The end, exclusive, of the video's time segment on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.setTimeSegmentStart(String value) The beginning, inclusive, of the video's time segment on which to perform the prediction.VideoActionRecognitionPredictionInstance.Builder.setTimeSegmentStartBytes(com.google.protobuf.ByteString value) The beginning, inclusive, of the video's time segment on which to perform the prediction.VideoActionRecognitionPredictionInstance.toBuilder()