Class: Google::Cloud::AIPlatform::V1::ExplanationSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#metadata::Google::Cloud::AIPlatform::V1::ExplanationMetadata

Returns Optional. Metadata describing the Model's input and output for explanation.

Returns:



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.

Returns:



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