Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateInferenceComponentResponse
-
Packages that use CreateInferenceComponentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateInferenceComponentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateInferenceComponentResponse Modifier and Type Method Description default CreateInferenceComponentResponseSageMakerClient. createInferenceComponent(Consumer<CreateInferenceComponentRequest.Builder> createInferenceComponentRequest)Creates an inference component, which is a SageMaker AI hosting object that you can use to deploy a model to an endpoint.default CreateInferenceComponentResponseSageMakerClient. createInferenceComponent(CreateInferenceComponentRequest createInferenceComponentRequest)Creates an inference component, which is a SageMaker AI hosting object that you can use to deploy a model to an endpoint.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateInferenceComponentResponse Modifier and Type Method Description default CompletableFuture<CreateInferenceComponentResponse>SageMakerAsyncClient. createInferenceComponent(Consumer<CreateInferenceComponentRequest.Builder> createInferenceComponentRequest)Creates an inference component, which is a SageMaker AI hosting object that you can use to deploy a model to an endpoint.default CompletableFuture<CreateInferenceComponentResponse>SageMakerAsyncClient. createInferenceComponent(CreateInferenceComponentRequest createInferenceComponentRequest)Creates an inference component, which is a SageMaker AI hosting object that you can use to deploy a model to an endpoint.
-