GoogleCloudAiplatformV1SafetySetting.fromJson constructor

GoogleCloudAiplatformV1SafetySetting.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1SafetySetting.fromJson(core.Map json_)
  : this(
      category: json_['category'] as core.String?,
      method: json_['method'] as core.String?,
      threshold: json_['threshold'] as core.String?,
    );