Class: Aws::SageMaker::Types::UpdatePipelineVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdatePipelineVersionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
-
#pipeline_version_description ⇒ String
The description of the pipeline version.
-
#pipeline_version_display_name ⇒ String
The display name of the pipeline version.
-
#pipeline_version_id ⇒ Integer
The pipeline version ID to update.
Instance Attribute Details
#pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the pipeline.
52294 52295 52296 52297 52298 52299 52300 52301 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 52294 class UpdatePipelineVersionRequest < Struct.new( :pipeline_arn, :pipeline_version_id, :pipeline_version_display_name, :pipeline_version_description) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_description ⇒ String
The description of the pipeline version.
52294 52295 52296 52297 52298 52299 52300 52301 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 52294 class UpdatePipelineVersionRequest < Struct.new( :pipeline_arn, :pipeline_version_id, :pipeline_version_display_name, :pipeline_version_description) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_display_name ⇒ String
The display name of the pipeline version.
52294 52295 52296 52297 52298 52299 52300 52301 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 52294 class UpdatePipelineVersionRequest < Struct.new( :pipeline_arn, :pipeline_version_id, :pipeline_version_display_name, :pipeline_version_description) SENSITIVE = [] include Aws::Structure end |
#pipeline_version_id ⇒ Integer
The pipeline version ID to update.
52294 52295 52296 52297 52298 52299 52300 52301 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 52294 class UpdatePipelineVersionRequest < Struct.new( :pipeline_arn, :pipeline_version_id, :pipeline_version_display_name, :pipeline_version_description) SENSITIVE = [] include Aws::Structure end |