Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.SageMakerCreateEndpoint
Packages that use SageMakerCreateEndpoint
Package
Description
Tasks for AWS Step Functions
-
Uses of SageMakerCreateEndpoint in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return SageMakerCreateEndpointModifier and TypeMethodDescriptionSageMakerCreateEndpoint.Builder.build()static SageMakerCreateEndpointSageMakerCreateEndpoint.jsonata(software.constructs.Construct scope, String id, SageMakerCreateEndpointJsonataProps props) A Step Functions Task using JSONata to create a SageMaker endpoint.static SageMakerCreateEndpointSageMakerCreateEndpoint.jsonPath(software.constructs.Construct scope, String id, SageMakerCreateEndpointJsonPathProps props) A Step Functions Task using JSONPath to create a SageMaker endpoint.