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