GoogleCloudAiplatformV1RougeMetricValue.fromJson constructor
GoogleCloudAiplatformV1RougeMetricValue.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1RougeMetricValue.fromJson(core.Map json_)
: this(score: (json_['score'] as core.num?)?.toDouble());