Values.CreateConfiguredModelAlgorithmRequestSourceCreates a configured model algorithm using a container image stored in an ECR repository.
type nonrec t = {name : NameString.t;The name of the configured model algorithm.
*)description : ResourceDescription.t option;The description of the configured model algorithm.
*)roleArn : IamRoleArn.t;The Amazon Resource Name (ARN) of the role that is used to access the repository.
*)trainingContainerConfig : ContainerConfig.t option;Configuration information for the training container, including entrypoints and arguments.
*)inferenceContainerConfig : InferenceContainerConfig.t option;Configuration information for the inference container that is used when you run an inference job on a configured model algorithm.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the configured ML model algorithm and associated data.
*)}val make :
?description:??? ->
?trainingContainerConfig:??? ->
?inferenceContainerConfig:??? ->
?tags:??? ->
?kmsKeyArn:??? ->
name:NameString.t ->
roleArn:IamRoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NameString.t
| `Structure of
(string
* [> `List of
[> `String of ContainerEntrypointString.t
| `Structure of
(string * [> `String of MetricName.t ]) list ]
list
| `String of AlgorithmImage.t ])
list ])
list ]