| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
RejectChoice |
RejectChoice.clone() |
RejectChoice |
RejectChoice.withPredictionChoices(Collection<Integer> predictionChoices)
Specifies the the automatically generated business metadata that can be rejected.
|
RejectChoice |
RejectChoice.withPredictionChoices(Integer... predictionChoices)
Specifies the the automatically generated business metadata that can be rejected.
|
RejectChoice |
RejectChoice.withPredictionTarget(String predictionTarget)
Specifies the target (for example, a column name) where a prediction can be rejected.
|
| Modifier and Type | Method and Description |
|---|---|
List<RejectChoice> |
RejectPredictionsRequest.getRejectChoices()
|
| Modifier and Type | Method and Description |
|---|---|
RejectPredictionsRequest |
RejectPredictionsRequest.withRejectChoices(RejectChoice... rejectChoices)
|
| Modifier and Type | Method and Description |
|---|---|
void |
RejectPredictionsRequest.setRejectChoices(Collection<RejectChoice> rejectChoices)
|
RejectPredictionsRequest |
RejectPredictionsRequest.withRejectChoices(Collection<RejectChoice> rejectChoices)
|
Copyright © 2023. All rights reserved.