View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_SuggestTrialsRequest (google_api_machine_learning v0.28.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.