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