Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec
- 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
Specification of Model explanation.
Instance Attribute Summary collapse
-
#metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationMetadata
Metadata describing the Model's input and output for explanation.
-
#parameters ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationParameters
Parameters to configure explaining for Model's predictions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExplanationSpec
constructor
A new instance of GoogleCloudAiplatformV1beta1ExplanationSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExplanationSpec
Returns a new instance of GoogleCloudAiplatformV1beta1ExplanationSpec.
7867 7868 7869 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7867 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationMetadata
Metadata describing the Model's input and output for explanation.
Corresponds to the JSON property metadata
7860 7861 7862 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7860 def @metadata end |
#parameters ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationParameters
Parameters to configure explaining for Model's predictions.
Corresponds to the JSON property parameters
7865 7866 7867 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7865 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7872 7873 7874 7875 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7872 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) @parameters = args[:parameters] if args.key?(:parameters) end |