| 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 CompletableFuture<StopHyperParameterTuningJobResponse> |
SageMakerAsyncClient.stopHyperParameterTuningJob(Consumer<StopHyperParameterTuningJobRequest.Builder> stopHyperParameterTuningJobRequest)
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
|
default StopHyperParameterTuningJobResponse |
SageMakerClient.stopHyperParameterTuningJob(Consumer<StopHyperParameterTuningJobRequest.Builder> stopHyperParameterTuningJobRequest)
Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
|
| Modifier and Type | Method and Description |
|---|---|
static StopHyperParameterTuningJobRequest.Builder |
StopHyperParameterTuningJobRequest.builder() |
StopHyperParameterTuningJobRequest.Builder |
StopHyperParameterTuningJobRequest.Builder.hyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job to stop.
|
StopHyperParameterTuningJobRequest.Builder |
StopHyperParameterTuningJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopHyperParameterTuningJobRequest.Builder |
StopHyperParameterTuningJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopHyperParameterTuningJobRequest.Builder |
StopHyperParameterTuningJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopHyperParameterTuningJobRequest.Builder> |
StopHyperParameterTuningJobRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.