AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Metadata for a step execution.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.PipelineExecutionStepMetadata

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class PipelineExecutionStepMetadata

The PipelineExecutionStepMetadata type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AutoMLJob Amazon.SageMaker.Model.AutoMLJobStepMetadata

Gets and sets the property AutoMLJob.

The Amazon Resource Name (ARN) of the AutoML job that was run by this step.

Public Property Callback Amazon.SageMaker.Model.CallbackStepMetadata

Gets and sets the property Callback.

The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

Public Property ClarifyCheck Amazon.SageMaker.Model.ClarifyCheckStepMetadata

Gets and sets the property ClarifyCheck.

Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:

  • The type of the check conducted,

  • The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.

  • The Amazon S3 URIs of newly calculated baseline constraints and statistics.

  • The model package group name provided.

  • The Amazon S3 URI of the violation report if violations detected.

  • The Amazon Resource Name (ARN) of check processing job initiated by the step execution.

  • The boolean flags indicating if the drift check is skipped.

  • If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.

Public Property Condition Amazon.SageMaker.Model.ConditionStepMetadata

Gets and sets the property Condition.

The outcome of the condition evaluation that was run by this step execution.

Public Property EMR Amazon.SageMaker.Model.EMRStepMetadata

Gets and sets the property EMR.

The configurations and outcomes of an Amazon EMR step execution.

Public Property Fail Amazon.SageMaker.Model.FailStepMetadata

Gets and sets the property Fail.

The configurations and outcomes of a Fail step execution.

Public Property Lambda Amazon.SageMaker.Model.LambdaStepMetadata

Gets and sets the property Lambda.

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

Public Property Model Amazon.SageMaker.Model.ModelStepMetadata

Gets and sets the property Model.

The Amazon Resource Name (ARN) of the model that was created by this step execution.

Public Property ProcessingJob Amazon.SageMaker.Model.ProcessingJobStepMetadata

Gets and sets the property ProcessingJob.

The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

Public Property QualityCheck Amazon.SageMaker.Model.QualityCheckStepMetadata

Gets and sets the property QualityCheck.

The configurations and outcomes of the check step execution. This includes:

  • The type of the check conducted.

  • The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.

  • The Amazon S3 URIs of newly calculated baseline constraints and statistics.

  • The model package group name provided.

  • The Amazon S3 URI of the violation report if violations detected.

  • The Amazon Resource Name (ARN) of check processing job initiated by the step execution.

  • The Boolean flags indicating if the drift check is skipped.

  • If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.

Public Property RegisterModel Amazon.SageMaker.Model.RegisterModelStepMetadata

Gets and sets the property RegisterModel.

The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.

Public Property TrainingJob Amazon.SageMaker.Model.TrainingJobStepMetadata

Gets and sets the property TrainingJob.

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

Public Property TransformJob Amazon.SageMaker.Model.TransformJobStepMetadata

Gets and sets the property TransformJob.

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

Public Property TuningJob Amazon.SageMaker.Model.TuningJobStepMetaData

Gets and sets the property TuningJob.

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5