Uses of Interface
software.amazon.awssdk.services.sagemaker.model.TrainingRepositoryAuthConfig.Builder
-
Packages that use TrainingRepositoryAuthConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingRepositoryAuthConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingRepositoryAuthConfig.Builder Modifier and Type Method Description static TrainingRepositoryAuthConfig.BuilderTrainingRepositoryAuthConfig. builder()TrainingRepositoryAuthConfig.BuilderTrainingRepositoryAuthConfig. toBuilder()TrainingRepositoryAuthConfig.BuilderTrainingRepositoryAuthConfig.Builder. trainingRepositoryCredentialsProviderArn(String trainingRepositoryCredentialsProviderArn)The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrainingRepositoryAuthConfig.Builder Modifier and Type Method Description static Class<? extends TrainingRepositoryAuthConfig.Builder>TrainingRepositoryAuthConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrainingRepositoryAuthConfig.Builder Modifier and Type Method Description default TrainingImageConfig.BuilderTrainingImageConfig.Builder. trainingRepositoryAuthConfig(Consumer<TrainingRepositoryAuthConfig.Builder> trainingRepositoryAuthConfig)An object containing authentication information for a private Docker registry containing your training images.
-