Module Values_0.ImageConfigSource

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).

Sourcetype nonrec t = {
  1. 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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?repositoryAuthConfig:??? -> repositoryAccessMode:RepositoryAccessMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of RepositoryCredentialsProviderArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t