Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::VideoClassificationPredictionInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::VideoClassificationPredictionInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb
Overview
Prediction input format for Video Classification.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The Google Cloud Storage location of the video on which to perform the prediction.
-
#mime_type ⇒ ::String
The MIME type of the content of the video.
-
#time_segment_end ⇒ ::String
The end, exclusive, of the video's time segment on which to perform the prediction.
-
#time_segment_start ⇒ ::String
The beginning, inclusive, of the video's time segment on which to perform the prediction.
Instance Attribute Details
#content ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb', line 49 class VideoClassificationPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb', line 49 class VideoClassificationPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_end ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb', line 49 class VideoClassificationPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_start ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/video_classification.rb', line 49 class VideoClassificationPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |