S3DataSource

Describes the S3 data source.

Your input bucket must be in the same Amazon Web Services region as your training job.

Types

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

Properties

Link copied to clipboard

A list of one or more attribute names to use that are found in a specified augmented manifest file.

Link copied to clipboard

A list of names of instance groups that get data from the S3 data source.

Link copied to clipboard

If you want SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

Link copied to clipboard

If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training.

Link copied to clipboard

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

Functions

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