@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.
|
ConditionStepMetadata |
getCondition()
The outcome of the condition evaluation that was run by this 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.
|
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 |
setCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this 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 |
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 |
withCondition(ConditionStepMetadata condition)
The outcome of the condition evaluation that was run by this 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 |
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 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.