public static interface CfnEndpoint.VariantPropertyProperty
If you are updating an Endpoint with the RetainAllVariantProperties option set to true
, the VarientProperty
objects listed in ExcludeRetainedVariantProperties override the existing variant properties of the Endpoint.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; VariantPropertyProperty variantPropertyProperty = VariantPropertyProperty.builder() .variantPropertyType("variantPropertyType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEndpoint.VariantPropertyProperty.Builder
A builder for
CfnEndpoint.VariantPropertyProperty |
static class |
CfnEndpoint.VariantPropertyProperty.Jsii$Proxy
An implementation for
CfnEndpoint.VariantPropertyProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEndpoint.VariantPropertyProperty.Builder |
builder() |
default java.lang.String |
getVariantPropertyType()
The type of variant property.
|
default java.lang.String getVariantPropertyType()
DesiredInstanceCount
: Overrides the existing variant instance counts using the InitialInstanceCount values in the ProductionVariants .DesiredWeight
: Overrides the existing variant weights using the InitialVariantWeight values in the ProductionVariants .DataCaptureConfig
: (Not currently supported.)static CfnEndpoint.VariantPropertyProperty.Builder builder()