Interface SageMakerUpdateEndpointProps

All Superinterfaces:
AssignableStateOptions, software.amazon.jsii.JsiiSerializable, JsonataCommonOptions, JsonPathCommonOptions, StateBaseProps, TaskStateBaseOptions, TaskStateBaseProps
All Known Implementing Classes:
SageMakerUpdateEndpointProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:41.643Z") @Stability(Stable) public interface SageMakerUpdateEndpointProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for updating Amazon SageMaker endpoint.

Example:

 SageMakerUpdateEndpoint.Builder.create(this, "SagemakerEndpoint")
         .endpointName(JsonPath.stringAt("$.Endpoint.Name"))
         .endpointConfigName(JsonPath.stringAt("$.Endpoint.EndpointConfig"))
         .build();
 

See Also: