| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelMlModelTrainingJobResponse |
NeptunedataClient.cancelMLModelTrainingJob(Consumer<CancelMlModelTrainingJobRequest.Builder> cancelMlModelTrainingJobRequest)
Cancels a Neptune ML model training job.
|
default CompletableFuture<CancelMlModelTrainingJobResponse> |
NeptunedataAsyncClient.cancelMLModelTrainingJob(Consumer<CancelMlModelTrainingJobRequest.Builder> cancelMlModelTrainingJobRequest)
Cancels a Neptune ML model training job.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.builder() |
CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.Builder.clean(Boolean clean)
If set to
TRUE, this flag specifies that all Amazon S3 artifacts should be deleted when the job
is stopped. |
CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.Builder.id(String id)
The unique identifier of the model-training job to be canceled.
|
CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.Builder.neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
|
CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelMlModelTrainingJobRequest.Builder |
CancelMlModelTrainingJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CancelMlModelTrainingJobRequest.Builder> |
CancelMlModelTrainingJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.