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

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

Attributes

  • createTime (type: DateTime.t, default: nil) - The time at which the operation was submitted.
  • 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.MachineLearning.V1.Model.GoogleCloudMlV1_CheckTrialEarlyStoppingStateMetatdata{
    createTime: DateTime.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.