Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
This message is a wrapper grouping Concurrent Explanations.
Instance Attribute Summary collapse
-
#explanations ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Explanation>
The explanations of the Model's PredictResponse.predictions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation
constructor
A new instance of GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation
Returns a new instance of GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation.
7531 7532 7533 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7531 def initialize(**args) update!(**args) end |
Instance Attribute Details
#explanations ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Explanation>
The explanations of the Model's PredictResponse.predictions. It has the same
number of elements as instances to be explained.
Corresponds to the JSON property explanations
7529 7530 7531 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7529 def explanations @explanations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7536 7537 7538 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7536 def update!(**args) @explanations = args[:explanations] if args.key?(:explanations) end |