Class: Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputsEntry
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputsEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/explanation.rb
Instance Attribute Summary collapse
- #key ⇒ ::String
- #value ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride
Instance Attribute Details
#key ⇒ ::String
591 592 593 594 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 591 class InputsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Cloud::AIPlatform::V1::ExplanationMetadataOverride::InputMetadataOverride
591 592 593 594 |
# File 'proto_docs/google/cloud/aiplatform/v1/explanation.rb', line 591 class InputsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |