OutputDataConfig

Provides information about how to store model training results (model artifacts).

Types

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

Properties

Link copied to clipboard

The model output compression type. Select None to output an uncompressed model, recommended for large model outputs. Defaults to gzip.

Link copied to clipboard

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

Link copied to clipboard

Identifies the S3 path where you want SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

Functions

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