Module Values_2.ProcessingJobSource

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

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

    List of input configurations for the processing job.

    *)
  2. processingOutputConfig : Values_1.ProcessingOutputConfig.t option;
  3. processingJobName : Values_0.ProcessingJobName.t option;
    (*

    The name of the processing job.

    *)
  4. processingResources : Values_1.ProcessingResources.t option;
  5. stoppingCondition : Values_1.ProcessingStoppingCondition.t option;
  6. appSpecification : Values_0.AppSpecification.t option;
  7. environment : Values_1.ProcessingEnvironmentMap.t option;
    (*

    Sets the environment variables in the Docker container.

    *)
  8. networkConfig : Values_1.NetworkConfig.t option;
  9. roleArn : Values_0.RoleArn.t option;
    (*

    The ARN of the role used to create the processing job.

    *)
  10. experimentConfig : Values_1.ExperimentConfig.t option;
  11. processingJobArn : Values_1.ProcessingJobArn.t option;
    (*

    The ARN of the processing job.

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

    The status of the processing job.

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

    *)
  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 that the processing job ended.

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

    The time that the processing job started.

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

    The time the processing job was last modified.

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

    The time the processing job was created.

    *)
  19. monitoringScheduleArn : Values_1.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 Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

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

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

    *)
  22. tags : Values_0.TagList.t option;
    (*

    An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

    *)
}
Sourceval make : ?processingInputs:??? -> ?processingOutputConfig:??? -> ?processingJobName:??? -> ?processingResources:??? -> ?stoppingCondition:??? -> ?appSpecification:??? -> ?environment:??? -> ?networkConfig:??? -> ?roleArn:??? -> ?experimentConfig:??? -> ?processingJobArn:??? -> ?processingJobStatus:??? -> ?exitMessage:??? -> ?failureReason:??? -> ?processingEndTime:??? -> ?processingStartTime:??? -> ?lastModifiedTime:??? -> ?creationTime:??? -> ?monitoringScheduleArn:??? -> ?autoMLJobArn:??? -> ?trainingJobArn:??? -> ?tags:??? -> unit -> 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 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 ]
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