GoogleCloudAiplatformV1TrajectoryRecallMetricValue.fromJson constructor

GoogleCloudAiplatformV1TrajectoryRecallMetricValue.fromJson(
  1. Map json_
)

Implementation

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