ModelPrimaryContainerImageConfigRepositoryAuthConfig class

Constructors

ModelPrimaryContainerImageConfigRepositoryAuthConfig({required Input<String> repositoryCredentialsProviderArn})
Creates a new ModelPrimaryContainerImageConfigRepositoryAuthConfig. repositoryCredentialsProviderArn ARN of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see Create a Lambda function with the console in the AWS Lambda Developer Guide.
const
ModelPrimaryContainerImageConfigRepositoryAuthConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
repositoryCredentialsProviderArn → Input<String>
ARN of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an AWS Lambda function, see Create a Lambda function with the console in the AWS Lambda Developer Guide.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited