Class: Aws::SageMaker::Types::Pipeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Pipeline
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A SageMaker Model Building Pipeline instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
-
#creation_time ⇒ Time
The creation time of the pipeline.
-
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
-
#last_modified_time ⇒ Time
The time that the pipeline was last modified.
-
#last_run_time ⇒ Time
The time when the pipeline was last run.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
The parallelism configuration applied to the pipeline.
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#pipeline_description ⇒ String
The description of the pipeline.
-
#pipeline_display_name ⇒ String
The display name of the pipeline.
-
#pipeline_name ⇒ String
The name of the pipeline.
-
#pipeline_status ⇒ String
The status of the pipeline.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role that created the pipeline.
-
#tags ⇒ Array<Types::Tag>
A list of tags that apply to the pipeline.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ Types::UserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time that the pipeline was last modified.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#last_run_time ⇒ Time
The time when the pipeline was last run.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
The parallelism configuration applied to the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_description ⇒ String
The description of the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_display_name ⇒ String
The display name of the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_name ⇒ String
The name of the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#pipeline_status ⇒ String
The status of the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role that created the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that apply to the pipeline.
36345 36346 36347 36348 36349 36350 36351 36352 36353 36354 36355 36356 36357 36358 36359 36360 36361 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36345 class Pipeline < Struct.new( :pipeline_arn, :pipeline_name, :pipeline_display_name, :pipeline_description, :role_arn, :pipeline_status, :creation_time, :last_modified_time, :last_run_time, :created_by, :last_modified_by, :parallelism_configuration, :tags) SENSITIVE = [] include Aws::Structure end |