@Generated(value="software.amazon.awssdk:codegen") public final class ModelVariantConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelVariantConfig.Builder,ModelVariantConfig>
Contains information about the deployment options of a model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelVariantConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelVariantConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ModelInfrastructureConfig |
infrastructureConfig()
The configuration for the infrastructure that the model will be deployed to.
|
String |
modelName()
The name of the Amazon SageMaker Model entity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelVariantConfig.Builder> |
serializableBuilderClass() |
ModelVariantConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
variantName()
The name of the variant.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
The name of the Amazon SageMaker Model entity.
public final String variantName()
The name of the variant.
public final ModelInfrastructureConfig infrastructureConfig()
The configuration for the infrastructure that the model will be deployed to.
public ModelVariantConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelVariantConfig.Builder,ModelVariantConfig>public static ModelVariantConfig.Builder builder()
public static Class<? extends ModelVariantConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.