| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceConfig |
DescribeEndpointConfigResponse.asyncInferenceConfig()
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
AsyncInferenceConfig |
DescribeEndpointResponse.asyncInferenceConfig()
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
AsyncInferenceConfig |
CreateEndpointConfigRequest.asyncInferenceConfig()
Specifies configuration for how an endpoint performs asynchronous inference.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointConfigResponse.Builder |
DescribeEndpointConfigResponse.Builder.asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
DescribeEndpointResponse.Builder |
DescribeEndpointResponse.Builder.asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
Copyright © 2023. All rights reserved.