Class: Google::Cloud::AIPlatform::V1::ToolNameMatchInput

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 name match metric.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. Repeated tool name match instances.

Returns:



1269
1270
1271
1272
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1269

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

#metric_spec::Google::Cloud::AIPlatform::V1::ToolNameMatchSpec

Returns Required. Spec for tool name match metric.

Returns:



1269
1270
1271
1272
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1269

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