| 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 |
ProcessingS3Input.s3DataDistributionType()
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
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.
|
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataDistributionType(ProcessingS3DataDistributionType s3DataDistributionType)
Whether the data stored in Amazon S3 is
FullyReplicated or ShardedByS3Key. |
Copyright © 2020. All rights reserved.