repository Auth Config
suspend fun repositoryAuthConfig(value: Output<ModelPrimaryContainerImageConfigRepositoryAuthConfigArgs>)
Parameters
value
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.
suspend fun repositoryAuthConfig(argument: suspend ModelPrimaryContainerImageConfigRepositoryAuthConfigArgsBuilder.() -> Unit)
Parameters
argument
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.