GoogleCloudAiplatformV1MeasurementMetric.fromJson constructor

GoogleCloudAiplatformV1MeasurementMetric.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1MeasurementMetric.fromJson(core.Map json_)
  : this(
      metricId: json_['metricId'] as core.String?,
      value: (json_['value'] as core.num?)?.toDouble(),
    );