| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrainingJobResult |
AbstractAmazonSageMaker.updateTrainingJob(UpdateTrainingJobRequest request) |
UpdateTrainingJobResult |
AmazonSageMakerClient.updateTrainingJob(UpdateTrainingJobRequest request)
Update a model training job to request a new Debugger profiling configuration.
|
UpdateTrainingJobResult |
AmazonSageMaker.updateTrainingJob(UpdateTrainingJobRequest updateTrainingJobRequest)
Update a model training job to request a new Debugger profiling configuration.
|
| 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 |
|---|---|
UpdateTrainingJobResult |
UpdateTrainingJobResult.clone() |
UpdateTrainingJobResult |
UpdateTrainingJobResult.withTrainingJobArn(String trainingJobArn)
The Amazon Resource Name (ARN) of the training job.
|
Copyright © 2022. All rights reserved.