| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3DataType |
ProcessingS3DataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingS3DataType |
ProcessingS3Input.s3DataType()
Whether you use an
S3Prefix or a ManifestFile for the data type. |
static ProcessingS3DataType |
ProcessingS3DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingS3DataType[] |
ProcessingS3DataType.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<ProcessingS3DataType> |
ProcessingS3DataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3DataType(ProcessingS3DataType s3DataType)
Whether you use an
S3Prefix or a ManifestFile for the data type. |
Copyright © 2020. All rights reserved.