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