Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateTrialComponentResponse
-
Packages that use CreateTrialComponentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateTrialComponentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateTrialComponentResponse Modifier and Type Method Description default CreateTrialComponentResponseSageMakerClient. createTrialComponent(Consumer<CreateTrialComponentRequest.Builder> createTrialComponentRequest)Creates a trial component, which is a stage of a machine learning trial.default CreateTrialComponentResponseSageMakerClient. createTrialComponent(CreateTrialComponentRequest createTrialComponentRequest)Creates a trial component, which is a stage of a machine learning trial.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateTrialComponentResponse Modifier and Type Method Description default CompletableFuture<CreateTrialComponentResponse>SageMakerAsyncClient. createTrialComponent(Consumer<CreateTrialComponentRequest.Builder> createTrialComponentRequest)Creates a trial component, which is a stage of a machine learning trial.default CompletableFuture<CreateTrialComponentResponse>SageMakerAsyncClient. createTrialComponent(CreateTrialComponentRequest createTrialComponentRequest)Creates a trial component, which is a stage of a machine learning trial.
-