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.
58360 58361 58362 58363 58364 58365 58366 58367 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 58360 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.
58360 58361 58362 58363 58364 58365 58366 58367 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 58360 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.
58360 58361 58362 58363 58364 58365 58366 58367 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 58360 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.
58360 58361 58362 58363 58364 58365 58366 58367 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 58360 class UpdatePipelineVersionRequest < Struct.new( :pipeline_arn, :pipeline_version_id, :pipeline_version_display_name, :pipeline_version_description) SENSITIVE = [] include Aws::Structure end |