View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolParameterKVMatchInput (google_api_ai_platform v0.13.0)
Input for tool parameter key value match metric.
Attributes
-
instances
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolParameterKVMatchInstance.t)
, default:nil
) - Required. Repeated tool parameter key value match instances. -
metricSpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolParameterKVMatchSpec.t
, default:nil
) - Required. Spec for tool parameter key value match metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolParameterKVMatchInput{ instances: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolParameterKVMatchInstance.t() ] | nil, metricSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ToolParameterKVMatchSpec.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.