@Generated(value="software.amazon.awssdk:codegen") public final class AsyncInferenceClientConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AsyncInferenceClientConfig.Builder,AsyncInferenceClientConfig>
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
Modifier and Type | Class and Description |
---|---|
static interface |
AsyncInferenceClientConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static AsyncInferenceClientConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxConcurrentInvocationsPerInstance()
The maximum number of concurrent requests sent by the SageMaker client to the model container.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AsyncInferenceClientConfig.Builder> |
serializableBuilderClass() |
AsyncInferenceClientConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer maxConcurrentInvocationsPerInstance()
The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, SageMaker chooses an optimal value.
public AsyncInferenceClientConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AsyncInferenceClientConfig.Builder,AsyncInferenceClientConfig>
public static AsyncInferenceClientConfig.Builder builder()
public static Class<? extends AsyncInferenceClientConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.