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