Enum AutoMlImageSegmentationMetadata.SuccessfulStopReason (3.42.0)

public enum AutoMlImageSegmentationMetadata.SuccessfulStopReason extends Enum<AutoMlImageSegmentationMetadata.SuccessfulStopReason> implements ProtocolMessageEnum

Protobuf enum google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata.SuccessfulStopReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BUDGET_REACHED

The inputs.budgetMilliNodeHours had been reached.

BUDGET_REACHED = 1;

BUDGET_REACHED_VALUE

The inputs.budgetMilliNodeHours had been reached.

BUDGET_REACHED = 1;

MODEL_CONVERGED

Further training of the Model ceased to increase its quality, since it already has converged.

MODEL_CONVERGED = 2;

MODEL_CONVERGED_VALUE

Further training of the Model ceased to increase its quality, since it already has converged.

MODEL_CONVERGED = 2;

SUCCESSFUL_STOP_REASON_UNSPECIFIED

Should not be set.

SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0;

SUCCESSFUL_STOP_REASON_UNSPECIFIED_VALUE

Should not be set.

SUCCESSFUL_STOP_REASON_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()