GoogleCloudMlV1Config.fromJson constructor
GoogleCloudMlV1Config.fromJson(
- Map json_
Implementation
GoogleCloudMlV1Config.fromJson(core.Map json_)
: this(
tpuServiceAccount: json_.containsKey('tpuServiceAccount')
? json_['tpuServiceAccount'] as core.String
: null,
);