Class: Google::Cloud::Speech::V2::ModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::ModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/locations_metadata.rb
Overview
The metadata about the models in a given region for a specific locale. Currently this is just the features of the model
Defined Under Namespace
Classes: ModelFeaturesEntry
Instance Attribute Summary collapse
-
#model_features ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::ModelFeatures}
Map of the model name -> features of that model.
Instance Attribute Details
#model_features ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Speech::V2::ModelFeatures}
Returns Map of the model name -> features of that model.
51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 51 class ModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Speech::V2::ModelFeatures] class ModelFeaturesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |