REST Resource: projects.locations.studies

Resource: Study

A message representing a Study.

JSON representation
{
  "name": string,
  "displayName": string,
  "studySpec": {
    object (StudySpec)
  },
  "state": enum (State),
  "createTime": string,
  "inactiveReason": string
}
Fields
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.

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

create

Creates a Study.

delete

Deletes a Study.

get

Gets a Study by name.

list

Lists all the studies in a region for an associated project.

lookup

Looks a study up using the user-defined display_name field instead of the fully qualified resource name.