Uses of Class
software.amazon.awssdk.services.sagemaker.model.AsyncInferenceConfig
-
Packages that use AsyncInferenceConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AsyncInferenceConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AsyncInferenceConfig Modifier and Type Method Description AsyncInferenceConfigCreateEndpointConfigRequest. asyncInferenceConfig()Specifies configuration for how an endpoint performs asynchronous inference.AsyncInferenceConfigDescribeEndpointConfigResponse. asyncInferenceConfig()Returns the description of an endpoint configuration created using theCreateEndpointConfigAPI.AsyncInferenceConfigDescribeEndpointResponse. asyncInferenceConfig()Returns the description of an endpoint configuration created using theCreateEndpointConfigAPI.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AsyncInferenceConfig Modifier and Type Method Description CreateEndpointConfigRequest.BuilderCreateEndpointConfigRequest.Builder. asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)Specifies configuration for how an endpoint performs asynchronous inference.DescribeEndpointConfigResponse.BuilderDescribeEndpointConfigResponse.Builder. asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)Returns the description of an endpoint configuration created using theCreateEndpointConfigAPI.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)Returns the description of an endpoint configuration created using theCreateEndpointConfigAPI.
-