Uses of Enum
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
Packages that use AutoMlImageObjectDetectionMetadata.SuccessfulStopReason
-
Uses of AutoMlImageObjectDetectionMetadata.SuccessfulStopReason in com.google.cloud.aiplatform.v1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition that return AutoMlImageObjectDetectionMetadata.SuccessfulStopReasonModifier and TypeMethodDescriptionAutoMlImageObjectDetectionMetadata.SuccessfulStopReason.forNumber(int value) AutoMlImageObjectDetectionMetadata.Builder.getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageObjectDetectionMetadata.getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageObjectDetectionMetadataOrBuilder.getSuccessfulStopReason()For successful job completions, this is the reason why the job has finished.AutoMlImageObjectDetectionMetadata.SuccessfulStopReason.valueOf(int value) Deprecated.AutoMlImageObjectDetectionMetadata.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.AutoMlImageObjectDetectionMetadata.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 AutoMlImageObjectDetectionMetadata.SuccessfulStopReasonModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AutoMlImageObjectDetectionMetadata.SuccessfulStopReason>AutoMlImageObjectDetectionMetadata.SuccessfulStopReason.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1.schema.trainingjob.definition with parameters of type AutoMlImageObjectDetectionMetadata.SuccessfulStopReasonModifier and TypeMethodDescriptionAutoMlImageObjectDetectionMetadata.Builder.setSuccessfulStopReason(AutoMlImageObjectDetectionMetadata.SuccessfulStopReason value) For successful job completions, this is the reason why the job has finished.