| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateEndpointResponse> |
ComprehendAsyncClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Updates information about the specified endpoint.
|
default UpdateEndpointResponse |
ComprehendClient.updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Updates information about the specified endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEndpointRequest.Builder |
UpdateEndpointRequest.builder() |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.desiredDataAccessRoleArn(String desiredDataAccessRoleArn)
Data access role ARN to use in case the new model is encrypted with a customer CMK.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.desiredModelArn(String desiredModelArn)
The ARN of the new model to use when updating an existing endpoint.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.endpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being updated.
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel
|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEndpointRequest.Builder> |
UpdateEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.