| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default StopProcessingJobResponse |
SageMakerClient.stopProcessingJob(Consumer<StopProcessingJobRequest.Builder> stopProcessingJobRequest)
Stops a processing job.
|
default CompletableFuture<StopProcessingJobResponse> |
SageMakerAsyncClient.stopProcessingJob(Consumer<StopProcessingJobRequest.Builder> stopProcessingJobRequest)
Stops a processing job.
|
| Modifier and Type | Method and Description |
|---|---|
static StopProcessingJobRequest.Builder |
StopProcessingJobRequest.builder() |
StopProcessingJobRequest.Builder |
StopProcessingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopProcessingJobRequest.Builder |
StopProcessingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopProcessingJobRequest.Builder |
StopProcessingJobRequest.Builder.processingJobName(String processingJobName)
The name of the processing job to stop.
|
StopProcessingJobRequest.Builder |
StopProcessingJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopProcessingJobRequest.Builder> |
StopProcessingJobRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.