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