CreateJobRequest

Types

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

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
val 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.

Functions

Link copied to clipboard
inline fun copy(block: CreateJobRequest.Builder.() -> Unit = {}): CreateJobRequest
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