Values_0.ImageConfigSourceSpecifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).
type nonrec t = {repositoryAccessMode : RepositoryAccessMode.t;Set this to one of the following values: Platform - The model image is hosted in Amazon ECR. Vpc - The model image is hosted in a private Docker registry in your VPC.
*)repositoryAuthConfig : RepositoryAuthConfig.t option;(Optional) 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.
*)}val make :
?repositoryAuthConfig:??? ->
repositoryAccessMode:RepositoryAccessMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of RepositoryCredentialsProviderArn.t ]) list ])
list ]