Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
Modifier and Type | Method and Description |
---|---|
default StopTrainingJobResponse |
SageMakerClient.stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)
Stops a training job.
|
default StopTrainingJobResponse |
SageMakerClient.stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest)
Stops a training job.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<StopTrainingJobResponse> |
SageMakerAsyncClient.stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)
Stops a training job.
|
default CompletableFuture<StopTrainingJobResponse> |
SageMakerAsyncClient.stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest)
Stops a training job.
|
Copyright © 2022. All rights reserved.