Class: Aws::SageMaker::Types::UpdatePipelineExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdatePipelineExecutionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
-
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
-
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
-
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
Instance Attribute Details
#parallelism_configuration ⇒ Types::ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
46475 46476 46477 46478 46479 46480 46481 46482 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46475 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline execution.
46475 46476 46477 46478 46479 46480 46481 46482 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46475 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_description ⇒ String
The description of the pipeline execution.
46475 46476 46477 46478 46479 46480 46481 46482 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46475 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_display_name ⇒ String
The display name of the pipeline execution.
46475 46476 46477 46478 46479 46480 46481 46482 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 46475 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end |