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.
| Parameters | |
|---|---|
| Name | Description |
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: |
↳ display_name |
string
Required. Describes the Study, default value is empty string. |
↳ study_spec |
StudySpec
Required. Configuration of the Study. |
↳ state |
int
Output only. The detailed state of a Study. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Time at which the study was created. |
↳ 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}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. The name of a study. The study's globally unique identifier.
Format: projects/{project}/locations/{location}/studies/{study}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Required. Describes the Study, default value is empty string.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Required. Describes the Study, default value is empty string.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStudySpec
Required. Configuration of the Study.
| Returns | |
|---|---|
| Type | Description |
StudySpec|null |
|
hasStudySpec
clearStudySpec
setStudySpec
Required. Configuration of the Study.
| Parameter | |
|---|---|
| Name | Description |
var |
StudySpec
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. The detailed state of a Study.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. The detailed state of a Study.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. Time at which the study was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time at which the study was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInactiveReason
Output only. A human readable reason why the Study is inactive.
This should be empty if a study is ACTIVE or COMPLETED.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInactiveReason
Output only. A human readable reason why the Study is inactive.
This should be empty if a study is ACTIVE or COMPLETED.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|