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

Metadata field of a google.longrunning.Operation associated with a SuggestTrialsRequest.

Attributes

  • clientId (type: String.t, default: nil) - The identifier of the client that is requesting the suggestion.
  • createTime (type: DateTime.t, default: nil) - The time operation was submitted.
  • study (type: String.t, default: nil) - The name of the study that the trial belongs to.
  • suggestionCount (type: integer(), default: nil) - The number of suggestions requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.