| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMLEndpointResult |
AmazonNeptunedataClient.createMLEndpoint(CreateMLEndpointRequest request)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
CreateMLEndpointResult |
AmazonNeptunedata.createMLEndpoint(CreateMLEndpointRequest createMLEndpointRequest)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
CreateMLEndpointResult |
AbstractAmazonNeptunedata.createMLEndpoint(CreateMLEndpointRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMLEndpointResult> |
AmazonNeptunedataAsyncClient.createMLEndpointAsync(CreateMLEndpointRequest request) |
Future<CreateMLEndpointResult> |
AmazonNeptunedataAsync.createMLEndpointAsync(CreateMLEndpointRequest createMLEndpointRequest)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
Future<CreateMLEndpointResult> |
AbstractAmazonNeptunedataAsync.createMLEndpointAsync(CreateMLEndpointRequest request) |
Future<CreateMLEndpointResult> |
AmazonNeptunedataAsyncClient.createMLEndpointAsync(CreateMLEndpointRequest request,
AsyncHandler<CreateMLEndpointRequest,CreateMLEndpointResult> asyncHandler) |
Future<CreateMLEndpointResult> |
AmazonNeptunedataAsync.createMLEndpointAsync(CreateMLEndpointRequest createMLEndpointRequest,
AsyncHandler<CreateMLEndpointRequest,CreateMLEndpointResult> asyncHandler)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
Future<CreateMLEndpointResult> |
AbstractAmazonNeptunedataAsync.createMLEndpointAsync(CreateMLEndpointRequest request,
AsyncHandler<CreateMLEndpointRequest,CreateMLEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMLEndpointResult> |
AmazonNeptunedataAsyncClient.createMLEndpointAsync(CreateMLEndpointRequest request,
AsyncHandler<CreateMLEndpointRequest,CreateMLEndpointResult> asyncHandler) |
Future<CreateMLEndpointResult> |
AmazonNeptunedataAsync.createMLEndpointAsync(CreateMLEndpointRequest createMLEndpointRequest,
AsyncHandler<CreateMLEndpointRequest,CreateMLEndpointResult> asyncHandler)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
Future<CreateMLEndpointResult> |
AbstractAmazonNeptunedataAsync.createMLEndpointAsync(CreateMLEndpointRequest request,
AsyncHandler<CreateMLEndpointRequest,CreateMLEndpointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMLEndpointResult |
CreateMLEndpointResult.clone() |
CreateMLEndpointResult |
CreateMLEndpointResult.withArn(String arn)
The ARN for the new inference endpoint.
|
CreateMLEndpointResult |
CreateMLEndpointResult.withCreationTimeInMillis(Long creationTimeInMillis)
The endpoint creation time, in milliseconds.
|
CreateMLEndpointResult |
CreateMLEndpointResult.withId(String id)
The unique ID of the new inference endpoint.
|
Copyright © 2023. All rights reserved.