Values.BatchInferenceJobSourceContains information on a batch inference job.
type nonrec t = {jobName : Name.t option;The name of the batch inference job.
*)batchInferenceJobArn : Arn.t option;The Amazon Resource Name (ARN) of the batch inference job.
*)filterArn : Arn.t option;The ARN of the filter used on the batch inference job.
*)failureReason : FailureReason.t option;If the batch inference job failed, the reason for the failure.
*)solutionVersionArn : Arn.t option;The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
*)numResults : NumBatchResults.t option;The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
*)jobInput : BatchInferenceJobInput.t option;The Amazon S3 path that leads to the input data used to generate the batch inference job.
*)jobOutput : BatchInferenceJobOutput.t option;The Amazon S3 bucket that contains the output data generated by the batch inference job.
*)batchInferenceJobConfig : BatchInferenceJobConfig.t option;A string to string map of the configuration details of a batch inference job.
*)roleArn : RoleArn.t option;The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
*)batchInferenceJobMode : BatchInferenceJobMode.t option;The job's mode.
*)themeGenerationConfig : ThemeGenerationConfig.t option;The job's theme generation settings.
*)status : Status.t option;The status of the batch inference job. The status is one of the following values: PENDING IN PROGRESS ACTIVE CREATE FAILED
*)creationDateTime : Date.t option;The time at which the batch inference job was created.
*)lastUpdatedDateTime : Date.t option;The time at which the batch inference job was last updated.
*)}val make :
?jobName:??? ->
?batchInferenceJobArn:??? ->
?filterArn:??? ->
?failureReason:??? ->
?solutionVersionArn:??? ->
?numResults:??? ->
?jobInput:??? ->
?jobOutput:??? ->
?batchInferenceJobConfig:??? ->
?roleArn:??? ->
?batchInferenceJobMode:??? ->
?themeGenerationConfig:??? ->
?status:??? ->
?creationDateTime:??? ->
?lastUpdatedDateTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of NumBatchResults.t
| `String of Name.t
| `Structure of
(string
* [> `Map of
([> `Enum of string | `String of ParameterName.t ]
* [> `Double of RankingInfluenceWeight.t
| `String of ParameterValue.t ])
list
| `Structure of (string * [> `String of S3Location.t ]) list ])
list
| `Timestamp of Date.t ])
list ]