Values_2.InferenceComponentSummarySourceA summary of the properties of an inference component.
type nonrec t = {creationTime : Values_0.Timestamp.t option;The time when the inference component was created.
*)inferenceComponentArn : Values_1.InferenceComponentArn.t option;The Amazon Resource Name (ARN) of the inference component.
*)inferenceComponentName : Values_1.InferenceComponentName.t option;The name of the inference component.
*)endpointArn : Values_0.EndpointArn.t option;The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
*)endpointName : Values_0.EndpointName.t option;The name of the endpoint that hosts the inference component.
*)variantName : Values_0.VariantName.t option;The name of the production variant that hosts the inference component.
*)inferenceComponentStatus : Values_1.InferenceComponentStatus.t option;The status of the inference component.
*)lastModifiedTime : Values_0.Timestamp.t option;The time when the inference component was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.InferenceComponentArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]