Class: Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride

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 [input metadata][google.cloud.aiplatform.v1.ExplanationMetadata.InputMetadata] entries to be overridden.

Instance Attribute Summary collapse

Instance Attribute Details

#input_baselines::Array<::Google::Protobuf::Value>

Returns Baseline inputs for this feature.

This overrides the input_baseline field of the ExplanationMetadata.InputMetadata object of the corresponding feature's input metadata. If it's not specified, the original baselines are not overridden.

Returns:



582
583
584
585
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 582

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