Uses of Class
software.amazon.awssdk.services.sagemaker.model.VariantProperty
-
Packages that use VariantProperty Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of VariantProperty in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type VariantProperty Modifier and Type Method Description List<VariantProperty>UpdateEndpointRequest. excludeRetainedVariantProperties()When you are updating endpoint resources withRetainAllVariantProperties, whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type VariantProperty Modifier and Type Method Description UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. excludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)When you are updating endpoint resources withRetainAllVariantProperties, whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type VariantProperty Modifier and Type Method Description UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. excludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)When you are updating endpoint resources withRetainAllVariantProperties, whose value is set totrue,ExcludeRetainedVariantPropertiesspecifies the list of type VariantProperty to override with the values provided byEndpointConfig.
-