| 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<UpdateWorkforceResult> |
AmazonSageMakerAsyncClient.updateWorkforceAsync(UpdateWorkforceRequest request,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler) |
Future<UpdateWorkforceResult> |
AbstractAmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest request,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler) |
Future<UpdateWorkforceResult> |
AmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest updateWorkforceRequest,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler)
Use this operation to update your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkforceRequest |
UpdateWorkforceRequest.clone() |
UpdateWorkforceRequest |
UpdateWorkforceRequest.withOidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own
IdP.
|
UpdateWorkforceRequest |
UpdateWorkforceRequest.withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten worker IP address ranges (CIDRs) that can be used to access
tasks assigned to this workforce.
|
UpdateWorkforceRequest |
UpdateWorkforceRequest.withWorkforceName(String workforceName)
The name of the private workforce that you want to update.
|
UpdateWorkforceRequest |
UpdateWorkforceRequest.withWorkforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
|
Copyright © 2024. All rights reserved.