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