| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointResult> |
AmazonComprehendAsyncClient.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> |
AbstractAmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AmazonComprehendAsyncClient.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.
|
Future<CreateEndpointResult> |
AbstractAmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointResult> |
AmazonComprehendAsyncClient.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.
|
Future<CreateEndpointResult> |
AbstractAmazonComprehendAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
CreateEndpointResult.clone() |
CreateEndpointResult |
CreateEndpointResult.withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint being created.
|
Copyright © 2022. All rights reserved.