Uses of Class
software.amazon.awssdk.services.sagemaker.model.AddAssociationRequest
-
Packages that use AddAssociationRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of AddAssociationRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type AddAssociationRequest Modifier and Type Method Description default CompletableFuture<AddAssociationResponse>
SageMakerAsyncClient. addAssociation(AddAssociationRequest addAssociationRequest)
Creates an association between the source and the destination.default AddAssociationResponse
SageMakerClient. addAssociation(AddAssociationRequest addAssociationRequest)
Creates an association between the source and the destination. -
Uses of AddAssociationRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type AddAssociationRequest Modifier and Type Method Description SdkHttpFullRequest
AddAssociationRequestMarshaller. marshall(AddAssociationRequest addAssociationRequest)
-