| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
S3DataSource.Builder |
S3DataSource.Builder.attributeNames(Collection<String> attributeNames)
A list of one or more attribute names to use that are found in a specified augmented manifest file.
|
S3DataSource.Builder |
S3DataSource.Builder.attributeNames(String... attributeNames)
A list of one or more attribute names to use that are found in a specified augmented manifest file.
|
static S3DataSource.Builder |
S3DataSource.builder() |
S3DataSource.Builder |
S3DataSource.Builder.s3DataDistributionType(S3DataDistribution s3DataDistributionType)
If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for
model training, specify
FullyReplicated. |
S3DataSource.Builder |
S3DataSource.Builder.s3DataDistributionType(String s3DataDistributionType)
If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for
model training, specify
FullyReplicated. |
S3DataSource.Builder |
S3DataSource.Builder.s3DataType(S3DataType s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
S3DataSource.Builder |
S3DataSource.Builder.s3DataType(String s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
S3DataSource.Builder |
S3DataSource.Builder.s3Uri(String s3Uri)
Depending on the value specified for the
S3DataType, identifies either a key name prefix or a
manifest. |
S3DataSource.Builder |
S3DataSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3DataSource.Builder> |
S3DataSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataSource.Builder |
DataSource.Builder.s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)
The S3 location of the data source that is associated with a channel.
|
Copyright © 2021. All rights reserved.