Class: Google::Cloud::AIPlatform::V1::ExplanationSpecOverride

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/explanation.rb

Overview

The ExplanationSpec entries that can be overridden at [online explanation][google.cloud.aiplatform.v1.PredictionService.Explain] time.

Instance Attribute Summary collapse

Instance Attribute Details

#examples_override::Google::Cloud::AIPlatform::V1::ExamplesOverride

Returns The example-based explanations parameter overrides.

Returns:



551
552
553
554
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 551

class ExplanationSpecOverride
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metadata::Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride

Returns The metadata to be overridden. If not specified, no metadata is overridden.

Returns:



551
552
553
554
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 551

class ExplanationSpecOverride
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parameters::Google::Cloud::AIPlatform::V1::ExplanationParameters

Returns The parameters to be overridden. Note that the attribution method cannot be changed. If not specified, no parameter is overridden.

Returns:



551
552
553
554
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 551

class ExplanationSpecOverride
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end