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

A message representing a Study.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Time at which the study was created.
  • inactiveReason (type: String.t, default: nil) - Output only. A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.
  • name (type: String.t, default: nil) - Output only. The name of a study.
  • state (type: String.t, default: nil) - Output only. The detailed state of a study.
  • studyConfig (type: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig.t, default: nil) - Required. Configuration of the study.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Study{
  createTime: DateTime.t() | nil,
  inactiveReason: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil,
  studyConfig:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.