Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Params::VideoActionRecognitionPredictionParams

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_action_recognition.rb

Overview

Prediction model parameters for Video Action Recognition.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_threshold::Float

Returns The Model only returns predictions with at least this confidence score. Default value is 0.0.

Returns:

  • (::Float)

    The Model only returns predictions with at least this confidence score. Default value is 0.0



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_action_recognition.rb', line 37

class VideoActionRecognitionPredictionParams
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_predictions::Integer

Returns The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.

Returns:

  • (::Integer)

    The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_action_recognition.rb', line 37

class VideoActionRecognitionPredictionParams
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end