GoogleCloudAiplatformV1RayMetricSpec.fromJson constructor

GoogleCloudAiplatformV1RayMetricSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RayMetricSpec.fromJson(core.Map json_)
  : this(
      disabled: json_['disabled'] as core.bool?,
      enableUsageStatsCollection:
          json_['enableUsageStatsCollection'] as core.bool?,
    );