| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTrainingJobResult> |
AmazonSageMakerAsyncClient.updateTrainingJobAsync(UpdateTrainingJobRequest request,
AsyncHandler<UpdateTrainingJobRequest,UpdateTrainingJobResult> asyncHandler) |
Future<UpdateTrainingJobResult> |
AmazonSageMakerAsync.updateTrainingJobAsync(UpdateTrainingJobRequest updateTrainingJobRequest,
AsyncHandler<UpdateTrainingJobRequest,UpdateTrainingJobResult> asyncHandler)
Update a model training job to request a new Debugger profiling configuration.
|
Future<UpdateTrainingJobResult> |
AbstractAmazonSageMakerAsync.updateTrainingJobAsync(UpdateTrainingJobRequest request,
AsyncHandler<UpdateTrainingJobRequest,UpdateTrainingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.clone() |
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.withProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Debugger system monitoring, framework profiling, and storage paths.
|
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.withProfilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Debugger rules for profiling system and framework metrics.
|
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.withProfilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)
Configuration information for Debugger rules for profiling system and framework metrics.
|
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.withTrainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.
|
Copyright © 2022. All rights reserved.