| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static S3DataType |
S3DataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
S3DataType |
TransformS3DataSource.s3DataType()
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
S3DataType |
S3DataSource.s3DataType()
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
static S3DataType |
S3DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3DataType[] |
S3DataType.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<S3DataType> |
S3DataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransformS3DataSource.Builder |
TransformS3DataSource.Builder.s3DataType(S3DataType s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
S3DataSource.Builder |
S3DataSource.Builder.s3DataType(S3DataType s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
Copyright © 2022. All rights reserved.