Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Study.
A message representing a Study.
Generated from protobuf message google.cloud.aiplatform.v1.Study
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The name of a study. The study's globally unique identifier. Format: projects/{project}/locations/{location}/studies/{study}
↳ display_name
string
Required. Describes the Study, default value is empty string.
↳ study_spec
↳ state
int
Output only. The detailed state of a Study.
↳ create_time
↳ inactive_reason
string
Output only. A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.
getName
Output only. The name of a study. The study's globally unique identifier.
Format: projects/{project}/locations/{location}/studies/{study}
string
setName
Output only. The name of a study. The study's globally unique identifier.
Format: projects/{project}/locations/{location}/studies/{study}
var
string
$this
getDisplayName
Required. Describes the Study, default value is empty string.
string
setDisplayName
Required. Describes the Study, default value is empty string.
var
string
$this
getStudySpec
Required. Configuration of the Study.
hasStudySpec
clearStudySpec
setStudySpec
Required. Configuration of the Study.
$this
getState
Output only. The detailed state of a Study.
setState
Output only. The detailed state of a Study.
$this
getCreateTime
Output only. Time at which the study was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time at which the study was created.
$this
getInactiveReason
Output only. A human readable reason why the Study is inactive.
This should be empty if a study is ACTIVE or COMPLETED.
string
setInactiveReason
Output only. A human readable reason why the Study is inactive.
This should be empty if a study is ACTIVE or COMPLETED.
var
string
$this

