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