Class: Aws::SageMaker::Types::UpdatePipelineExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdatePipelineExecutionRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
48694 48695 48696 48697 48698 48699 48700 48701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48694 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.
48694 48695 48696 48697 48698 48699 48700 48701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48694 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.
48694 48695 48696 48697 48698 48699 48700 48701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48694 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.
48694 48695 48696 48697 48698 48699 48700 48701 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48694 class UpdatePipelineExecutionRequest < Struct.new( :pipeline_execution_arn, :pipeline_execution_description, :pipeline_execution_display_name, :parallelism_configuration) SENSITIVE = [] include Aws::Structure end |