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<StartMonitoringScheduleResponse> |
SageMakerAsyncClient.startMonitoringSchedule(Consumer<StartMonitoringScheduleRequest.Builder> startMonitoringScheduleRequest)
Starts a previously stopped monitoring schedule.
|
default StartMonitoringScheduleResponse |
SageMakerClient.startMonitoringSchedule(Consumer<StartMonitoringScheduleRequest.Builder> startMonitoringScheduleRequest)
Starts a previously stopped monitoring schedule.
|
Modifier and Type | Method and Description |
---|---|
static StartMonitoringScheduleRequest.Builder |
StartMonitoringScheduleRequest.builder() |
StartMonitoringScheduleRequest.Builder |
StartMonitoringScheduleRequest.Builder.monitoringScheduleName(String monitoringScheduleName)
The name of the schedule to start.
|
StartMonitoringScheduleRequest.Builder |
StartMonitoringScheduleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMonitoringScheduleRequest.Builder |
StartMonitoringScheduleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMonitoringScheduleRequest.Builder |
StartMonitoringScheduleRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends StartMonitoringScheduleRequest.Builder> |
StartMonitoringScheduleRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.