Values_1.DescribeProcessingJobResponseSourceReturns a description of a processing job.
type nonrec t = {processingInputs : ProcessingInputs.t option;The inputs for a processing job.
*)processingOutputConfig : ProcessingOutputConfig.t option;Output configuration for the processing job.
*)processingJobName : Values_0.ProcessingJobName.t option;The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
*)processingResources : ProcessingResources.t option;Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
*)stoppingCondition : ProcessingStoppingCondition.t option;The time limit for how long the processing job is allowed to run.
*)appSpecification : Values_0.AppSpecification.t option;Configures the processing job to run a specified container image.
*)environment : ProcessingEnvironmentMap.t option;The environment variables set in the Docker container.
*)networkConfig : NetworkConfig.t option;Networking options for a processing job.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
*)experimentConfig : ExperimentConfig.t option;The configuration information used to create an experiment.
*)processingJobArn : ProcessingJobArn.t option;The Amazon Resource Name (ARN) of the processing job.
*)processingJobStatus : ProcessingJobStatus.t option;Provides the status of a processing job.
*)exitMessage : ExitMessage.t option;An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
*)failureReason : Values_0.FailureReason.t option;A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
*)processingEndTime : Values_0.Timestamp.t option;The time at which the processing job completed.
*)processingStartTime : Values_0.Timestamp.t option;The time at which the processing job started.
*)lastModifiedTime : Values_0.Timestamp.t option;The time at which the processing job was last modified.
*)creationTime : Values_0.Timestamp.t option;The time at which the processing job was created.
*)monitoringScheduleArn : MonitoringScheduleArn.t option;The ARN of a monitoring schedule for an endpoint associated with this processing job.
*)autoMLJobArn : Values_0.AutoMLJobArn.t option;The ARN of an AutoML job associated with this processing job.
*)trainingJobArn : TrainingJobArn.t option;The ARN of a training job associated with this processing job.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?processingInputs:??? ->
?processingOutputConfig:??? ->
?processingJobName:??? ->
?processingResources:??? ->
?stoppingCondition:??? ->
?appSpecification:??? ->
?environment:??? ->
?networkConfig:??? ->
?roleArn:??? ->
?experimentConfig:??? ->
?processingJobArn:??? ->
?processingJobStatus:??? ->
?exitMessage:??? ->
?failureReason:??? ->
?processingEndTime:??? ->
?processingStartTime:??? ->
?lastModifiedTime:??? ->
?creationTime:??? ->
?monitoringScheduleArn:??? ->
?autoMLJobArn:??? ->
?trainingJobArn:??? ->
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
* [> `Boolean of Values_0.AppManaged.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.S3Uri.t
| `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ])
list ]
list
| `Map of
([> `String of Values_0.ProcessingEnvironmentKey.t ]
* [> `String of Values_0.ProcessingEnvironmentValue.t ])
list
| `String of Values_0.ProcessingJobName.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of ProcessingMaxRuntimeInSeconds.t
| `List of
[> `String of string
| `Structure of
(string
* [> `Boolean of Values_0.AppManaged.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string | `String of Values_0.S3Uri.t ])
list ])
list ]
list
| `String of Values_0.KmsKeyId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.ProcessingInstanceCount.t
| `List of [> `String of string ] list
| `String of Values_0.KmsKeyId.t ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]