Values_2.ProcessingJobSourceAn Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.
type nonrec t = {processingInputs : Values_1.ProcessingInputs.t option;List of input configurations for the processing job.
*)processingOutputConfig : Values_1.ProcessingOutputConfig.t option;processingJobName : Values_0.ProcessingJobName.t option;The name of the processing job.
*)processingResources : Values_1.ProcessingResources.t option;stoppingCondition : Values_1.ProcessingStoppingCondition.t option;appSpecification : Values_0.AppSpecification.t option;environment : Values_1.ProcessingEnvironmentMap.t option;Sets the environment variables in the Docker container.
*)networkConfig : Values_1.NetworkConfig.t option;roleArn : Values_0.RoleArn.t option;The ARN of the role used to create the processing job.
*)experimentConfig : Values_1.ExperimentConfig.t option;processingJobArn : Values_1.ProcessingJobArn.t option;The ARN of the processing job.
*)processingJobStatus : Values_1.ProcessingJobStatus.t option;The status of the processing job.
*)exitMessage : Values_1.ExitMessage.t option;A 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 that the processing job ended.
*)processingStartTime : Values_0.Timestamp.t option;The time that the processing job started.
*)lastModifiedTime : Values_0.Timestamp.t option;The time the processing job was last modified.
*)creationTime : Values_0.Timestamp.t option;The time the processing job was created.
*)monitoringScheduleArn : Values_1.MonitoringScheduleArn.t option;The ARN of a monitoring schedule for an endpoint associated with this processing job.
*)autoMLJobArn : Values_0.AutoMLJobArn.t option;The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.
*)trainingJobArn : Values_1.TrainingJobArn.t option;The ARN of the training job associated with this processing job.
*)}val make :
?processingInputs:??? ->
?processingOutputConfig:??? ->
?processingJobName:??? ->
?processingResources:??? ->
?stoppingCondition:??? ->
?appSpecification:??? ->
?environment:??? ->
?networkConfig:??? ->
?roleArn:??? ->
?experimentConfig:??? ->
?processingJobArn:??? ->
?processingJobStatus:??? ->
?exitMessage:??? ->
?failureReason:??? ->
?processingEndTime:??? ->
?processingStartTime:??? ->
?lastModifiedTime:??? ->
?creationTime:??? ->
?monitoringScheduleArn:??? ->
?autoMLJobArn:??? ->
?trainingJobArn:??? ->
?tags:??? ->
unit ->
tval 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 int
| `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 ]