| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model | |
| com.amazonaws.services.sagemaker.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeTrainingJobResult> |
AmazonSageMakerAsyncClient.describeTrainingJobAsync(DescribeTrainingJobRequest request,
AsyncHandler<DescribeTrainingJobRequest,DescribeTrainingJobResult> asyncHandler) |
Future<DescribeTrainingJobResult> |
AmazonSageMakerAsync.describeTrainingJobAsync(DescribeTrainingJobRequest describeTrainingJobRequest,
AsyncHandler<DescribeTrainingJobRequest,DescribeTrainingJobResult> asyncHandler)
Returns information about a training job.
|
Future<DescribeTrainingJobResult> |
AbstractAmazonSageMakerAsync.describeTrainingJobAsync(DescribeTrainingJobRequest request,
AsyncHandler<DescribeTrainingJobRequest,DescribeTrainingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrainingJobRequest |
DescribeTrainingJobRequest.clone() |
DescribeTrainingJobRequest |
DescribeTrainingJobRequest.withTrainingJobName(String trainingJobName)
The name of the training job.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeTrainingJobRequest> |
AmazonSageMakerWaiters.trainingJobCompletedOrStopped()
Builds a TrainingJobCompletedOrStopped waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrainingJobResult |
DescribeTrainingJobFunction.apply(DescribeTrainingJobRequest describeTrainingJobRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2022. All rights reserved.