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