@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineExecutionStepMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for a step execution.
Constructor and Description |
---|
PipelineExecutionStepMetadata() |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionStepMetadata |
clone() |
boolean |
equals(Object obj) |
CallbackStepMetadata |
getCallback()
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
ClarifyCheckStepMetadata |
getClarifyCheck()
Container for the metadata for a Clarify check step.
|
ConditionStepMetadata |
getCondition()
The outcome of the condition evaluation that was run by this step execution.
|
EMRStepMetadata |
getEMR()
The configurations and outcomes of an EMR step execution.
|
FailStepMetadata |
getFail()
The configurations and outcomes of a Fail step execution.
|
LambdaStepMetadata |
getLambda()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
ModelStepMetadata |
getModel()
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
ProcessingJobStepMetadata |
getProcessingJob()
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
QualityCheckStepMetadata |
getQualityCheck()
The configurations and outcomes of the check step execution.
|
RegisterModelStepMetadata |
getRegisterModel()
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
TrainingJobStepMetadata |
getTrainingJob()
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
TransformJobStepMetadata |
getTransformJob()
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
TuningJobStepMetaData |
getTuningJob()
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCallback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
void |
setClarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.
|
void |
setCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
|
void |
setEMR(EMRStepMetadata eMR)
The configurations and outcomes of an EMR step execution.
|
void |
setFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
|
void |
setLambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
void |
setModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
void |
setProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
void |
setQualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.
|
void |
setRegisterModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
void |
setTrainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
void |
setTransformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
void |
setTuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withClarifyCheck(ClarifyCheckStepMetadata clarifyCheck)
Container for the metadata for a Clarify check step.
|
PipelineExecutionStepMetadata |
withCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
|
PipelineExecutionStepMetadata |
withEMR(EMRStepMetadata eMR)
The configurations and outcomes of an EMR step execution.
|
PipelineExecutionStepMetadata |
withFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
|
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 |
withModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
PipelineExecutionStepMetadata |
withProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
PipelineExecutionStepMetadata |
withQualityCheck(QualityCheckStepMetadata qualityCheck)
The configurations and outcomes of the check step execution.
|
PipelineExecutionStepMetadata |
withRegisterModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
|
PipelineExecutionStepMetadata |
withTrainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
PipelineExecutionStepMetadata |
withTransformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
PipelineExecutionStepMetadata |
withTuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
public void setTrainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
trainingJob
- The Amazon Resource Name (ARN) of the training job that was run by this step execution.public TrainingJobStepMetadata getTrainingJob()
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
public PipelineExecutionStepMetadata withTrainingJob(TrainingJobStepMetadata trainingJob)
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
trainingJob
- The Amazon Resource Name (ARN) of the training job that was run by this step execution.public void setProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
processingJob
- The Amazon Resource Name (ARN) of the processing job that was run by this step execution.public ProcessingJobStepMetadata getProcessingJob()
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
public PipelineExecutionStepMetadata withProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
processingJob
- The Amazon Resource Name (ARN) of the processing job that was run by this step execution.public void setTransformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
transformJob
- The Amazon Resource Name (ARN) of the transform job that was run by this step execution.public TransformJobStepMetadata getTransformJob()
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
public PipelineExecutionStepMetadata withTransformJob(TransformJobStepMetadata transformJob)
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
transformJob
- The Amazon Resource Name (ARN) of the transform job that was run by this step execution.public void setTuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
tuningJob
- The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.public TuningJobStepMetaData getTuningJob()
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
public PipelineExecutionStepMetadata withTuningJob(TuningJobStepMetaData tuningJob)
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
tuningJob
- The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.public void setModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
model
- The Amazon Resource Name (ARN) of the model that was created by this step execution.public ModelStepMetadata getModel()
The Amazon Resource Name (ARN) of the model that was created by this step execution.
public PipelineExecutionStepMetadata withModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
model
- The Amazon Resource Name (ARN) of the model that was created by this step execution.public void setRegisterModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
registerModel
- The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.public RegisterModelStepMetadata getRegisterModel()
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
public PipelineExecutionStepMetadata withRegisterModel(RegisterModelStepMetadata registerModel)
The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.
registerModel
- The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.public void setCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
condition
- The outcome of the condition evaluation that was run by this step execution.public ConditionStepMetadata getCondition()
The outcome of the condition evaluation that was run by this step execution.
public PipelineExecutionStepMetadata withCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this step execution.
condition
- The outcome of the condition evaluation that was run by this step execution.public void setCallback(CallbackStepMetadata callback)
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
callback
- The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of
output parameters.public CallbackStepMetadata getCallback()
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
public 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.
callback
- The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of
output parameters.public void setLambda(LambdaStepMetadata lambda)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
lambda
- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of
output parameters.public LambdaStepMetadata getLambda()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
public 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.
lambda
- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of
output parameters.public void setQualityCheck(QualityCheckStepMetadata 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
.
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 QualityCheckStepMetadata getQualityCheck()
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
.
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 PipelineExecutionStepMetadata withQualityCheck(QualityCheckStepMetadata 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
.
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 void setClarifyCheck(ClarifyCheckStepMetadata 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
.
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 ClarifyCheckStepMetadata getClarifyCheck()
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
.
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 PipelineExecutionStepMetadata withClarifyCheck(ClarifyCheckStepMetadata 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
.
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 void setEMR(EMRStepMetadata eMR)
The configurations and outcomes of an EMR step execution.
eMR
- The configurations and outcomes of an EMR step execution.public EMRStepMetadata getEMR()
The configurations and outcomes of an EMR step execution.
public PipelineExecutionStepMetadata withEMR(EMRStepMetadata eMR)
The configurations and outcomes of an EMR step execution.
eMR
- The configurations and outcomes of an EMR step execution.public void setFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
fail
- The configurations and outcomes of a Fail step execution.public FailStepMetadata getFail()
The configurations and outcomes of a Fail step execution.
public PipelineExecutionStepMetadata withFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
fail
- The configurations and outcomes of a Fail step execution.public String toString()
toString
in class Object
Object.toString()
public PipelineExecutionStepMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.