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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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)


34753
34754
34755
34756
34757
34758
34759
34760
34761
34762
34763
34764
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34753

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