Interface SageMakerUpdateEndpointProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,TaskStateBaseProps
- All Known Implementing Classes:
SageMakerUpdateEndpointProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:16.996Z")
@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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSageMakerUpdateEndpointPropsstatic final classAn implementation forSageMakerUpdateEndpointProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the new endpoint configuration.The name of the endpoint whose configuration you want to update.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getCredentials, getHeartbeat, getHeartbeatTimeout, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getStateName, getTaskTimeout, getTimeout
-
Method Details
-
getEndpointConfigName
The name of the new endpoint configuration. -
getEndpointName
The name of the endpoint whose configuration you want to update. -
builder
-