GoogleCloudAiplatformV1ToolParameterKVMatchResults.fromJson constructor
GoogleCloudAiplatformV1ToolParameterKVMatchResults.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ToolParameterKVMatchResults.fromJson(core.Map json_)
: this(
toolParameterKvMatchMetricValues:
(json_['toolParameterKvMatchMetricValues'] as core.List?)
?.map(
(value) =>
GoogleCloudAiplatformV1ToolParameterKVMatchMetricValue.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);