Interface SageMakerUpdateEndpointProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
All Known Implementing Classes:
SageMakerUpdateEndpointProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-31T18:44:19.875Z") @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: