@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getDesiredInferenceUnits()
The desired number of inference units to be used by the model using this endpoint.
|
String |
getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint being updated.
|
int |
hashCode() |
void |
setDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointRequest |
withDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
UpdateEndpointRequest |
withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
endpointArn - The Amazon Resource Number (ARN) of the endpoint being updated.public String getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint being updated.
public UpdateEndpointRequest withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
endpointArn - The Amazon Resource Number (ARN) of the endpoint being updated.public void setDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
desiredInferenceUnits - The desired number of inference units to be used by the model using this endpoint. Each inference unit
represents of a throughput of 100 characters per second.public Integer getDesiredInferenceUnits()
The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
public UpdateEndpointRequest withDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
desiredInferenceUnits - The desired number of inference units to be used by the model using this endpoint. Each inference unit
represents of a throughput of 100 characters per second.public String toString()
toString in class ObjectObject.toString()public UpdateEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.