Class: Google::Apis::LanguageV1::XpsVisionTrainingOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsVisionTrainingOperationMetadata

Returns a new instance of XpsVisionTrainingOperationMetadata.



5339
5340
5341
# File 'lib/google/apis/language_v1/classes.rb', line 5339

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#explanation_usageGoogle::Apis::LanguageV1::InfraUsage

LINT: LEGACY_NAMES Infra Usage of billing metrics. Corresponds to the JSON property explanationUsage



5337
5338
5339
# File 'lib/google/apis/language_v1/classes.rb', line 5337

def explanation_usage
  @explanation_usage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5344
5345
5346
# File 'lib/google/apis/language_v1/classes.rb', line 5344

def update!(**args)
  @explanation_usage = args[:explanation_usage] if args.key?(:explanation_usage)
end