| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
static Execution.State |
Execution.State.forNumber(int value) |
Execution.State |
Execution.getState()
The state of this Execution.
|
Execution.State |
Execution.Builder.getState()
The state of this Execution.
|
Execution.State |
ExecutionOrBuilder.getState()
The state of this Execution.
|
static Execution.State |
Execution.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Execution.State |
Execution.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Execution.State |
Execution.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Execution.State[] |
Execution.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<Execution.State> |
Execution.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Execution.Builder |
Execution.Builder.setState(Execution.State value)
The state of this Execution.
|
Copyright © 2025 Google LLC. All rights reserved.