Class: Aws::SageMaker::Types::TrainingRepositoryAuthConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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

Instance Attribute Details

#training_repository_credentials_provider_arnString

The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function used to give SageMaker access credentials to your private Docker registry.

Returns:

  • (String)


41296
41297
41298
41299
41300
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41296

class TrainingRepositoryAuthConfig < Struct.new(
  :training_repository_credentials_provider_arn)
  SENSITIVE = []
  include Aws::Structure
end