| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelType |
ModelType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ModelType |
FlywheelSummary.modelType()
Model type of the flywheel's model.
|
ModelType |
FlywheelProperties.modelType()
Model type of the flywheel's model.
|
ModelType |
CreateFlywheelRequest.modelType()
The model type.
|
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
ModelType.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<ModelType> |
ModelType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FlywheelSummary.Builder |
FlywheelSummary.Builder.modelType(ModelType modelType)
Model type of the flywheel's model.
|
FlywheelProperties.Builder |
FlywheelProperties.Builder.modelType(ModelType modelType)
Model type of the flywheel's model.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.modelType(ModelType modelType)
The model type.
|
Copyright © 2023. All rights reserved.