Uses of Class
software.amazon.awssdk.services.sagemaker.model.CompleteOnConvergence
-
Packages that use CompleteOnConvergence Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CompleteOnConvergence in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CompleteOnConvergence Modifier and Type Method Description CompleteOnConvergence
ConvergenceDetected. completeOnConvergence()
A flag to stop a tuning job once AMT has detected that the job has converged.static CompleteOnConvergence
CompleteOnConvergence. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompleteOnConvergence
CompleteOnConvergence. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompleteOnConvergence[]
CompleteOnConvergence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CompleteOnConvergence Modifier and Type Method Description static Set<CompleteOnConvergence>
CompleteOnConvergence. knownValues()
Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CompleteOnConvergence Modifier and Type Method Description ConvergenceDetected.Builder
ConvergenceDetected.Builder. completeOnConvergence(CompleteOnConvergence completeOnConvergence)
A flag to stop a tuning job once AMT has detected that the job has converged.
-