![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::Pipeline USAGEThis 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 DESCRIPTIONA SageMaker Model Building Pipeline instance. ATTRIBUTESCreatedBy => Paws::SageMaker::UserContextCreationTime => StrThe creation time of the pipeline. LastModifiedBy => Paws::SageMaker::UserContextLastModifiedTime => StrThe time that the pipeline was last modified. LastRunTime => StrThe time when the pipeline was last run. PipelineArn => StrThe Amazon Resource Name (ARN) of the pipeline. PipelineDescription => StrThe description of the pipeline. PipelineDisplayName => StrThe display name of the pipeline. PipelineName => StrThe name of the pipeline. PipelineStatus => StrThe status of the pipeline. RoleArn => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|