GoogleCloudMlV1MetricSpec.fromJson constructor

GoogleCloudMlV1MetricSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1MetricSpec.fromJson(core.Map json_)
  : this(
      name: json_['name'] as core.String?,
      target: json_['target'] as core.int?,
    );