Uses of Enum
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageClassificationMetadata.SuccessfulStopReason
Packages that use AutoMlImageClassificationMetadata.SuccessfulStopReason
-
Uses of AutoMlImageClassificationMetadata.SuccessfulStopReason in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlImageClassificationMetadata.SuccessfulStopReasonModifier and TypeMethodDescriptionAutoMlImageClassificationMetadata.SuccessfulStopReason.forNumber(int value) AutoMlImageClassificationMetadata.Builder.getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageClassificationMetadata.getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageClassificationMetadataOrBuilder.getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageClassificationMetadata.SuccessfulStopReason.valueOf(int value) Deprecated.AutoMlImageClassificationMetadata.SuccessfulStopReason.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.AutoMlImageClassificationMetadata.SuccessfulStopReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return types with arguments of type AutoMlImageClassificationMetadata.SuccessfulStopReasonModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AutoMlImageClassificationMetadata.SuccessfulStopReason>AutoMlImageClassificationMetadata.SuccessfulStopReason.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlImageClassificationMetadata.SuccessfulStopReasonModifier and TypeMethodDescriptionAutoMlImageClassificationMetadata.Builder.setSuccessfulStopReason(AutoMlImageClassificationMetadata.SuccessfulStopReason value) For successful job completions, this is the reason why the job has finished.