Class: Google::Apis::LanguageV1beta2::XpsResponseExplanationMetadataOutputMetadata
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1beta2::XpsResponseExplanationMetadataOutputMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v1beta2/classes.rb,
lib/google/apis/language_v1beta2/representations.rb,
lib/google/apis/language_v1beta2/representations.rb more...
Overview
Metadata of the prediction output to be explained.
Instance Attribute Summary collapse
-
#output_tensor_name ⇒ String
Name of the output tensor.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsResponseExplanationMetadataOutputMetadata
constructor
A new instance of XpsResponseExplanationMetadataOutputMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
permalink #initialize(**args) ⇒ XpsResponseExplanationMetadataOutputMetadata
Returns a new instance of XpsResponseExplanationMetadataOutputMetadata.
3333 3334 3335 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 3333 def initialize(**args) update!(**args) end |
Instance Attribute Details
permalink #output_tensor_name ⇒ String
Name of the output tensor. Only needed in train response.
Corresponds to the JSON property outputTensorName
3331 3332 3333 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 3331 def output_tensor_name @output_tensor_name end |
Instance Method Details
permalink #update!(**args) ⇒ Object
Update properties of this object
3338 3339 3340 |
# File 'lib/google/apis/language_v1beta2/classes.rb', line 3338 def update!(**args) @output_tensor_name = args[:output_tensor_name] if args.key?(:output_tensor_name) end |