google_api_machine_learning v0.18.1 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_SuggestTrialsRequest View Source

The request message for the SuggestTrial service method.

Attributes

  • clientId (type: String.t, default: nil) - Required. The identifier of the client that is requesting the suggestion.

    If multiple SuggestTrialsRequests have the same client_id, the service will return the identical suggested trial if the trial is pending, and provide a new trial if the last suggested trial was completed.

  • suggestionCount (type: integer(), default: nil) - Required. The number of suggestions requested.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_SuggestTrialsRequest{
  clientId: String.t(),
  suggestionCount: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.