Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInput.
Input for tool parameter key value match metric.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instances
def instances() -> ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>) — Required. Repeated tool parameter key value match instances.
#instances=
def instances=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>
Parameter
- value (::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>) — Required. Repeated tool parameter key value match instances.
Returns
- (::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchInstance>) — Required. Repeated tool parameter key value match instances.
#metric_spec
def metric_spec() -> ::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec
Returns
- (::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec) — Required. Spec for tool parameter key value match metric.
#metric_spec=
def metric_spec=(value) -> ::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec) — Required. Spec for tool parameter key value match metric.
Returns
- (::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchSpec) — Required. Spec for tool parameter key value match metric.