Class: Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride
- 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
-
#input_baselines ⇒ ::Array<::Google::Protobuf::Value>
Baseline inputs for this feature.
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.
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 |