Class: Google::Apis::LanguageV2::XpsVisionTrainingOperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/language_v2/classes.rb,
lib/google/apis/language_v2/representations.rb,
lib/google/apis/language_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsVisionTrainingOperationMetadata

Returns a new instance of XpsVisionTrainingOperationMetadata.



5052
5053
5054
# File 'lib/google/apis/language_v2/classes.rb', line 5052

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

Instance Attribute Details

#explanation_usageGoogle::Apis::LanguageV2::InfraUsage

Infra Usage of billing metrics. Next ID: 6 Corresponds to the JSON property explanationUsage



5050
5051
5052
# File 'lib/google/apis/language_v2/classes.rb', line 5050

def explanation_usage
  @explanation_usage
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5057
5058
5059
# File 'lib/google/apis/language_v2/classes.rb', line 5057

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