Uses of Class
software.amazon.awssdk.services.sagemaker.model.AdditionalModelDataSource
-
Packages that use AdditionalModelDataSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AdditionalModelDataSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AdditionalModelDataSource Modifier and Type Method Description List<AdditionalModelDataSource>ContainerDefinition. additionalModelDataSources()Data sources that are available to your model in addition to the one that you specify forModelDataSourcewhen you use theCreateModelaction.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AdditionalModelDataSource Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. additionalModelDataSources(AdditionalModelDataSource... additionalModelDataSources)Data sources that are available to your model in addition to the one that you specify forModelDataSourcewhen you use theCreateModelaction.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AdditionalModelDataSource Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. additionalModelDataSources(Collection<AdditionalModelDataSource> additionalModelDataSources)Data sources that are available to your model in addition to the one that you specify forModelDataSourcewhen you use theCreateModelaction.
-