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