GoogleCloudMlV1SuggestTrialsRequest.fromJson constructor
GoogleCloudMlV1SuggestTrialsRequest.fromJson(
- Map json_
Implementation
GoogleCloudMlV1SuggestTrialsRequest.fromJson(core.Map json_)
: this(
clientId: json_['clientId'] as core.String?,
suggestionCount: json_['suggestionCount'] as core.int?,
);