| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelMLModelTrainingJobResult> |
AbstractAmazonNeptunedataAsync.cancelMLModelTrainingJobAsync(CancelMLModelTrainingJobRequest request,
AsyncHandler<CancelMLModelTrainingJobRequest,CancelMLModelTrainingJobResult> asyncHandler) |
Future<CancelMLModelTrainingJobResult> |
AmazonNeptunedataAsync.cancelMLModelTrainingJobAsync(CancelMLModelTrainingJobRequest cancelMLModelTrainingJobRequest,
AsyncHandler<CancelMLModelTrainingJobRequest,CancelMLModelTrainingJobResult> asyncHandler)
Cancels a Neptune ML model training job.
|
Future<CancelMLModelTrainingJobResult> |
AmazonNeptunedataAsyncClient.cancelMLModelTrainingJobAsync(CancelMLModelTrainingJobRequest request,
AsyncHandler<CancelMLModelTrainingJobRequest,CancelMLModelTrainingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelMLModelTrainingJobRequest |
CancelMLModelTrainingJobRequest.clone() |
CancelMLModelTrainingJobRequest |
CancelMLModelTrainingJobRequest.withClean(Boolean clean)
If set to
TRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the job is
stopped. |
CancelMLModelTrainingJobRequest |
CancelMLModelTrainingJobRequest.withId(String id)
The unique identifier of the model-training job to be canceled.
|
CancelMLModelTrainingJobRequest |
CancelMLModelTrainingJobRequest.withNeptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
Copyright © 2023. All rights reserved.