Resource: Study
A message representing a Study.
namestring
                    
                  Output only. The name of a study. The study's globally unique identifier. Format: projects/{project}/locations/{location}/studies/{study}
displayNamestring
                    
                  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.
Uses RFC 3339, where generated output will always be Z-normalized and use 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".
inactiveReasonstring
                    
                  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. |