CreateProcessingJobRequest

Types

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

Properties

Link copied to clipboard

Configures the processing job to run a specified Docker container image.

Link copied to clipboard

The environment variables to set in the Docker container. Up to 100 key and values entries in the map are supported.

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

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

Link copied to clipboard

An array of inputs configuring the data to download into the processing container.

Link copied to clipboard

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Link copied to clipboard

Output configuration for the processing job.

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 Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

Link copied to clipboard

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

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

(Optional) 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.

Functions

Link copied to clipboard
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