public class DescribeLanguageModelRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets information about a single custom language model. Use this information to see details about the language model in your AWS account. You can also see whether the base language model used to create your custom language model has been updated. If Amazon Transcribe has updated the base model, you can create a new custom language model using the updated base model. If the language model wasn't created, you can use this operation to understand why Amazon Transcribe couldn't create it.
| Constructor and Description |
|---|
DescribeLanguageModelRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getModelName()
The name of the custom language model you submit to get more information.
|
int |
hashCode() |
void |
setModelName(java.lang.String modelName)
The name of the custom language model you submit to get more information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLanguageModelRequest |
withModelName(java.lang.String modelName)
The name of the custom language model you submit to get more information.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getModelName()
The name of the custom language model you submit to get more information.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
The name of the custom language model you submit to get more information.
public void setModelName(java.lang.String modelName)
The name of the custom language model you submit to get more information.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
modelName - The name of the custom language model you submit to get more information.
public DescribeLanguageModelRequest withModelName(java.lang.String modelName)
The name of the custom language model you submit to get more information.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
modelName - The name of the custom language model you submit to get more information.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.