@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AsyncInferenceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration for how an endpoint performs asynchronous inference.
Constructor and Description |
---|
AsyncInferenceConfig() |
Modifier and Type | Method and Description |
---|---|
AsyncInferenceConfig |
clone() |
boolean |
equals(Object obj) |
AsyncInferenceClientConfig |
getClientConfig()
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
AsyncInferenceOutputConfig |
getOutputConfig()
Specifies the configuration for asynchronous inference invocation outputs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
void |
setOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
|
String |
toString()
Returns a string representation of this object.
|
AsyncInferenceConfig |
withClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous
inference.
|
AsyncInferenceConfig |
withOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
|
public void setClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
clientConfig
- Configures the behavior of the client used by SageMaker to interact with the model container during
asynchronous inference.public AsyncInferenceClientConfig getClientConfig()
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
public AsyncInferenceConfig withClientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
clientConfig
- Configures the behavior of the client used by SageMaker to interact with the model container during
asynchronous inference.public void setOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
outputConfig
- Specifies the configuration for asynchronous inference invocation outputs.public AsyncInferenceOutputConfig getOutputConfig()
Specifies the configuration for asynchronous inference invocation outputs.
public AsyncInferenceConfig withOutputConfig(AsyncInferenceOutputConfig outputConfig)
Specifies the configuration for asynchronous inference invocation outputs.
outputConfig
- Specifies the configuration for asynchronous inference invocation outputs.public String toString()
toString
in class Object
Object.toString()
public AsyncInferenceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.