public static interface UpdateEndpointRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
desiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer CMK.
|
UpdateEndpointRequest.Builder |
desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
UpdateEndpointRequest.Builder |
desiredModelArn(String desiredModelArn)
The ARN of the new model to use when updating an existing endpoint.
|
UpdateEndpointRequest.Builder |
endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
UpdateEndpointRequest.Builder |
flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
UpdateEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEndpointRequest.Builder endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
endpointArn - The Amazon Resource Number (ARN) of the endpoint being updated.UpdateEndpointRequest.Builder desiredModelArn(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.UpdateEndpointRequest.Builder desiredInferenceUnits(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.UpdateEndpointRequest.Builder desiredDataAccessRoleArn(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.UpdateEndpointRequest.Builder flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
flywheelArn - The Amazon Resource Number (ARN) of the flywheelUpdateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.