Enum AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
- java.lang.Object
-
- java.lang.Enum<AutoMlImageObjectDetectionMetadata.SuccessfulStopReason>
-
- com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AutoMlImageObjectDetectionMetadata.SuccessfulStopReason>
- Enclosing class:
- AutoMlImageObjectDetectionMetadata
public static enum AutoMlImageObjectDetectionMetadata.SuccessfulStopReason extends Enum<AutoMlImageObjectDetectionMetadata.SuccessfulStopReason> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumgoogle.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
-
-
Enum Constant Summary
Enum Constants Enum Constant 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AutoMlImageObjectDetectionMetadata.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<AutoMlImageObjectDetectionMetadata.SuccessfulStopReason>
internalGetValueMap()
static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
valueOf(int value)
Deprecated.static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SUCCESSFUL_STOP_REASON_UNSPECIFIED
public static final AutoMlImageObjectDetectionMetadata.SuccessfulStopReason SUCCESSFUL_STOP_REASON_UNSPECIFIED
Should not be set.
SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0;
-
BUDGET_REACHED
public static final AutoMlImageObjectDetectionMetadata.SuccessfulStopReason BUDGET_REACHED
The inputs.budgetMilliNodeHours had been reached.
BUDGET_REACHED = 1;
-
MODEL_CONVERGED
public static final AutoMlImageObjectDetectionMetadata.SuccessfulStopReason MODEL_CONVERGED
Further training of the Model ceased to increase its quality, since it already has converged.
MODEL_CONVERGED = 2;
-
UNRECOGNIZED
public static final AutoMlImageObjectDetectionMetadata.SuccessfulStopReason UNRECOGNIZED
-
-
Field Detail
-
SUCCESSFUL_STOP_REASON_UNSPECIFIED_VALUE
public static final int SUCCESSFUL_STOP_REASON_UNSPECIFIED_VALUE
Should not be set.
SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
BUDGET_REACHED_VALUE
public static final int BUDGET_REACHED_VALUE
The inputs.budgetMilliNodeHours had been reached.
BUDGET_REACHED = 1;
- See Also:
- Constant Field Values
-
MODEL_CONVERGED_VALUE
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;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AutoMlImageObjectDetectionMetadata.SuccessfulStopReason c : AutoMlImageObjectDetectionMetadata.SuccessfulStopReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AutoMlImageObjectDetectionMetadata.SuccessfulStopReason> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AutoMlImageObjectDetectionMetadata.SuccessfulStopReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-