Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateEndpointConfigRequest
-
Packages that use CreateEndpointConfigRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreateEndpointConfigRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreateEndpointConfigRequest Modifier and Type Method Description default CompletableFuture<CreateEndpointConfigResponse>SageMakerAsyncClient. createEndpointConfig(CreateEndpointConfigRequest createEndpointConfigRequest)Creates an endpoint configuration that SageMaker hosting services uses to deploy models.default CreateEndpointConfigResponseSageMakerClient. createEndpointConfig(CreateEndpointConfigRequest createEndpointConfigRequest)Creates an endpoint configuration that SageMaker hosting services uses to deploy models. -
Uses of CreateEndpointConfigRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreateEndpointConfigRequest Modifier and Type Method Description SdkHttpFullRequestCreateEndpointConfigRequestMarshaller. marshall(CreateEndpointConfigRequest createEndpointConfigRequest)
-