| 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 |
|---|---|
CreateWorkforceResult |
AbstractAmazonSageMaker.createWorkforce(CreateWorkforceRequest request) |
CreateWorkforceResult |
AmazonSageMakerClient.createWorkforce(CreateWorkforceRequest request)
Use this operation to create a workforce.
|
CreateWorkforceResult |
AmazonSageMaker.createWorkforce(CreateWorkforceRequest createWorkforceRequest)
Use this operation to create a workforce.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateWorkforceResult> |
AbstractAmazonSageMakerAsync.createWorkforceAsync(CreateWorkforceRequest request,
AsyncHandler<CreateWorkforceRequest,CreateWorkforceResult> asyncHandler) |
Future<CreateWorkforceResult> |
AmazonSageMakerAsync.createWorkforceAsync(CreateWorkforceRequest createWorkforceRequest,
AsyncHandler<CreateWorkforceRequest,CreateWorkforceResult> asyncHandler)
Use this operation to create a workforce.
|
Future<CreateWorkforceResult> |
AmazonSageMakerAsyncClient.createWorkforceAsync(CreateWorkforceRequest request,
AsyncHandler<CreateWorkforceRequest,CreateWorkforceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkforceResult |
CreateWorkforceResult.clone() |
CreateWorkforceResult |
CreateWorkforceResult.withWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the workforce.
|
Copyright © 2024. All rights reserved.