Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelDataSource
-
Packages that use ModelDataSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelDataSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelDataSource Modifier and Type Method Description ModelDataSourceContainerDefinition. modelDataSource()Specifies the location of ML model data to deploy.ModelDataSourceModelPackageContainerDefinition. modelDataSource()Specifies the location of ML model data to deploy during endpoint creation.ModelDataSourceSourceAlgorithm. modelDataSource()Specifies the location of ML model data to deploy during endpoint creation.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelDataSource Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. modelDataSource(ModelDataSource modelDataSource)Specifies the location of ML model data to deploy.ModelPackageContainerDefinition.BuilderModelPackageContainerDefinition.Builder. modelDataSource(ModelDataSource 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.
-