Uses of Class
software.amazon.awssdk.services.sagemaker.model.SourceAlgorithm
-
Packages that use SourceAlgorithm Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SourceAlgorithm in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SourceAlgorithm Modifier and Type Method Description List<SourceAlgorithm>SourceAlgorithmSpecification. sourceAlgorithms()A list of the algorithms that were used to create a model package.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SourceAlgorithm Modifier and Type Method Description SourceAlgorithmSpecification.BuilderSourceAlgorithmSpecification.Builder. sourceAlgorithms(SourceAlgorithm... sourceAlgorithms)A list of the algorithms that were used to create a model package.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SourceAlgorithm Modifier and Type Method Description SourceAlgorithmSpecification.BuilderSourceAlgorithmSpecification.Builder. sourceAlgorithms(Collection<SourceAlgorithm> sourceAlgorithms)A list of the algorithms that were used to create a model package.
-