View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SuggestTrialsMetadata (google_api_ai_platform v0.13.0)

Details of operations that perform Trials suggestion.

Attributes

  • clientId (type: String.t, default: nil) - 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.
  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - Operation metadata for suggesting Trials.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SuggestTrialsMetadata{
    clientId: String.t() | nil,
    genericMetadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.