| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default AddAssociationResponse |
SageMakerClient.addAssociation(AddAssociationRequest addAssociationRequest)
Creates an association between the source and the destination.
|
default AddAssociationResponse |
SageMakerClient.addAssociation(Consumer<AddAssociationRequest.Builder> addAssociationRequest)
Creates an association between the source and the destination.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddAssociationResponse> |
SageMakerAsyncClient.addAssociation(AddAssociationRequest addAssociationRequest)
Creates an association between the source and the destination.
|
default CompletableFuture<AddAssociationResponse> |
SageMakerAsyncClient.addAssociation(Consumer<AddAssociationRequest.Builder> addAssociationRequest)
Creates an association between the source and the destination.
|
Copyright © 2022. All rights reserved.