| 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 |
|---|---|
UpdateWorkforceResult |
AmazonSageMaker.updateWorkforce(UpdateWorkforceRequest updateWorkforceRequest)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
UpdateWorkforceResult |
AmazonSageMakerClient.updateWorkforce(UpdateWorkforceRequest request)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
UpdateWorkforceResult |
AbstractAmazonSageMaker.updateWorkforce(UpdateWorkforceRequest request) |
Future<UpdateWorkforceResult> |
AmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest updateWorkforceRequest)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
Future<UpdateWorkforceResult> |
AbstractAmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest request) |
Future<UpdateWorkforceResult> |
AmazonSageMakerAsyncClient.updateWorkforceAsync(UpdateWorkforceRequest request) |
Future<UpdateWorkforceResult> |
AmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest updateWorkforceRequest,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
Future<UpdateWorkforceResult> |
AbstractAmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest request,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler) |
Future<UpdateWorkforceResult> |
AmazonSageMakerAsyncClient.updateWorkforceAsync(UpdateWorkforceRequest request,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateWorkforceResult> |
AmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest updateWorkforceRequest,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler)
Restricts access to tasks assigned to workers in the specified workforce to those within specific ranges of IP
addresses.
|
Future<UpdateWorkforceResult> |
AbstractAmazonSageMakerAsync.updateWorkforceAsync(UpdateWorkforceRequest request,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler) |
Future<UpdateWorkforceResult> |
AmazonSageMakerAsyncClient.updateWorkforceAsync(UpdateWorkforceRequest request,
AsyncHandler<UpdateWorkforceRequest,UpdateWorkforceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkforceRequest |
UpdateWorkforceRequest.clone() |
UpdateWorkforceRequest |
UpdateWorkforceRequest.withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to four 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 whose access you want to restrict.
|
Copyright © 2020. All rights reserved.