| Package | Description |
|---|---|
| software.amazon.awssdk.services.machinelearning.model |
| Modifier and Type | Method and Description |
|---|---|
static DetailsAttributes |
DetailsAttributes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DetailsAttributes |
DetailsAttributes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetailsAttributes[] |
DetailsAttributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DetailsAttributes,String> |
Prediction.details()
Returns the value of the Details property for this object.
|
static Set<DetailsAttributes> |
DetailsAttributes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Prediction.Builder |
Prediction.Builder.details(Map<DetailsAttributes,String> details)
Sets the value of the Details property for this object.
|
Copyright © 2020. All rights reserved.