Values_0.AIBenchmarkJobSummarySourceSummary information about an AI benchmark job.
type nonrec t = {aIBenchmarkJobName : AIEntityName.t option;The name of the benchmark job.
*)aIBenchmarkJobArn : AIBenchmarkJobArn.t option;The Amazon Resource Name (ARN) of the benchmark job.
*)aIBenchmarkJobStatus : AIBenchmarkJobStatus.t option;The status of the benchmark job.
*)creationTime : Timestamp.t option;A timestamp that indicates when the benchmark job was created.
*)endTime : Timestamp.t option;A timestamp that indicates when the benchmark job completed.
*)aIWorkloadConfigName : AIEntityName.t option;The name of the AI workload configuration used by the benchmark job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AIEntityName.t
| `Timestamp of Timestamp.t ])
list ]