| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AsyncInferenceConfig |
AsyncInferenceConfig.clone() |
AsyncInferenceConfig |
CreateEndpointConfigRequest.getAsyncInferenceConfig()
Specifies configuration for how an endpoint performs asynchronous inference.
|
AsyncInferenceConfig |
DescribeEndpointResult.getAsyncInferenceConfig()
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
AsyncInferenceConfig |
DescribeEndpointConfigResult.getAsyncInferenceConfig()
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
AsyncInferenceConfig |
AsyncInferenceConfig.withClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
AsyncInferenceConfig |
AsyncInferenceConfig.withOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointConfigRequest.setAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
void |
DescribeEndpointResult.setAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
void |
DescribeEndpointConfigResult.setAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Specifies configuration for how an endpoint performs asynchronous inference.
|
DescribeEndpointResult |
DescribeEndpointResult.withAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
DescribeEndpointConfigResult |
DescribeEndpointConfigResult.withAsyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
Copyright © 2024. All rights reserved.