Class: Aws::SageMaker::Types::UpdatePipelineVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:



54422
54423
54424
54425
54426
54427
54428
54429
# File 'lib/aws-sdk-sagemaker/types.rb', line 54422

class UpdatePipelineVersionRequest < Struct.new(
  :pipeline_arn,
  :pipeline_version_id,
  :pipeline_version_display_name,
  :pipeline_version_description)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_version_descriptionString

The description of the pipeline version.

Returns:



54422
54423
54424
54425
54426
54427
54428
54429
# File 'lib/aws-sdk-sagemaker/types.rb', line 54422

class UpdatePipelineVersionRequest < Struct.new(
  :pipeline_arn,
  :pipeline_version_id,
  :pipeline_version_display_name,
  :pipeline_version_description)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_version_display_nameString

The display name of the pipeline version.

Returns:



54422
54423
54424
54425
54426
54427
54428
54429
# File 'lib/aws-sdk-sagemaker/types.rb', line 54422

class UpdatePipelineVersionRequest < Struct.new(
  :pipeline_arn,
  :pipeline_version_id,
  :pipeline_version_display_name,
  :pipeline_version_description)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_version_idInteger

The pipeline version ID to update.

Returns:



54422
54423
54424
54425
54426
54427
54428
54429
# File 'lib/aws-sdk-sagemaker/types.rb', line 54422

class UpdatePipelineVersionRequest < Struct.new(
  :pipeline_arn,
  :pipeline_version_id,
  :pipeline_version_display_name,
  :pipeline_version_description)
  SENSITIVE = []
  include Aws::Structure
end