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)
Add an optional request override configuration.
|
UpdateEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateEndpointRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.