@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelSettings extends Object implements Serializable, Cloneable, StructuredPojo
The object used to call your custom language model to your transcription job.
| Constructor and Description |
|---|
ModelSettings() |
| Modifier and Type | Method and Description |
|---|---|
ModelSettings |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageModelName()
The name of your custom language model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLanguageModelName(String languageModelName)
The name of your custom language model.
|
String |
toString()
Returns a string representation of this object.
|
ModelSettings |
withLanguageModelName(String languageModelName)
The name of your custom language model.
|
public void setLanguageModelName(String languageModelName)
The name of your custom language model.
languageModelName - The name of your custom language model.public String getLanguageModelName()
The name of your custom language model.
public ModelSettings withLanguageModelName(String languageModelName)
The name of your custom language model.
languageModelName - The name of your custom language model.public String toString()
toString in class ObjectObject.toString()public ModelSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.