Values.InferenceProfileSummarySourceContains information about an inference profile.
type nonrec t = {inferenceProfileName : InferenceProfileName.t option;The name of the inference profile.
*)description : InferenceProfileDescription.t option;The description of the inference profile.
*)createdAt : Timestamp.t option;The time at which the inference profile was created.
*)updatedAt : Timestamp.t option;The time at which the inference profile was last updated.
*)inferenceProfileArn : InferenceProfileArn.t option;The Amazon Resource Name (ARN) of the inference profile.
*)models : InferenceProfileModels.t option;A list of information about each model in the inference profile.
*)inferenceProfileId : InferenceProfileId.t option;The unique identifier of the inference profile.
*)status : InferenceProfileStatus.t option;The status of the inference profile. ACTIVE means that the inference profile is ready to be used.
*)type_ : InferenceProfileType.t option;The type of the inference profile. The following types are possible: SYSTEM_DEFINED – The inference profile is defined by Amazon Bedrock. You can route inference requests across regions with these inference profiles. APPLICATION – The inference profile was created by a user. This type of inference profile can track metrics and costs when invoking the model in it. The inference profile may route requests to one or multiple regions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of FoundationModelArn.t ]) list ]
list
| `String of InferenceProfileName.t
| `Timestamp of Timestamp.t ])
list ]