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

This message will be placed in the response field of a completed google.longrunning.Operation associated with a SuggestTrials request.

Attributes

  • endTime (type: DateTime.t, default: nil) - The time at which operation processing completed.
  • startTime (type: DateTime.t, default: nil) - The time at which the operation was started.
  • studyState (type: String.t, default: nil) - The state of the study.
  • trials (type: list(GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial.t), default: nil) - A list of trials.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_SuggestTrialsResponse{
    endTime: DateTime.t() | nil,
    startTime: DateTime.t() | nil,
    studyState: String.t() | nil,
    trials: [GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Trial.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.