@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) |
ConditionStepMetadata |
getCondition()
If this is a Condition step metadata object, details on the condition.
|
ModelStepMetadata |
getModel()
Metadata for the Model step.
|
ProcessingJobStepMetadata |
getProcessingJob()
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
RegisterModelStepMetadata |
getRegisterModel()
Metadata for the RegisterModel step.
|
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCondition(ConditionStepMetadata condition)
If this is a Condition step metadata object, details on the condition.
|
void |
setModel(ModelStepMetadata model)
Metadata for the Model step.
|
void |
setProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
void |
setRegisterModel(RegisterModelStepMetadata registerModel)
Metadata for the RegisterModel step.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
PipelineExecutionStepMetadata |
withCondition(ConditionStepMetadata condition)
If this is a Condition step metadata object, details on the condition.
|
PipelineExecutionStepMetadata |
withModel(ModelStepMetadata model)
Metadata for the Model step.
|
PipelineExecutionStepMetadata |
withProcessingJob(ProcessingJobStepMetadata processingJob)
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
PipelineExecutionStepMetadata |
withRegisterModel(RegisterModelStepMetadata registerModel)
Metadata for the RegisterModel step.
|
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.
|
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 setModel(ModelStepMetadata model)
Metadata for the Model step.
model
- Metadata for the Model step.public ModelStepMetadata getModel()
Metadata for the Model step.
public PipelineExecutionStepMetadata withModel(ModelStepMetadata model)
Metadata for the Model step.
model
- Metadata for the Model step.public void setRegisterModel(RegisterModelStepMetadata registerModel)
Metadata for the RegisterModel step.
registerModel
- Metadata for the RegisterModel step.public RegisterModelStepMetadata getRegisterModel()
Metadata for the RegisterModel step.
public PipelineExecutionStepMetadata withRegisterModel(RegisterModelStepMetadata registerModel)
Metadata for the RegisterModel step.
registerModel
- Metadata for the RegisterModel step.public void setCondition(ConditionStepMetadata condition)
If this is a Condition step metadata object, details on the condition.
condition
- If this is a Condition step metadata object, details on the condition.public ConditionStepMetadata getCondition()
If this is a Condition step metadata object, details on the condition.
public PipelineExecutionStepMetadata withCondition(ConditionStepMetadata condition)
If this is a Condition step metadata object, details on the condition.
condition
- If this is a Condition step metadata object, details on the condition.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.