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