| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
AmazonComprehendClient.createEndpoint(CreateEndpointRequest request)
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
CreateEndpointResult |
AbstractAmazonComprehend.createEndpoint(CreateEndpointRequest request) |
CreateEndpointResult |
AmazonComprehend.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
Future<CreateEndpointResult> |
AmazonComprehendAsyncClient.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AbstractAmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest)
Creates a model-specific endpoint for synchronous inference for a previously trained custom model For information
about endpoints, see Managing
endpoints.
|
Future<CreateEndpointResult> |
AmazonComprehendAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AbstractAmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
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 |
|---|---|
Future<CreateEndpointResult> |
AmazonComprehendAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AbstractAmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
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 |
|---|---|
CreateEndpointRequest |
CreateEndpointRequest.clone() |
CreateEndpointRequest |
CreateEndpointRequest.withClientRequestToken(String clientRequestToken)
An idempotency token provided by the customer.
|
CreateEndpointRequest |
CreateEndpointRequest.withDataAccessRoleArn(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 |
CreateEndpointRequest.withDesiredInferenceUnits(Integer desiredInferenceUnits)
The desired number of inference units to be used by the model using this endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointName(String endpointName)
This is the descriptive suffix that becomes part of the
EndpointArn used for all subsequent requests
to this resource. |
CreateEndpointRequest |
CreateEndpointRequest.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to which the endpoint will be attached.
|
CreateEndpointRequest |
CreateEndpointRequest.withModelArn(String modelArn)
The Amazon Resource Number (ARN) of the model to which the endpoint will be attached.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Collection<Tag> tags)
Tags to associate with the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withTags(Tag... tags)
Tags to associate with the endpoint.
|
Copyright © 2023. All rights reserved.