PipelineState class

Input properties used for looking up and filtering Pipeline resources.

Constructors

PipelineState({Input<String?>? arn, Input<PipelineParallelismConfiguration?>? parallelismConfiguration, Input<String?>? pipelineDefinition, Input<PipelinePipelineDefinitionS3Location?>? pipelineDefinitionS3Location, Input<String?>? pipelineDescription, Input<String?>? pipelineDisplayName, Input<String?>? pipelineName, Input<String?>? region, Input<String?>? roleArn, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new PipelineState. arn ARN assigned by AWS to this Pipeline. parallelismConfiguration This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below. pipelineDefinition The JSON pipeline definition of the pipeline. pipelineDefinitionS3Location The location of the pipeline definition stored in Amazon S3. If specified, SageMaker AI will retrieve the pipeline definition from this location. see Pipeline Definition S3 Location details below. pipelineDescription A description of the pipeline. pipelineDisplayName The display name of the pipeline. pipelineName The name of the pipeline. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. roleArn The ARN of the IAM role the pipeline will execute as. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
PipelineState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN assigned by AWS to this Pipeline.
final
hashCode int
The hash code for this object.
no setterinherited
parallelismConfiguration → Input<PipelineParallelismConfiguration?>?
This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below.
final
pipelineDefinition → Input<String?>?
The JSON pipeline definition of the pipeline.
final
pipelineDefinitionS3Location → Input<PipelinePipelineDefinitionS3Location?>?
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker AI will retrieve the pipeline definition from this location. see Pipeline Definition S3 Location details below.
final
pipelineDescription → Input<String?>?
A description of the pipeline.
final
pipelineDisplayName → Input<String?>?
The display name of the pipeline.
final
pipelineName → Input<String?>?
The name of the pipeline.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
roleArn → Input<String?>?
The ARN of the IAM role the pipeline will execute as.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited