| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<VariantProperty> |
UpdateEndpointRequest.excludeRetainedVariantProperties()
When you are updating endpoint resources with
RetainAllVariantProperties, whose value is set to
true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to
override with the values provided by EndpointConfig. |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.excludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)
When you are updating endpoint resources with
RetainAllVariantProperties, whose value is set to
true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty
to override with the values provided by EndpointConfig. |
| Modifier and Type | Method and Description |
|---|---|
UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.excludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
When you are updating endpoint resources with
RetainAllVariantProperties, whose value is set to
true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty
to override with the values provided by EndpointConfig. |
Copyright © 2023. All rights reserved.