@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AIMLOptionsOutput extends Object implements Serializable, Cloneable, StructuredPojo
Container for parameters representing the state of machine learning features on the specified domain.
| Constructor and Description |
|---|
AIMLOptionsOutput() |
| Modifier and Type | Method and Description |
|---|---|
AIMLOptionsOutput |
clone() |
boolean |
equals(Object obj) |
NaturalLanguageQueryGenerationOptionsOutput |
getNaturalLanguageQueryGenerationOptions()
Container for parameters required for natural language query generation on the specified domain.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
|
String |
toString()
Returns a string representation of this object.
|
AIMLOptionsOutput |
withNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
|
public void setNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
naturalLanguageQueryGenerationOptions - Container for parameters required for natural language query generation on the specified domain.public NaturalLanguageQueryGenerationOptionsOutput getNaturalLanguageQueryGenerationOptions()
Container for parameters required for natural language query generation on the specified domain.
public AIMLOptionsOutput withNaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions)
Container for parameters required for natural language query generation on the specified domain.
naturalLanguageQueryGenerationOptions - Container for parameters required for natural language query generation on the specified domain.public String toString()
toString in class ObjectObject.toString()public AIMLOptionsOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.