@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Pipeline extends Object implements Serializable, Cloneable, StructuredPojo
A SageMaker Model Building Pipeline instance.
Constructor and Description |
---|
Pipeline() |
Modifier and Type | Method and Description |
---|---|
Pipeline |
clone() |
boolean |
equals(Object obj) |
UserContext |
getCreatedBy() |
Date |
getCreationTime()
The creation time of the pipeline.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
The time that the pipeline was last modified.
|
Date |
getLastRunTime()
The time when the pipeline was last run.
|
ParallelismConfiguration |
getParallelismConfiguration()
The parallelism configuration applied to the pipeline.
|
String |
getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
String |
getPipelineDescription()
The description of the pipeline.
|
String |
getPipelineDisplayName()
The display name of the pipeline.
|
String |
getPipelineName()
The name of the pipeline.
|
String |
getPipelineStatus()
The status of the pipeline.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that created the pipeline.
|
List<Tag> |
getTags()
A list of tags that apply to the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
The creation time of the pipeline.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
The time that the pipeline was last modified.
|
void |
setLastRunTime(Date lastRunTime)
The time when the pipeline was last run.
|
void |
setParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
void |
setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
void |
setPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
void |
setPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline.
|
void |
setPipelineStatus(String pipelineStatus)
The status of the pipeline.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
|
void |
setTags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
|
String |
toString()
Returns a string representation of this object.
|
Pipeline |
withCreatedBy(UserContext createdBy) |
Pipeline |
withCreationTime(Date creationTime)
The creation time of the pipeline.
|
Pipeline |
withLastModifiedBy(UserContext lastModifiedBy) |
Pipeline |
withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline was last modified.
|
Pipeline |
withLastRunTime(Date lastRunTime)
The time when the pipeline was last run.
|
Pipeline |
withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
Pipeline |
withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline |
withPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
Pipeline |
withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
Pipeline |
withPipelineName(String pipelineName)
The name of the pipeline.
|
Pipeline |
withPipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
|
Pipeline |
withPipelineStatus(String pipelineStatus)
The status of the pipeline.
|
Pipeline |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
|
Pipeline |
withTags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
|
Pipeline |
withTags(Tag... tags)
A list of tags that apply to the pipeline.
|
public void setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.public String getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public Pipeline withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.public void setPipelineName(String pipelineName)
The name of the pipeline.
pipelineName
- The name of the pipeline.public String getPipelineName()
The name of the pipeline.
public Pipeline withPipelineName(String pipelineName)
The name of the pipeline.
pipelineName
- The name of the pipeline.public void setPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName
- The display name of the pipeline.public String getPipelineDisplayName()
The display name of the pipeline.
public Pipeline withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName
- The display name of the pipeline.public void setPipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription
- The description of the pipeline.public String getPipelineDescription()
The description of the pipeline.
public Pipeline withPipelineDescription(String pipelineDescription)
The description of the pipeline.
pipelineDescription
- The description of the pipeline.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
roleArn
- The Amazon Resource Name (ARN) of the role that created the pipeline.public String getRoleArn()
The Amazon Resource Name (ARN) of the role that created the pipeline.
public Pipeline withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
roleArn
- The Amazon Resource Name (ARN) of the role that created the pipeline.public void setPipelineStatus(String pipelineStatus)
The status of the pipeline.
pipelineStatus
- The status of the pipeline.PipelineStatus
public String getPipelineStatus()
The status of the pipeline.
PipelineStatus
public Pipeline withPipelineStatus(String pipelineStatus)
The status of the pipeline.
pipelineStatus
- The status of the pipeline.PipelineStatus
public Pipeline withPipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
pipelineStatus
- The status of the pipeline.PipelineStatus
public void setCreationTime(Date creationTime)
The creation time of the pipeline.
creationTime
- The creation time of the pipeline.public Date getCreationTime()
The creation time of the pipeline.
public Pipeline withCreationTime(Date creationTime)
The creation time of the pipeline.
creationTime
- The creation time of the pipeline.public void setLastModifiedTime(Date lastModifiedTime)
The time that the pipeline was last modified.
lastModifiedTime
- The time that the pipeline was last modified.public Date getLastModifiedTime()
The time that the pipeline was last modified.
public Pipeline withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline was last modified.
lastModifiedTime
- The time that the pipeline was last modified.public void setLastRunTime(Date lastRunTime)
The time when the pipeline was last run.
lastRunTime
- The time when the pipeline was last run.public Date getLastRunTime()
The time when the pipeline was last run.
public Pipeline withLastRunTime(Date lastRunTime)
The time when the pipeline was last run.
lastRunTime
- The time when the pipeline was last run.public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public Pipeline withCreatedBy(UserContext createdBy)
createdBy
- public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public Pipeline withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public void setParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
parallelismConfiguration
- The parallelism configuration applied to the pipeline.public ParallelismConfiguration getParallelismConfiguration()
The parallelism configuration applied to the pipeline.
public Pipeline withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
parallelismConfiguration
- The parallelism configuration applied to the pipeline.public List<Tag> getTags()
A list of tags that apply to the pipeline.
public void setTags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
tags
- A list of tags that apply to the pipeline.public Pipeline withTags(Tag... tags)
A list of tags that apply to the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags that apply to the pipeline.public Pipeline withTags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
tags
- A list of tags that apply to the pipeline.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.