Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlClassificationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAutomlClassificationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Config for STREAMING_AUTOML_CLASSIFICATION.
Instance Attribute Summary collapse
-
#model_name ⇒ ::String
Resource name of AutoML model.
Instance Attribute Details
#model_name ⇒ ::String
Returns Resource name of AutoML model.
Format:
projects/{project_number}/locations/{location_id}/models/{model_id}
.
1059 1060 1061 1062 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1059 class StreamingAutomlClassificationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |