Values_1.InferenceComponentRuntimeConfigSummarySourceDetails about the runtime settings for the model that is deployed with the inference component.
type nonrec t = {desiredCopyCount : InferenceComponentCopyCount.t option;The number of runtime copies of the model container that you requested to deploy with the inference component.
*)currentCopyCount : InferenceComponentCopyCount.t option;The number of runtime copies of the model container that are currently deployed.
*)placementStatus : InferenceComponentPlacementStatusList.t option;The placement status of the inference component across instance types. Shows how the inference component copies are distributed across instance types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of InferenceComponentCopyCount.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of InferenceComponentCopyCount.t ])
list ]
list ])
list ]