Class: Aws::SageMaker::Types::PipelineVersionSummary

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

Overview

The summary of the pipeline version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the pipeline version.

Returns:

  • (Time)


40837
40838
40839
40840
40841
40842
40843
40844
40845
40846
# File 'lib/aws-sdk-sagemaker/types.rb', line 40837

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

#last_execution_pipeline_execution_arnString

The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.

Returns:

  • (String)


40837
40838
40839
40840
40841
40842
40843
40844
40845
40846
# File 'lib/aws-sdk-sagemaker/types.rb', line 40837

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

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


40837
40838
40839
40840
40841
40842
40843
40844
40845
40846
# File 'lib/aws-sdk-sagemaker/types.rb', line 40837

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

#pipeline_version_descriptionString

The description of the pipeline version.

Returns:

  • (String)


40837
40838
40839
40840
40841
40842
40843
40844
40845
40846
# File 'lib/aws-sdk-sagemaker/types.rb', line 40837

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

#pipeline_version_display_nameString

The display name of the pipeline version.

Returns:

  • (String)


40837
40838
40839
40840
40841
40842
40843
40844
40845
40846
# File 'lib/aws-sdk-sagemaker/types.rb', line 40837

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

#pipeline_version_idInteger

The ID of the pipeline version.

Returns:

  • (Integer)


40837
40838
40839
40840
40841
40842
40843
40844
40845
40846
# File 'lib/aws-sdk-sagemaker/types.rb', line 40837

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