Values_2.InferenceRecommendationsJobSourceA structure that contains a list of recommendation jobs.
type nonrec t = {jobName : Values_1.RecommendationJobName.t option;The name of the job.
*)jobDescription : Values_1.RecommendationJobDescription.t option;The job description.
*)jobType : Values_1.RecommendationJobType.t option;The recommendation job type.
*)jobArn : Values_1.RecommendationJobArn.t option;The Amazon Resource Name (ARN) of the recommendation job.
*)status : Values_1.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.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.
*)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.
*)modelName : Values_0.ModelName.t option;The name of the created model.
*)samplePayloadUrl : Values_0.S3Uri.t option;The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
*)modelPackageVersionArn : Values_0.ModelPackageArn.t option;The Amazon Resource Name (ARN) of a versioned model package.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.RecommendationJobName.t
| `Timestamp of Values_0.CreationTime.t ])
list ]