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.
56709 56710 56711 56712 56713 56714 56715 56716 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 56709 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.
56709 56710 56711 56712 56713 56714 56715 56716 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 56709 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.
56709 56710 56711 56712 56713 56714 56715 56716 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 56709 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.
56709 56710 56711 56712 56713 56714 56715 56716 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 56709 class UpdatePipelineVersionRequest < Struct.new( :pipeline_arn, :pipeline_version_id, :pipeline_version_display_name, :pipeline_version_description) SENSITIVE = [] include Aws::Structure end |