Values_1.DescribeAIBenchmarkJobResponseSourceReturns details of an AI benchmark job, including its status, configuration, target endpoint, and timing information.
type nonrec t = {aIBenchmarkJobName : Values_0.AIEntityName.t option;The name of the AI benchmark job.
*)aIBenchmarkJobArn : Values_0.AIBenchmarkJobArn.t option;The Amazon Resource Name (ARN) of the AI benchmark job.
*)aIBenchmarkJobStatus : Values_0.AIBenchmarkJobStatus.t option;The status of the AI benchmark job.
*)failureReason : Values_0.FailureReason.t option;If the benchmark job failed, the reason it failed.
*)benchmarkTarget : Values_0.AIBenchmarkTarget.t option;The target endpoint that was benchmarked.
*)outputConfig : Values_0.AIBenchmarkOutputResult.t option;The output configuration for the benchmark job, including the Amazon S3 output location and CloudWatch log information.
*)aIWorkloadConfigIdentifier : Values_0.AIResourceIdentifier.t option;The name or Amazon Resource Name (ARN) of the AI workload configuration used for this benchmark job.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role used by the benchmark job.
*)networkConfig : Values_0.AIBenchmarkNetworkConfig.t option;The network configuration for the benchmark job.
*)creationTime : Values_0.Timestamp.t option;A timestamp that indicates when the benchmark job was created.
*)startTime : Values_0.Timestamp.t option;A timestamp that indicates when the benchmark job started running.
*)endTime : Values_0.Timestamp.t option;A timestamp that indicates when the benchmark job completed.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?aIBenchmarkJobName:??? ->
?aIBenchmarkJobArn:??? ->
?aIBenchmarkJobStatus:??? ->
?failureReason:??? ->
?benchmarkTarget:??? ->
?outputConfig:??? ->
?aIWorkloadConfigIdentifier:??? ->
?roleArn:??? ->
?networkConfig:??? ->
?creationTime:??? ->
?startTime:??? ->
?endTime:??? ->
?tags:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.AIEntityName.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of string
| `Structure of
(string
* [> `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]