Class: Aws::SageMaker::Types::TrainingRepositoryAuthConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrainingRepositoryAuthConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
An object containing authentication information for a private Docker registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_repository_credentials_provider_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
Instance Attribute Details
#training_repository_credentials_provider_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.
43578 43579 43580 43581 43582 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43578 class TrainingRepositoryAuthConfig < Struct.new( :training_repository_credentials_provider_arn) SENSITIVE = [] include Aws::Structure end |