| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3DataDistributionType |
ProcessingS3DataDistributionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingS3DataDistributionType |
EndpointInput.s3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
ProcessingS3DataDistributionType |
BatchTransformInput.s3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
ProcessingS3DataDistributionType |
ProcessingS3Input.s3DataDistributionType()
Whether to distribute the data from Amazon S3 to all processing instances with
FullyReplicated, or
whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing
instance. |
static ProcessingS3DataDistributionType |
ProcessingS3DataDistributionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingS3DataDistributionType[] |
ProcessingS3DataDistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProcessingS3DataDistributionType> |
ProcessingS3DataDistributionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EndpointInput.Builder |
EndpointInput.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
BatchTransformInput.Builder |
BatchTransformInput.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether to distribute the data from Amazon S3 to all processing instances with
FullyReplicated,
or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each
processing instance. |
Copyright © 2022. All rights reserved.