GoogleCloudMlV1SuggestTrialsRequest.fromJson constructor

GoogleCloudMlV1SuggestTrialsRequest.fromJson(
  1. Map json_
)

Implementation

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