Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoClassificationPredictionResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoClassificationPredictionResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb
Overview
Prediction output format for Video Classification.
Instance Attribute Summary collapse
-
#confidence ⇒ ::Google::Protobuf::FloatValue
The Model's confidence in correction of this prediction, higher value means higher confidence.
-
#display_name ⇒ ::String
The display name of the AnnotationSpec that had been identified.
-
#id ⇒ ::String
The resource ID of the AnnotationSpec that had been identified.
-
#time_segment_end ⇒ ::Google::Protobuf::Duration
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.
-
#time_segment_start ⇒ ::Google::Protobuf::Duration
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.
-
#type ⇒ ::String
The type of the prediction.
Instance Attribute Details
#confidence ⇒ ::Google::Protobuf::FloatValue
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb', line 63 class VideoClassificationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb', line 63 class VideoClassificationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb', line 63 class VideoClassificationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_end ⇒ ::Google::Protobuf::Duration
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb', line 63 class VideoClassificationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_segment_start ⇒ ::Google::Protobuf::Duration
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb', line 63 class VideoClassificationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
63 64 65 66 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/prediction/video_classification.rb', line 63 class VideoClassificationPredictionResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |