| 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<AddAssociationResult> |
AmazonSageMakerAsyncClient.addAssociationAsync(AddAssociationRequest request,
AsyncHandler<AddAssociationRequest,AddAssociationResult> asyncHandler) |
Future<AddAssociationResult> |
AbstractAmazonSageMakerAsync.addAssociationAsync(AddAssociationRequest request,
AsyncHandler<AddAssociationRequest,AddAssociationResult> asyncHandler) |
Future<AddAssociationResult> |
AmazonSageMakerAsync.addAssociationAsync(AddAssociationRequest addAssociationRequest,
AsyncHandler<AddAssociationRequest,AddAssociationResult> asyncHandler)
Creates an association between the source and the destination.
|
| Modifier and Type | Method and Description |
|---|---|
AddAssociationRequest |
AddAssociationRequest.clone() |
AddAssociationRequest |
AddAssociationRequest.withAssociationType(AssociationEdgeType associationType)
The type of association.
|
AddAssociationRequest |
AddAssociationRequest.withAssociationType(String associationType)
The type of association.
|
AddAssociationRequest |
AddAssociationRequest.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
AddAssociationRequest |
AddAssociationRequest.withSourceArn(String sourceArn)
The ARN of the source.
|
Copyright © 2024. All rights reserved.