| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3DataDistributionType |
ProcessingS3DataDistributionType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
EndpointInput |
EndpointInput.withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
ProcessingS3Input |
ProcessingS3Input.withS3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
Copyright © 2020. All rights reserved.