Module Values_1.DescribeAIBenchmarkJobResponseSource

Returns details of an AI benchmark job, including its status, configuration, target endpoint, and timing information.

Sourcetype nonrec t = {
  1. aIBenchmarkJobName : Values_0.AIEntityName.t option;
    (*

    The name of the AI benchmark job.

    *)
  2. aIBenchmarkJobArn : Values_0.AIBenchmarkJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the AI benchmark job.

    *)
  3. aIBenchmarkJobStatus : Values_0.AIBenchmarkJobStatus.t option;
    (*

    The status of the AI benchmark job.

    *)
  4. failureReason : Values_0.FailureReason.t option;
    (*

    If the benchmark job failed, the reason it failed.

    *)
  5. benchmarkTarget : Values_0.AIBenchmarkTarget.t option;
    (*

    The target endpoint that was benchmarked.

    *)
  6. outputConfig : Values_0.AIBenchmarkOutputResult.t option;
    (*

    The output configuration for the benchmark job, including the Amazon S3 output location and CloudWatch log information.

    *)
  7. aIWorkloadConfigIdentifier : Values_0.AIResourceIdentifier.t option;
    (*

    The name or Amazon Resource Name (ARN) of the AI workload configuration used for this benchmark job.

    *)
  8. roleArn : Values_0.RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role used by the benchmark job.

    *)
  9. networkConfig : Values_0.AIBenchmarkNetworkConfig.t option;
    (*

    The network configuration for the benchmark job.

    *)
  10. creationTime : Values_0.Timestamp.t option;
    (*

    A timestamp that indicates when the benchmark job was created.

    *)
  11. startTime : Values_0.Timestamp.t option;
    (*

    A timestamp that indicates when the benchmark job started running.

    *)
  12. endTime : Values_0.Timestamp.t option;
    (*

    A timestamp that indicates when the benchmark job completed.

    *)
  13. tags : Values_0.TagList.t option;
    (*

    The tags associated with the benchmark job.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?aIBenchmarkJobName:??? -> ?aIBenchmarkJobArn:??? -> ?aIBenchmarkJobStatus:??? -> ?failureReason:??? -> ?benchmarkTarget:??? -> ?outputConfig:??? -> ?aIWorkloadConfigIdentifier:??? -> ?roleArn:??? -> ?networkConfig:??? -> ?creationTime:??? -> ?startTime:??? -> ?endTime:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t