Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingRepositoryAuthConfig
-
Packages that use TrainingRepositoryAuthConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingRepositoryAuthConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingRepositoryAuthConfig Modifier and Type Method Description TrainingRepositoryAuthConfig
TrainingImageConfig. trainingRepositoryAuthConfig()
An object containing authentication information for a private Docker registry containing your training images.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingRepositoryAuthConfig Modifier and Type Method Description TrainingImageConfig.Builder
TrainingImageConfig.Builder. trainingRepositoryAuthConfig(TrainingRepositoryAuthConfig trainingRepositoryAuthConfig)
An object containing authentication information for a private Docker registry containing your training images.
-