Pipeline class
A SageMaker Model Building Pipeline instance.
Constructors
- 
          Pipeline({UserContext? createdBy, DateTime? creationTime, UserContext? lastModifiedBy, DateTime? lastModifiedTime, DateTime? lastRunTime, String? pipelineArn, String? pipelineDescription, String? pipelineDisplayName, String? pipelineName, PipelineStatus? pipelineStatus, String? roleArn, List<Tag> ? tags})
- 
          Pipeline.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- createdBy → UserContext?
- 
  
  final
- creationTime → DateTime?
- 
  The creation time of the pipeline.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- lastModifiedBy → UserContext?
- 
  
  final
- lastModifiedTime → DateTime?
- 
  The time that the pipeline was last modified.
  final
- lastRunTime → DateTime?
- 
  The time when the pipeline was last run.
  final
- pipelineArn → String?
- 
  The Amazon Resource Name (ARN) of the pipeline.
  final
- pipelineDescription → String?
- 
  The description of the pipeline.
  final
- pipelineDisplayName → String?
- 
  The display name of the pipeline.
  final
- pipelineName → String?
- 
  The name of the pipeline.
  final
- pipelineStatus → PipelineStatus?
- 
  The status of the pipeline.
  final
- roleArn → String?
- 
  The Amazon Resource Name (ARN) of the role that created the pipeline.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  A list of tags that apply to the pipeline.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited