| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
AIMLOptionsOutput |
AIMLOptionsOutput.clone() |
AIMLOptionsOutput |
DomainStatus.getAIMLOptions()
Container for parameters required to enable all machine learning features.
|
AIMLOptionsOutput |
AIMLOptionsStatus.getOptions()
Machine learning options on the specified domain.
|
AIMLOptionsOutput |
AIMLOptionsOutput.withNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainStatus.setAIMLOptions(AIMLOptionsOutput aIMLOptions)
Container for parameters required to enable all machine learning features.
|
void |
AIMLOptionsStatus.setOptions(AIMLOptionsOutput options)
Machine learning options on the specified domain.
|
DomainStatus |
DomainStatus.withAIMLOptions(AIMLOptionsOutput aIMLOptions)
Container for parameters required to enable all machine learning features.
|
AIMLOptionsStatus |
AIMLOptionsStatus.withOptions(AIMLOptionsOutput options)
Machine learning options on the specified domain.
|
Copyright © 2024. All rights reserved.