| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static S3DataType |
S3DataType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
TransformS3DataSource |
TransformS3DataSource.withS3DataType(S3DataType s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
S3DataSource |
S3DataSource.withS3DataType(S3DataType s3DataType)
If you choose
S3Prefix, S3Uri identifies a key name prefix. |
Copyright © 2020. All rights reserved.