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< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new PipelineState.
arnARN assigned by AWS to this Pipeline.parallelismConfigurationThis 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.pipelineDefinitionThe JSON pipeline definition of the pipeline.pipelineDefinitionS3LocationThe 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.pipelineDescriptionA description of the pipeline.pipelineDisplayNameThe display name of the pipeline.pipelineNameThe name of the pipeline.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.roleArnThe ARN of the IAM role the pipeline will execute as.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration 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
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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