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.BuilderSourceAlgorithm.Builder. algorithmName(String algorithmName)The name of an algorithm that was used to create the model package.static SourceAlgorithm.BuilderSourceAlgorithm. builder()SourceAlgorithm.BuilderSourceAlgorithm.Builder. modelDataETag(String modelDataETag)The ETag associated with Model Data URL.default SourceAlgorithm.BuilderSourceAlgorithm.Builder. modelDataSource(Consumer<ModelDataSource.Builder> modelDataSource)Specifies the location of ML model data to deploy during endpoint creation.SourceAlgorithm.BuilderSourceAlgorithm.Builder. modelDataSource(ModelDataSource modelDataSource)Specifies the location of ML model data to deploy during endpoint creation.SourceAlgorithm.BuilderSourceAlgorithm.Builder. modelDataUrl(String modelDataUrl)The Amazon S3 path where the model artifacts, which result from model training, are stored.SourceAlgorithm.BuilderSourceAlgorithm. 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()
-