Class: Google::Cloud::AIPlatform::V1::ExplanationSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExplanationSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/explanation.rb
Overview
Specification of Model explanation.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationMetadata
Optional.
-
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationParameters
Required.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationMetadata
Returns Optional. Metadata describing the Model's input and output for explanation.
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 228 class ExplanationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameters ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationParameters
Returns Required. Parameters that configure explaining of the Model's predictions.
228 229 230 231 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 228 class ExplanationSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |