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