Class: Aws::SageMaker::Types::Vertex

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

Overview

A lineage entity connected to the starting entity(ies).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the lineage entity resource.

Returns:

  • (String)


44815
44816
44817
44818
44819
44820
44821
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44815

class Vertex < Struct.new(
  :arn,
  :type,
  :lineage_type)
  SENSITIVE = []
  include Aws::Structure
end

#lineage_typeString

The type of resource of the lineage entity.

Returns:

  • (String)


44815
44816
44817
44818
44819
44820
44821
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44815

class Vertex < Struct.new(
  :arn,
  :type,
  :lineage_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...

Returns:

  • (String)


44815
44816
44817
44818
44819
44820
44821
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44815

class Vertex < Struct.new(
  :arn,
  :type,
  :lineage_type)
  SENSITIVE = []
  include Aws::Structure
end