GoogleCloudMlV1Config.fromJson constructor

GoogleCloudMlV1Config.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1Config.fromJson(core.Map json_)
  : this(tpuServiceAccount: json_['tpuServiceAccount'] as core.String?);