Model Primary Container Image Config Args
data class ModelPrimaryContainerImageConfigArgs(val repositoryAccessMode: Output<String>, val repositoryAuthConfig: Output<ModelPrimaryContainerImageConfigRepositoryAuthConfigArgs>? = null) : ConvertibleToJava<ModelPrimaryContainerImageConfigArgs>
Constructors
Link copied to clipboard
constructor(repositoryAccessMode: Output<String>, repositoryAuthConfig: Output<ModelPrimaryContainerImageConfigRepositoryAuthConfigArgs>? = null)
Properties
Link copied to clipboard
Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). Allowed values are: Platform
and Vpc
.
Link copied to clipboard
Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication. see Repository Auth Config.