Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlObjectTrackingConfig

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_OBJECT_TRACKING.

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}



1069
1070
1071
1072
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1069

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