| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
AcceptChoice |
AcceptChoice.clone() |
AcceptChoice |
AcceptChoice.withPredictionChoice(Integer predictionChoice)
Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
|
AcceptChoice |
AcceptChoice.withPredictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be accepted.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceptChoice> |
AcceptPredictionsRequest.getAcceptChoices()
|
| Modifier and Type | Method and Description |
|---|---|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withAcceptChoices(AcceptChoice... acceptChoices)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptPredictionsRequest.setAcceptChoices(Collection<AcceptChoice> acceptChoices)
|
AcceptPredictionsRequest |
AcceptPredictionsRequest.withAcceptChoices(Collection<AcceptChoice> acceptChoices)
|
Copyright © 2023. All rights reserved.