@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDesiredDataAccessRoleArn()
Data access role ARN to use in case the new model is encrypted with a customer CMK.
|
Integer |
getDesiredInferenceUnits()
The desired number of inference units to be used by the model using this endpoint.
|
String |
getDesiredModelArn()
The ARN of the new model to use when updating an existing endpoint.
|
String |
getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint being updated.
|
String |
getFlywheelArn()
The Amazon Resource Number (ARN) of the flywheel
|
int |
hashCode() |
void |
setDesiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer CMK.
|
void |
setDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
void |
setDesiredModelArn(String desiredModelArn)
The ARN of the new model to use when updating an existing endpoint.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
void |
setFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
String |
toString()
Returns a string representation of this object.
|
UpdateEndpointRequest |
withDesiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer CMK.
|
UpdateEndpointRequest |
withDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
UpdateEndpointRequest |
withDesiredModelArn(String desiredModelArn)
The ARN of the new model to use when updating an existing endpoint.
|
UpdateEndpointRequest |
withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
UpdateEndpointRequest |
withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 setDesiredModelArn(String desiredModelArn)
The ARN of the new model to use when updating an existing endpoint.
desiredModelArn
- The ARN of the new model to use when updating an existing endpoint.public String getDesiredModelArn()
The ARN of the new model to use when updating an existing endpoint.
public UpdateEndpointRequest withDesiredModelArn(String desiredModelArn)
The ARN of the new model to use when updating an existing endpoint.
desiredModelArn
- The ARN of the new model to use when updating an existing endpoint.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 void setDesiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer CMK.
desiredDataAccessRoleArn
- Data access role ARN to use in case the new model is encrypted with a customer CMK.public String getDesiredDataAccessRoleArn()
Data access role ARN to use in case the new model is encrypted with a customer CMK.
public UpdateEndpointRequest withDesiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer CMK.
desiredDataAccessRoleArn
- Data access role ARN to use in case the new model is encrypted with a customer CMK.public void setFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
flywheelArn
- The Amazon Resource Number (ARN) of the flywheelpublic String getFlywheelArn()
The Amazon Resource Number (ARN) of the flywheel
public UpdateEndpointRequest withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
flywheelArn
- The Amazon Resource Number (ARN) of the flywheelpublic String toString()
toString
in class Object
Object.toString()
public UpdateEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()