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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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)


34743
34744
34745
34746
34747
34748
34749
34750
34751
34752
34753
34754
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34743

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