Module Values_1.DescribeProcessingJobResponseSource

Returns a description of a processing job.

Sourcetype nonrec t = {
  1. processingInputs : ProcessingInputs.t option;
    (*

    The inputs for a processing job.

    *)
  2. processingOutputConfig : ProcessingOutputConfig.t option;
    (*

    Output configuration for the processing job.

    *)
  3. 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.

    *)
  4. 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.

    *)
  5. stoppingCondition : ProcessingStoppingCondition.t option;
    (*

    The time limit for how long the processing job is allowed to run.

    *)
  6. appSpecification : Values_0.AppSpecification.t option;
    (*

    Configures the processing job to run a specified container image.

    *)
  7. environment : ProcessingEnvironmentMap.t option;
    (*

    The environment variables set in the Docker container.

    *)
  8. networkConfig : NetworkConfig.t option;
    (*

    Networking options for a processing job.

    *)
  9. 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.

    *)
  10. experimentConfig : ExperimentConfig.t option;
    (*

    The configuration information used to create an experiment.

    *)
  11. processingJobArn : ProcessingJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the processing job.

    *)
  12. processingJobStatus : ProcessingJobStatus.t option;
    (*

    Provides the status of a processing job.

    *)
  13. 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.

    *)
  14. 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.

    *)
  15. processingEndTime : Values_0.Timestamp.t option;
    (*

    The time at which the processing job completed.

    *)
  16. processingStartTime : Values_0.Timestamp.t option;
    (*

    The time at which the processing job started.

    *)
  17. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The time at which the processing job was last modified.

    *)
  18. creationTime : Values_0.Timestamp.t option;
    (*

    The time at which the processing job was created.

    *)
  19. monitoringScheduleArn : MonitoringScheduleArn.t option;
    (*

    The ARN of a monitoring schedule for an endpoint associated with this processing job.

    *)
  20. autoMLJobArn : Values_0.AutoMLJobArn.t option;
    (*

    The ARN of an AutoML job associated with this processing job.

    *)
  21. trainingJobArn : TrainingJobArn.t option;
    (*

    The ARN of a training job associated with this processing job.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?processingInputs:??? -> ?processingOutputConfig:??? -> ?processingJobName:??? -> ?processingResources:??? -> ?stoppingCondition:??? -> ?appSpecification:??? -> ?environment:??? -> ?networkConfig:??? -> ?roleArn:??? -> ?experimentConfig:??? -> ?processingJobArn:??? -> ?processingJobStatus:??? -> ?exitMessage:??? -> ?failureReason:??? -> ?processingEndTime:??? -> ?processingStartTime:??? -> ?lastModifiedTime:??? -> ?creationTime:??? -> ?monitoringScheduleArn:??? -> ?autoMLJobArn:??? -> ?trainingJobArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t