Uses of Class
software.amazon.awssdk.services.sagemaker.model.SourceAlgorithmSpecification
-
Packages that use SourceAlgorithmSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SourceAlgorithmSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SourceAlgorithmSpecification Modifier and Type Method Description SourceAlgorithmSpecificationCreateModelPackageRequest. sourceAlgorithmSpecification()Details about the algorithm that was used to create the model package.SourceAlgorithmSpecificationDescribeModelPackageResponse. sourceAlgorithmSpecification()Details about the algorithm that was used to create the model package.SourceAlgorithmSpecificationModelPackage. sourceAlgorithmSpecification()A list of algorithms that were used to create a model package.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SourceAlgorithmSpecification Modifier and Type Method Description CreateModelPackageRequest.BuilderCreateModelPackageRequest.Builder. sourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)Details about the algorithm that was used to create the model package.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. sourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)Details about the algorithm that was used to create the model package.ModelPackage.BuilderModelPackage.Builder. sourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)A list of algorithms that were used to create a model package.
-