Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlActionRecognitionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb

Overview

Config for STREAMING_AUTOML_ACTION_RECOGNITION.

Instance Attribute Summary collapse

Instance Attribute Details

#model_name::String

Returns Resource name of AutoML model. Format: projects/{project_id}/locations/{location_id}/models/{model_id}.

Returns:

  • (::String)

    Resource name of AutoML model. Format: projects/{project_id}/locations/{location_id}/models/{model_id}



1048
1049
1050
1051
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1048

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