| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.clone() |
PipelineExecutionStepMetadata |
PipelineExecutionStep.getMetadata()
Metadata to run the pipeline step.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withAutoMLJob(AutoMLJobStepMetadata autoMLJob)
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withCallback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withClarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withEMR(EMRStepMetadata eMR)
The configurations and outcomes of an Amazon EMR step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withLambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withQualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withRegisterModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withTrainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withTransformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withTuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStep.setMetadata(PipelineExecutionStepMetadata metadata)
Metadata to run the pipeline step.
|
PipelineExecutionStep |
PipelineExecutionStep.withMetadata(PipelineExecutionStepMetadata metadata)
Metadata to run the pipeline step.
|
Copyright © 2025. All rights reserved.