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