GoogleCloudAiplatformV1MetricSource.fromJson constructor
GoogleCloudAiplatformV1MetricSource.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MetricSource.fromJson(core.Map json_)
: this(
metric: json_.containsKey('metric')
? GoogleCloudAiplatformV1Metric.fromJson(
json_['metric'] as core.Map<core.String, core.dynamic>,
)
: null,
metricResourceName: json_['metricResourceName'] as core.String?,
);