public static interface UpdateEndpointRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointRequest.Builder,UpdateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
UpdateEndpointRequest.Builder |
endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
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 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.