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

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 ExplanationMetadata entries that can be overridden at online explanation time.

Defined Under Namespace

Classes: InputMetadataOverride, InputsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Google::Protobuf::Map{::String => ::Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride}

Returns Required. Overrides the input metadata of the features. The key is the name of the feature to be overridden. The keys specified here must exist in the input metadata to be overridden. If a feature is not specified here, the corresponding feature's input metadata is not overridden.

Returns:



435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 435

class ExplanationMetadataOverride
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The {::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata input metadata} entries to be
  # overridden.
  # @!attribute [rw] input_baselines
  #   @return [::Array<::Google::Protobuf::Value>]
  #     Baseline inputs for this feature.
  #
  #     This overrides the `input_baseline` field of the
  #     {::Google::Cloud::AIPlatform::V1::ExplanationMetadata::InputMetadata ExplanationMetadata.InputMetadata}
  #     object of the corresponding feature's input metadata. If it's not
  #     specified, the original baselines are not overridden.
  class InputMetadataOverride
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride]
  class InputsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end