Values_2.UpdateInferenceComponentRuntimeConfigOutputSourceRuntime settings for a model that is deployed with an inference component.
type nonrec t = {inferenceComponentArn : Values_1.InferenceComponentArn.t option;The Amazon Resource Name (ARN) of the inference component.
*)}type nonrec error = [ | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of Values_1.InferenceComponentArn.t ]) list ]