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