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
RetainAllVariantProperties
option of UpdateEndpointInput set totrue
, theVariantProperty
objects listed in theExcludeRetainedVariantProperties
parameter 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 interface
VariantProperty.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VariantProperty.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends VariantProperty.Builder>
serializableBuilderClass()
VariantProperty.Builder
toBuilder()
String
toString()
Returns a string representation of this object.VariantPropertyType
variantPropertyType()
The type of variant property.String
variantPropertyTypeAsString()
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 theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
If the service returns an enum value that is not available in the current SDK version,
variantPropertyType
will 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 theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of 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 theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
If the service returns an enum value that is not available in the current SDK version,
variantPropertyType
will 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 theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
-
- See Also:
VariantPropertyType
-
-
toBuilder
public VariantProperty.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-