Class: Google::Apis::LanguageV1::XpsVisionTrainingOperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1::XpsVisionTrainingOperationMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v1/classes.rb,
lib/google/apis/language_v1/representations.rb,
lib/google/apis/language_v1/representations.rb
Instance Attribute Summary collapse
-
#explanation_usage ⇒ Google::Apis::LanguageV1::InfraUsage
Infra Usage of billing metrics.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsVisionTrainingOperationMetadata
constructor
A new instance of XpsVisionTrainingOperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsVisionTrainingOperationMetadata
Returns a new instance of XpsVisionTrainingOperationMetadata.
5338 5339 5340 |
# File 'lib/google/apis/language_v1/classes.rb', line 5338 def initialize(**args) update!(**args) end |
Instance Attribute Details
#explanation_usage ⇒ Google::Apis::LanguageV1::InfraUsage
Infra Usage of billing metrics. Next ID: 6
Corresponds to the JSON property explanationUsage
5336 5337 5338 |
# File 'lib/google/apis/language_v1/classes.rb', line 5336 def explanation_usage @explanation_usage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5343 5344 5345 |
# File 'lib/google/apis/language_v1/classes.rb', line 5343 def update!(**args) @explanation_usage = args[:explanation_usage] if args.key?(:explanation_usage) end |