| 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<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 |
|---|---|
CreateWorkforceRequest |
CreateWorkforceRequest.clone() |
CreateWorkforceRequest |
CreateWorkforceRequest.withCognitoConfig(CognitoConfig cognitoConfig)
Use this parameter to configure an Amazon Cognito private workforce.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withOidcConfig(OidcConfig oidcConfig)
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withSourceIpConfig(SourceIpConfig sourceIpConfig) |
CreateWorkforceRequest |
CreateWorkforceRequest.withTags(Collection<Tag> tags)
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withTags(Tag... tags)
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withWorkforceName(String workforceName)
The name of the private workforce.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withWorkforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to configure a workforce using VPC.
|
Copyright © 2024. All rights reserved.