@Generated(value="software.amazon.awssdk:codegen") public final class RealTimeInferenceConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RealTimeInferenceConfig.Builder,RealTimeInferenceConfig>
The infrastructure configuration for deploying the model to a real-time inference endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RealTimeInferenceConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RealTimeInferenceConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
instanceCount()
The number of instances of the type specified by
InstanceType. |
InstanceType |
instanceType()
The instance type the model is deployed to.
|
String |
instanceTypeAsString()
The instance type the model is deployed to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RealTimeInferenceConfig.Builder> |
serializableBuilderClass() |
RealTimeInferenceConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final InstanceType instanceType()
The instance type the model is deployed to.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic final String instanceTypeAsString()
The instance type the model is deployed to.
If the service returns an enum value that is not available in the current SDK version, instanceType will
return InstanceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
instanceTypeAsString().
InstanceTypepublic final Integer instanceCount()
The number of instances of the type specified by InstanceType.
InstanceType.public RealTimeInferenceConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RealTimeInferenceConfig.Builder,RealTimeInferenceConfig>public static RealTimeInferenceConfig.Builder builder()
public static Class<? extends RealTimeInferenceConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.