Values_0.CreateAIBenchmarkJobResponseSourceCreates a benchmark job that runs performance benchmarks against inference infrastructure using a predefined AI workload configuration. The benchmark job measures metrics such as latency, throughput, and cost for your generative AI inference endpoints.
type nonrec t = {aIBenchmarkJobArn : AIBenchmarkJobArn.t option;The Amazon Resource Name (ARN) of the created benchmark job.
*)}type nonrec error = [ | `ResourceInUse of ResourceInUse.t| `ResourceLimitExceeded of ResourceLimitExceeded.t| `ResourceNotFound of ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of ResourceInUse.t
| `ResourceLimitExceeded of ResourceLimitExceeded.t
| `ResourceNotFound of ResourceNotFound.t
| `Unknown_operation_error of string * string option ]