Uses of Class
software.amazon.awssdk.services.sagemaker.model.AssociateTrialComponentResponse
-
Packages that use AssociateTrialComponentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of AssociateTrialComponentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return AssociateTrialComponentResponse Modifier and Type Method Description default AssociateTrialComponentResponseSageMakerClient. associateTrialComponent(Consumer<AssociateTrialComponentRequest.Builder> associateTrialComponentRequest)Associates a trial component with a trial.default AssociateTrialComponentResponseSageMakerClient. associateTrialComponent(AssociateTrialComponentRequest associateTrialComponentRequest)Associates a trial component with a trial.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type AssociateTrialComponentResponse Modifier and Type Method Description default CompletableFuture<AssociateTrialComponentResponse>SageMakerAsyncClient. associateTrialComponent(Consumer<AssociateTrialComponentRequest.Builder> associateTrialComponentRequest)Associates a trial component with a trial.default CompletableFuture<AssociateTrialComponentResponse>SageMakerAsyncClient. associateTrialComponent(AssociateTrialComponentRequest associateTrialComponentRequest)Associates a trial component with a trial.
-