Show / Hide Table of Contents

Class SageMakerCreateEndpointConfig

(experimental) A Step Functions Task to create a SageMaker endpoint configuration.

https://docs.aws.amazon.com/step-functions/latest/dg/connect-sagemaker.html

Synopsis

Constructors

constructor(scope, id, props)

Constructs a new instance of the SageMakerCreateEndpointConfig class

Properties

taskMetrics
taskPolicies

Constructors

constructor(scope, id, props)

Constructs a new instance of the SageMakerCreateEndpointConfig class

Declaration
constructor(scope: Construct, id: string, props: SageMakerCreateEndpointConfigProps);
Parameters
scope Construct
id string
props SageMakerCreateEndpointConfigProps

Properties

taskMetrics

Declaration
protected readonly taskMetrics?: sfn.TaskMetricsConfig;
Property Value

sfn.TaskMetricsConfig

taskPolicies

Declaration
protected readonly taskPolicies?: iam.PolicyStatement[];
Property Value

iam.PolicyStatement[]

Back to top Generated by DocFX