Uses of Class
com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlImageSegmentationMetadata.SuccessfulStopReason
-
Packages that use AutoMlImageSegmentationMetadata.SuccessfulStopReason Package Description com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition -
-
Uses of AutoMlImageSegmentationMetadata.SuccessfulStopReason in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition
Methods in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition that return AutoMlImageSegmentationMetadata.SuccessfulStopReason Modifier and Type Method Description static AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadata.SuccessfulStopReason. forNumber(int value)
AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadata.Builder. getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadata. getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadataOrBuilder. getSuccessfulStopReason()
For successful job completions, this is the reason why the job has finished.static AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadata.SuccessfulStopReason. valueOf(int value)
Deprecated.static AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadata.SuccessfulStopReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AutoMlImageSegmentationMetadata.SuccessfulStopReason
AutoMlImageSegmentationMetadata.SuccessfulStopReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoMlImageSegmentationMetadata.SuccessfulStopReason[]
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.v1beta1.schema.trainingjob.definition that return types with arguments of type AutoMlImageSegmentationMetadata.SuccessfulStopReason Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AutoMlImageSegmentationMetadata.SuccessfulStopReason>
AutoMlImageSegmentationMetadata.SuccessfulStopReason. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition with parameters of type AutoMlImageSegmentationMetadata.SuccessfulStopReason Modifier and Type Method Description AutoMlImageSegmentationMetadata.Builder
AutoMlImageSegmentationMetadata.Builder. setSuccessfulStopReason(AutoMlImageSegmentationMetadata.SuccessfulStopReason value)
For successful job completions, this is the reason why the job has finished.
-