GoogleCloudAiplatformV1RayMetricSpec.fromJson constructor
GoogleCloudAiplatformV1RayMetricSpec.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1RayMetricSpec.fromJson(core.Map json_)
: this(
disabled: json_.containsKey('disabled')
? json_['disabled'] as core.bool
: null,
);