Class VariantProperty
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.VariantProperty
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VariantProperty.Builder,VariantProperty>
@Generated("software.amazon.awssdk:codegen") public final class VariantProperty extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VariantProperty.Builder,VariantProperty>
Specifies a production variant property type for an Endpoint.
If you are updating an endpoint with the
RetainAllVariantPropertiesoption of UpdateEndpointInput set totrue, theVariantPropertyobjects listed in theExcludeRetainedVariantPropertiesparameter of UpdateEndpointInput override the existing variant properties of the endpoint.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVariantProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VariantProperty.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VariantProperty.Builder>serializableBuilderClass()VariantProperty.BuildertoBuilder()StringtoString()Returns a string representation of this object.VariantPropertyTypevariantPropertyType()The type of variant property.StringvariantPropertyTypeAsString()The type of variant property.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
variantPropertyType
public final VariantPropertyType variantPropertyType()
The type of variant property. The supported values are:
-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
If the service returns an enum value that is not available in the current SDK version,
variantPropertyTypewill returnVariantPropertyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvariantPropertyTypeAsString().- Returns:
- The type of variant property. The supported values are:
-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
-
- See Also:
VariantPropertyType
-
-
variantPropertyTypeAsString
public final String variantPropertyTypeAsString()
The type of variant property. The supported values are:
-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
If the service returns an enum value that is not available in the current SDK version,
variantPropertyTypewill returnVariantPropertyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvariantPropertyTypeAsString().- Returns:
- The type of variant property. The supported values are:
-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
-
- See Also:
VariantPropertyType
-
-
toBuilder
public VariantProperty.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VariantProperty.Builder,VariantProperty>
-
builder
public static VariantProperty.Builder builder()
-
serializableBuilderClass
public static Class<? extends VariantProperty.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-