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.
Required. Configuration of the Study.
Output only. The detailed state of a Study.
Output only. time at which the study was created.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z"
and "2014-10-02T15:01:23.045123456Z"
.
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. |
Methods |
|
---|---|
|
Creates a Study. |
|
Deletes a Study. |
|
Gets a Study by name. |
|
Lists all the studies in a region for an associated project. |
|
Looks a study up using the user-defined display_name field instead of the fully qualified resource name. |