@Generated(value="software.amazon.awssdk:codegen") public final class ModelInfrastructureConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelInfrastructureConfig.Builder,ModelInfrastructureConfig>
The configuration for the infrastructure that the model will be deployed to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelInfrastructureConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelInfrastructureConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModelInfrastructureType |
infrastructureType()
The inference option to which to deploy your model.
|
String |
infrastructureTypeAsString()
The inference option to which to deploy your model.
|
RealTimeInferenceConfig |
realTimeInferenceConfig()
The infrastructure configuration for deploying the model to real-time inference.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelInfrastructureConfig.Builder> |
serializableBuilderClass() |
ModelInfrastructureConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ModelInfrastructureType infrastructureType()
The inference option to which to deploy your model. Possible values are the following:
RealTime: Deploy to real-time inference.
If the service returns an enum value that is not available in the current SDK version,
infrastructureType will return ModelInfrastructureType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from infrastructureTypeAsString().
RealTime: Deploy to real-time inference.
ModelInfrastructureTypepublic final String infrastructureTypeAsString()
The inference option to which to deploy your model. Possible values are the following:
RealTime: Deploy to real-time inference.
If the service returns an enum value that is not available in the current SDK version,
infrastructureType will return ModelInfrastructureType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from infrastructureTypeAsString().
RealTime: Deploy to real-time inference.
ModelInfrastructureTypepublic final RealTimeInferenceConfig realTimeInferenceConfig()
The infrastructure configuration for deploying the model to real-time inference.
public ModelInfrastructureConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelInfrastructureConfig.Builder,ModelInfrastructureConfig>public static ModelInfrastructureConfig.Builder builder()
public static Class<? extends ModelInfrastructureConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.