Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerUpdateEndpoint
Packages that use SageMakerUpdateEndpoint
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerUpdateEndpoint in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SageMakerUpdateEndpointModifier and TypeMethodDescriptionSageMakerUpdateEndpoint.Builder.build()static SageMakerUpdateEndpointSageMakerUpdateEndpoint.jsonata(software.constructs.Construct scope, String id, SageMakerUpdateEndpointJsonataProps props) A Step Functions Task using JSONata to update a SageMaker endpoint.static SageMakerUpdateEndpointSageMakerUpdateEndpoint.jsonPath(software.constructs.Construct scope, String id, SageMakerUpdateEndpointJsonPathProps props) A Step Functions Task using JSONPath to update a SageMaker endpoint.