ProcessingJob

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration to run a processing job in a specified container image.

Link copied to clipboard

The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

Link copied to clipboard

The time the processing job was created.

Link copied to clipboard

Sets the environment variables in the Docker container.

Link copied to clipboard

A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

Link copied to clipboard

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

Link copied to clipboard

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

Link copied to clipboard

The time the processing job was last modified.

Link copied to clipboard

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

Link copied to clipboard

Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.

Link copied to clipboard

The time that the processing job ended.

Link copied to clipboard

List of input configurations for the processing job.

Link copied to clipboard

The ARN of the processing job.

Link copied to clipboard

The name of the processing job.

Link copied to clipboard

The status of the processing job.

Link copied to clipboard

Configuration for uploading output from the processing container.

Link copied to clipboard

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.

Link copied to clipboard

The time that the processing job started.

Link copied to clipboard

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

Link copied to clipboard

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

Link copied to clipboard
val tags: List<Tag>?

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ProcessingJob.Builder.() -> Unit = {}): ProcessingJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String