public static enum AutoMlImageSegmentationMetadata.SuccessfulStopReason extends Enum<AutoMlImageSegmentationMetadata.SuccessfulStopReason> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata.SuccessfulStopReason| Enum Constant and Description |
|---|
BUDGET_REACHED
The inputs.budgetMilliNodeHours had been reached.
|
MODEL_CONVERGED
Further training of the Model ceased to increase its quality, since it
already has converged.
|
SUCCESSFUL_STOP_REASON_UNSPECIFIED
Should not be set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BUDGET_REACHED_VALUE
The inputs.budgetMilliNodeHours had been reached.
|
static int |
MODEL_CONVERGED_VALUE
Further training of the Model ceased to increase its quality, since it
already has converged.
|
static int |
SUCCESSFUL_STOP_REASON_UNSPECIFIED_VALUE
Should not be set.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoMlImageSegmentationMetadata.SuccessfulStopReason |
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<AutoMlImageSegmentationMetadata.SuccessfulStopReason> |
internalGetValueMap() |
static AutoMlImageSegmentationMetadata.SuccessfulStopReason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AutoMlImageSegmentationMetadata.SuccessfulStopReason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutoMlImageSegmentationMetadata.SuccessfulStopReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMlImageSegmentationMetadata.SuccessfulStopReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoMlImageSegmentationMetadata.SuccessfulStopReason SUCCESSFUL_STOP_REASON_UNSPECIFIED
Should not be set.
SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0;public static final AutoMlImageSegmentationMetadata.SuccessfulStopReason BUDGET_REACHED
The inputs.budgetMilliNodeHours had been reached.
BUDGET_REACHED = 1;public static final AutoMlImageSegmentationMetadata.SuccessfulStopReason MODEL_CONVERGED
Further training of the Model ceased to increase its quality, since it already has converged.
MODEL_CONVERGED = 2;public static final AutoMlImageSegmentationMetadata.SuccessfulStopReason UNRECOGNIZED
public static final int SUCCESSFUL_STOP_REASON_UNSPECIFIED_VALUE
Should not be set.
SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0;public static final int BUDGET_REACHED_VALUE
The inputs.budgetMilliNodeHours had been reached.
BUDGET_REACHED = 1;public static final int MODEL_CONVERGED_VALUE
Further training of the Model ceased to increase its quality, since it already has converged.
MODEL_CONVERGED = 2;public static AutoMlImageSegmentationMetadata.SuccessfulStopReason[] values()
for (AutoMlImageSegmentationMetadata.SuccessfulStopReason c : AutoMlImageSegmentationMetadata.SuccessfulStopReason.values()) System.out.println(c);
public static AutoMlImageSegmentationMetadata.SuccessfulStopReason 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 AutoMlImageSegmentationMetadata.SuccessfulStopReason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AutoMlImageSegmentationMetadata.SuccessfulStopReason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AutoMlImageSegmentationMetadata.SuccessfulStopReason> 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 AutoMlImageSegmentationMetadata.SuccessfulStopReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.