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

This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

Attributes

  • genericMetadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GenericOperationMetadata.t, default: nil) - Operation metadata for suggesting Trials.
  • study (type: String.t, default: nil) - The name of the Study that the Trial belongs to.
  • trial (type: String.t, default: nil) - The Trial name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.