Class: Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInput

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

Overview

Input for tool parameter key match metric.

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchInstance>

Returns Required. Repeated tool parameter key match instances.

Returns:



1317
1318
1319
1320
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1317

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

#metric_spec::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchSpec

Returns Required. Spec for tool parameter key match metric.

Returns:



1317
1318
1319
1320
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1317

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