google_api_machine_learning v0.19.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Study View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Study{ createTime: DateTime.t(), inactiveReason: String.t(), name: String.t(), state: String.t(), studyConfig: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_StudyConfig.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.