Module Values_1.DescribeInferenceRecommendationsJobResponseSource

Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.

Sourcetype nonrec t = {
  1. jobName : RecommendationJobName.t option;
    (*

    The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

    *)
  2. jobDescription : RecommendationJobDescription.t option;
    (*

    The job description that you provided when you initiated the job.

    *)
  3. jobType : RecommendationJobType.t option;
    (*

    The job type that you provided when you initiated the job.

    *)
  4. jobArn : RecommendationJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the job.

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

    The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.

    *)
  6. status : RecommendationJobStatus.t option;
    (*

    The status of the job.

    *)
  7. creationTime : Values_0.CreationTime.t option;
    (*

    A timestamp that shows when the job was created.

    *)
  8. completionTime : Values_0.Timestamp.t option;
    (*

    A timestamp that shows when the job completed.

    *)
  9. lastModifiedTime : Values_0.LastModifiedTime.t option;
    (*

    A timestamp that shows when the job was last modified.

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

    If the job fails, provides information why the job failed.

    *)
  11. inputConfig : RecommendationJobInputConfig.t option;
    (*

    Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.

    *)
  12. stoppingConditions : RecommendationJobStoppingConditions.t option;
    (*

    The stopping conditions that you provided when you initiated the job.

    *)
  13. inferenceRecommendations : InferenceRecommendations.t option;
    (*

    The recommendations made by Inference Recommender.

    *)
  14. endpointPerformances : EndpointPerformances.t option;
    (*

    The performance results from running an Inference Recommender job on an existing endpoint.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobName:??? -> ?jobDescription:??? -> ?jobType:??? -> ?jobArn:??? -> ?roleArn:??? -> ?status:??? -> ?creationTime:??? -> ?completionTime:??? -> ?lastModifiedTime:??? -> ?failureReason:??? -> ?inputConfig:??? -> ?stoppingConditions:??? -> ?inferenceRecommendations:??? -> ?endpointPerformances:??? -> 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 Values_0.String_.t | `Structure of (string * [> `Enum of string | `Float of Values_0.Float_.t | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Integer of int ]) list ]) list | `Timestamp of InvocationEndTime.t ]) list ] list | `String of RecommendationJobName.t | `Structure of (string * [> `Enum of string | `Integer of JobDurationInSeconds.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.InferenceSpecificationName.t | `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list ]) list ]) list ] list | `String of Values_0.ModelPackageArn.t | `Structure of (string * [> `Enum of string | `Integer of MaxNumberOfTests.t | `List of [> `String of Values_0.String_.t | `Structure of (string * [> `Integer of InitialNumberOfUsers.t ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Integer of TrafficDurationInSeconds.t | `List of [> `String of RecommendationJobSupportedContentType.t ] list | `String of Values_0.S3Uri.t ]) list ]) list ]) list | `Timestamp of Values_0.CreationTime.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