@Generated(value="software.amazon.awssdk:codegen") public final class ShadowModelVariantConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShadowModelVariantConfig.Builder,ShadowModelVariantConfig>
The name and sampling percentage of a shadow variant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShadowModelVariantConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ShadowModelVariantConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
samplingPercentage()
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow
variant.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ShadowModelVariantConfig.Builder> |
serializableBuilderClass() |
String |
shadowModelVariantName()
The name of the shadow variant.
|
ShadowModelVariantConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String shadowModelVariantName()
The name of the shadow variant.
public final Integer samplingPercentage()
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
public ShadowModelVariantConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ShadowModelVariantConfig.Builder,ShadowModelVariantConfig>public static ShadowModelVariantConfig.Builder builder()
public static Class<? extends ShadowModelVariantConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.