| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Study.State |
Study.State.forNumber(int value) |
Study.State |
Study.getState()
Output only.
|
Study.State |
Study.Builder.getState()
Output only.
|
Study.State |
StudyOrBuilder.getState()
Output only.
|
Study.State |
SuggestTrialsResponseOrBuilder.getStudyState()
The state of the Study.
|
Study.State |
SuggestTrialsResponse.getStudyState()
The state of the Study.
|
Study.State |
SuggestTrialsResponse.Builder.getStudyState()
The state of the Study.
|
static Study.State |
Study.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Study.State |
Study.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Study.State |
Study.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Study.State[] |
Study.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Study.State> |
Study.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Study.Builder |
Study.Builder.setState(Study.State value)
Output only.
|
SuggestTrialsResponse.Builder |
SuggestTrialsResponse.Builder.setStudyState(Study.State value)
The state of the Study.
|
Copyright © 2024 Google LLC. All rights reserved.