| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMLModelTrainingJobResult> |
AbstractAmazonNeptunedataAsync.getMLModelTrainingJobAsync(GetMLModelTrainingJobRequest request,
AsyncHandler<GetMLModelTrainingJobRequest,GetMLModelTrainingJobResult> asyncHandler) |
Future<GetMLModelTrainingJobResult> |
AmazonNeptunedataAsync.getMLModelTrainingJobAsync(GetMLModelTrainingJobRequest getMLModelTrainingJobRequest,
AsyncHandler<GetMLModelTrainingJobRequest,GetMLModelTrainingJobResult> asyncHandler)
Retrieves information about a Neptune ML model training job.
|
Future<GetMLModelTrainingJobResult> |
AmazonNeptunedataAsyncClient.getMLModelTrainingJobAsync(GetMLModelTrainingJobRequest request,
AsyncHandler<GetMLModelTrainingJobRequest,GetMLModelTrainingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMLModelTrainingJobRequest |
GetMLModelTrainingJobRequest.clone() |
GetMLModelTrainingJobRequest |
GetMLModelTrainingJobRequest.withId(String id)
The unique identifier of the model-training job to retrieve.
|
GetMLModelTrainingJobRequest |
GetMLModelTrainingJobRequest.withNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
Copyright © 2023. All rights reserved.