| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWorkforceResponse> |
SageMakerAsyncClient.createWorkforce(Consumer<CreateWorkforceRequest.Builder> createWorkforceRequest)
Use this operation to create a workforce.
|
default CreateWorkforceResponse |
SageMakerClient.createWorkforce(Consumer<CreateWorkforceRequest.Builder> createWorkforceRequest)
Use this operation to create a workforce.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkforceRequest.Builder |
CreateWorkforceRequest.builder() |
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.cognitoConfig(CognitoConfig cognitoConfig)
Use this parameter to configure an Amazon Cognito private workforce.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.cognitoConfig(Consumer<CognitoConfig.Builder> cognitoConfig)
Use this parameter to configure an Amazon Cognito private workforce.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.oidcConfig(Consumer<OidcConfig.Builder> oidcConfig)
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.oidcConfig(OidcConfig oidcConfig)
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)
Sets the value of the SourceIpConfig property for this object.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig)
Sets the value of the SourceIpConfig property for this object.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.tags(Collection<Tag> tags)
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.tags(Tag... tags)
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.toBuilder() |
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceName(String workforceName)
The name of the private workforce.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)
Use this parameter to configure a workforce using VPC.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to configure a workforce using VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkforceRequest.Builder> |
CreateWorkforceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.