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 AsyncInferenceConfig
CreateEndpointConfigRequest. asyncInferenceConfig()
Specifies configuration for how an endpoint performs asynchronous inference.AsyncInferenceConfig
DescribeEndpointConfigResponse. asyncInferenceConfig()
Returns the description of an endpoint configuration created using theCreateEndpointConfig
API.AsyncInferenceConfig
DescribeEndpointResponse. asyncInferenceConfig()
Returns the description of an endpoint configuration created using theCreateEndpointConfig
API.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AsyncInferenceConfig Modifier and Type Method Description CreateEndpointConfigRequest.Builder
CreateEndpointConfigRequest.Builder. asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.DescribeEndpointConfigResponse.Builder
DescribeEndpointConfigResponse.Builder. asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using theCreateEndpointConfig
API.DescribeEndpointResponse.Builder
DescribeEndpointResponse.Builder. asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using theCreateEndpointConfig
API.
-