Resource: Study
A message representing a Study.
name
string
Output only. The name of a study. The study's globally unique identifier. Format: projects/{project}/locations/{location}/studies/{study}
displayName
string
Required. Describes the Study, default value is empty string.
studySpec
object (StudySpec
)
Required. Configuration of the Study.
state
enum (State
)
Output only. The detailed state of a Study.
createTime
string (Timestamp
format)
Output only. time at which the study was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z"
, "2014-10-02T15:01:23.045123456Z"
or "2014-10-02T15:01:23+05:30"
.
inactiveReason
string
Output only. A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.
State
Describes the Study state.
Enums | |
---|---|
STATE_UNSPECIFIED |
The study state is unspecified. |
ACTIVE |
The study is active. |
INACTIVE |
The study is stopped due to an internal error. |
COMPLETED |
The study is done when the service exhausts the parameter search space or maxTrialCount is reached. |