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