Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SourceAlgorithm.Builder
-
Packages that use SourceAlgorithm.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SourceAlgorithm.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SourceAlgorithm.Builder Modifier and Type Method Description SourceAlgorithm.Builder
SourceAlgorithm.Builder. algorithmName(String algorithmName)
The name of an algorithm that was used to create the model package.static SourceAlgorithm.Builder
SourceAlgorithm. builder()
SourceAlgorithm.Builder
SourceAlgorithm.Builder. modelDataUrl(String modelDataUrl)
The Amazon S3 path where the model artifacts, which result from model training, are stored.SourceAlgorithm.Builder
SourceAlgorithm. toBuilder()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SourceAlgorithm.Builder Modifier and Type Method Description static Class<? extends SourceAlgorithm.Builder>
SourceAlgorithm. serializableBuilderClass()
-