NAME
Paws::SageMaker::Pipeline
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SageMaker::Pipeline object:
$service_obj->Method(Att1 => { CreatedBy => $value, ..., Tags => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::Pipeline object:
$result = $service_obj->Method(...);
$result->Att1->CreatedBy
DESCRIPTION
A SageMaker Model Building Pipeline instance.
ATTRIBUTES
CreatedBy => Paws::SageMaker::UserContext
CreationTime => Str
The creation time of the pipeline.
LastModifiedBy => Paws::SageMaker::UserContext
LastModifiedTime => Str
The time that the pipeline was last modified.
LastRunTime => Str
The time when the pipeline was last run.
PipelineArn => Str
The Amazon Resource Name (ARN) of the pipeline.
PipelineDescription => Str
The description of the pipeline.
PipelineDisplayName => Str
The display name of the pipeline.
PipelineName => Str
The name of the pipeline.
PipelineStatus => Str
The status of the pipeline.
RoleArn => Str
The Amazon Resource Name (ARN) of the role that created the pipeline.
Tags => ArrayRef[Paws::SageMaker::Tag]
A list of tags that apply to the pipeline.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SageMaker
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues