Builder

class Builder

Properties

Link copied to clipboard

The category of the job. The category determines the type of workload that the job runs.

Link copied to clipboard

The JSON configuration document for the job. The document must conform to the schema specified by JobConfigSchemaVersion. Use DescribeJobSchemaVersion to retrieve the schema for validation.

Link copied to clipboard

The version of the configuration schema to use for the job configuration document. Use ListJobSchemaVersions to get available schema versions for a job category.

Link copied to clipboard

The name of the job. The name must be unique within your account and Amazon Web Services Region.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform the job. The role must have the necessary permissions to access the resources required by the job configuration.

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

An array of key-value pairs to apply to the job as tags. For more information, see Tagging Amazon Web Services Resources.