| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
VariantProperty |
VariantProperty.clone() |
VariantProperty |
VariantProperty.withVariantPropertyType(String variantPropertyType)
The type of variant property.
|
VariantProperty |
VariantProperty.withVariantPropertyType(VariantPropertyType variantPropertyType)
The type of variant property.
|
| Modifier and Type | Method and Description |
|---|---|
List<VariantProperty> |
UpdateEndpointRequest.getExcludeRetainedVariantProperties()
When you are updating endpoint resources with UpdateEndpointInput$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 |
UpdateEndpointRequest.withExcludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)
When you are updating endpoint resources with UpdateEndpointInput$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 |
|---|---|
void |
UpdateEndpointRequest.setExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
is set to
true, ExcludeRetainedVariantProperties specifies the list of type
VariantProperty to override with the values provided by EndpointConfig. |
UpdateEndpointRequest |
UpdateEndpointRequest.withExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)
When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value
is set to
true, ExcludeRetainedVariantProperties specifies the list of type
VariantProperty to override with the values provided by EndpointConfig. |
Copyright © 2022. All rights reserved.