Class: Aws::SageMaker::Types::PipelineSummary

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

Overview

A summary of a pipeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The creation time of the pipeline.

Returns:

  • (Time)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_execution_timeTime

The last time that a pipeline execution began.

Returns:

  • (Time)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time that the pipeline was last modified.

Returns:

  • (Time)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_arnString

The Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_descriptionString

The description of the pipeline.

Returns:

  • (String)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_display_nameString

The display name of the pipeline.

Returns:

  • (String)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline.

Returns:

  • (String)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) that the pipeline used to execute.

Returns:

  • (String)


34783
34784
34785
34786
34787
34788
34789
34790
34791
34792
34793
34794
# File 'lib/aws-sdk-sagemaker/types.rb', line 34783

class PipelineSummary < Struct.new(
  :pipeline_arn,
  :pipeline_name,
  :pipeline_display_name,
  :pipeline_description,
  :role_arn,
  :creation_time,
  :last_modified_time,
  :last_execution_time)
  SENSITIVE = []
  include Aws::Structure
end