Values_1.DescribeInferenceRecommendationsJobResponseSourceProvides the results of the Inference Recommender job. One or more recommendation jobs are returned.
type nonrec t = {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.
*)jobDescription : RecommendationJobDescription.t option;The job description that you provided when you initiated the job.
*)jobType : RecommendationJobType.t option;The job type that you provided when you initiated the job.
*)jobArn : RecommendationJobArn.t option;The Amazon Resource Name (ARN) of the job.
*)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.
*)status : RecommendationJobStatus.t option;The status of the job.
*)creationTime : Values_0.CreationTime.t option;A timestamp that shows when the job was created.
*)completionTime : Values_0.Timestamp.t option;A timestamp that shows when the job completed.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;A timestamp that shows when the job was last modified.
*)failureReason : Values_0.FailureReason.t option;If the job fails, provides information why the job failed.
*)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.
*)stoppingConditions : RecommendationJobStoppingConditions.t option;The stopping conditions that you provided when you initiated the job.
*)inferenceRecommendations : InferenceRecommendations.t option;The recommendations made by Inference Recommender.
*)endpointPerformances : EndpointPerformances.t option;The performance results from running an Inference Recommender job on an existing endpoint.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?jobName:??? ->
?jobDescription:??? ->
?jobType:??? ->
?jobArn:??? ->
?roleArn:??? ->
?status:??? ->
?creationTime:??? ->
?completionTime:??? ->
?lastModifiedTime:??? ->
?failureReason:??? ->
?inputConfig:??? ->
?stoppingConditions:??? ->
?inferenceRecommendations:??? ->
?endpointPerformances:??? ->
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 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 ]