@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ModelSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.