View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Study (google_api_ai_platform v0.13.0)
A message representing a Study.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Time at which the study was created. -
displayName
(type:String.t
, default:nil
) - Required. Describes the Study, default value is empty string. -
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. The study's globally unique identifier. Format:projects/{project}/locations/{location}/studies/{study}
-
state
(type:String.t
, default:nil
) - Output only. The detailed state of a Study. -
studySpec
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpec.t
, default:nil
) - Required. Configuration of the Study.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Study{ createTime: DateTime.t() | nil, displayName: String.t() | nil, inactiveReason: String.t() | nil, name: String.t() | nil, state: String.t() | nil, studySpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StudySpec.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.