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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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)


40726
40727
40728
40729
40730
40731
40732
40733
40734
40735
40736
40737
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40726

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