public static enum Study.State extends Enum<Study.State> implements com.google.protobuf.ProtocolMessageEnum
Describes the Study state.Protobuf enum
google.cloud.aiplatform.v1.Study.State| Enum Constant and Description |
|---|
ACTIVE
The study is active.
|
COMPLETED
The study is done when the service exhausts the parameter search space
or max_trial_count is reached.
|
INACTIVE
The study is stopped due to an internal error.
|
STATE_UNSPECIFIED
The study state is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
The study is active.
|
static int |
COMPLETED_VALUE
The study is done when the service exhausts the parameter search space
or max_trial_count is reached.
|
static int |
INACTIVE_VALUE
The study is stopped due to an internal error.
|
static int |
STATE_UNSPECIFIED_VALUE
The study state is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static Study.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Study.State> |
internalGetValueMap() |
static Study.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Study.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Study.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Study.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Study.State STATE_UNSPECIFIED
The study state is unspecified.
STATE_UNSPECIFIED = 0;public static final Study.State ACTIVE
The study is active.
ACTIVE = 1;public static final Study.State INACTIVE
The study is stopped due to an internal error.
INACTIVE = 2;public static final Study.State COMPLETED
The study is done when the service exhausts the parameter search space or max_trial_count is reached.
COMPLETED = 3;public static final Study.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
The study state is unspecified.
STATE_UNSPECIFIED = 0;public static final int ACTIVE_VALUE
The study is active.
ACTIVE = 1;public static final int INACTIVE_VALUE
The study is stopped due to an internal error.
INACTIVE = 2;public static final int COMPLETED_VALUE
The study is done when the service exhausts the parameter search space or max_trial_count is reached.
COMPLETED = 3;public static Study.State[] values()
for (Study.State c : Study.State.values()) System.out.println(c);
public static Study.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Study.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Study.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Study.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Study.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.