Class SageMakerCreateEndpoint
A Step Functions Task to create a SageMaker endpoint.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SageMakerCreateEndpoint : TaskStateBase, IChainable, INextable
Syntax (vb)
Public Class SageMakerCreateEndpoint Inherits TaskStateBase Implements IChainable, INextable
Remarks
See: https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html
ExampleMetadata: infused
Examples
new SageMakerCreateEndpoint(this, "SagemakerEndpoint", new SageMakerCreateEndpointProps {
EndpointName = JsonPath.StringAt("$.EndpointName"),
EndpointConfigName = JsonPath.StringAt("$.EndpointConfigName")
});
Synopsis
Constructors
| SageMakerCreateEndpoint(Construct, string, ISageMakerCreateEndpointProps) | A Step Functions Task to create a SageMaker endpoint. |
Properties
| TaskMetrics | A Step Functions Task to create a SageMaker endpoint. |
| TaskPolicies | A Step Functions Task to create a SageMaker endpoint. |
Methods
| JsonPath(Construct, string, ISageMakerCreateEndpointJsonPathProps) | A Step Functions Task using JSONPath to create a SageMaker endpoint. |
| Jsonata(Construct, string, ISageMakerCreateEndpointJsonataProps) | A Step Functions Task using JSONata to create a SageMaker endpoint. |
Constructors
SageMakerCreateEndpoint(Construct, string, ISageMakerCreateEndpointProps)
A Step Functions Task to create a SageMaker endpoint.
public SageMakerCreateEndpoint(Construct scope, string id, ISageMakerCreateEndpointProps props)
Parameters
- scope Construct
- id string
Descriptive identifier for this chainable.
- props ISageMakerCreateEndpointProps
Remarks
See: https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html
ExampleMetadata: infused
Properties
TaskMetrics
A Step Functions Task to create a SageMaker endpoint.
protected override ITaskMetricsConfig? TaskMetrics { get; }
Property Value
Overrides
Remarks
See: https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html
ExampleMetadata: infused
TaskPolicies
A Step Functions Task to create a SageMaker endpoint.
protected override PolicyStatement[]? TaskPolicies { get; }
Property Value
Overrides
Remarks
See: https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html
ExampleMetadata: infused
Methods
JsonPath(Construct, string, ISageMakerCreateEndpointJsonPathProps)
A Step Functions Task using JSONPath to create a SageMaker endpoint.
public static SageMakerCreateEndpoint JsonPath(Construct scope, string id, ISageMakerCreateEndpointJsonPathProps props)
Parameters
- scope Construct
- id string
- props ISageMakerCreateEndpointJsonPathProps
Returns
Remarks
Jsonata(Construct, string, ISageMakerCreateEndpointJsonataProps)
A Step Functions Task using JSONata to create a SageMaker endpoint.
public static SageMakerCreateEndpoint Jsonata(Construct scope, string id, ISageMakerCreateEndpointJsonataProps props)
Parameters
- scope Construct
- id string
- props ISageMakerCreateEndpointJsonataProps