| 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<CreateEndpointResponse> |
ComprehendAsyncClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
default CreateEndpointResponse |
ComprehendClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEndpointRequest.Builder |
CreateEndpointRequest.builder() |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.clientRequestToken(String clientRequestToken)
An idempotency token provided by the customer.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to trained custom
models encrypted with a customer managed key (ModelKmsKeyId).
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.desiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.endpointName(String endpointName)
This is the descriptive suffix that becomes part of the
EndpointArn used for all subsequent
requests to this resource. |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.flywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to which the endpoint will be attached.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.modelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to associate with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Tag... tags)
Tags to associate with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEndpointRequest.Builder> |
CreateEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.