Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PipelineExecutionStepMetadata

import type { PipelineExecutionStepMetadata } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Metadata for a step execution.

interface PipelineExecutionStepMetadata {
AutoMLJob?: AutoMLJobStepMetadata | null;
Callback?: CallbackStepMetadata | null;
ClarifyCheck?: ClarifyCheckStepMetadata | null;
Condition?: ConditionStepMetadata | null;
EMR?: EMRStepMetadata | null;
Fail?: FailStepMetadata | null;
Lambda?: LambdaStepMetadata | null;
Model?: ModelStepMetadata | null;
ProcessingJob?: ProcessingJobStepMetadata | null;
QualityCheck?: QualityCheckStepMetadata | null;
RegisterModel?: RegisterModelStepMetadata | null;
TrainingJob?: TrainingJobStepMetadata | null;
TransformJob?: TransformJobStepMetadata | null;
TuningJob?: TuningJobStepMetaData | null;
}

§Properties

§
AutoMLJob?: AutoMLJobStepMetadata | null
[src]

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

§
Callback?: CallbackStepMetadata | null
[src]

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

§
ClarifyCheck?: ClarifyCheckStepMetadata | null
[src]

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.
§
Condition?: ConditionStepMetadata | null
[src]

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

§

The configurations and outcomes of an Amazon EMR step execution.

§
Fail?: FailStepMetadata | null
[src]

The configurations and outcomes of a Fail step execution.

§
Lambda?: LambdaStepMetadata | null
[src]

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

§
Model?: ModelStepMetadata | null
[src]

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

§
ProcessingJob?: ProcessingJobStepMetadata | null
[src]

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

§
QualityCheck?: QualityCheckStepMetadata | null
[src]

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.
§
RegisterModel?: RegisterModelStepMetadata | null
[src]

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

§
TrainingJob?: TrainingJobStepMetadata | null
[src]

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

§
TransformJob?: TransformJobStepMetadata | null
[src]

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

§
TuningJob?: TuningJobStepMetaData | null
[src]

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