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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


44924
44925
44926
44927
44928
44929
44930
# File 'lib/aws-sdk-sagemaker/types.rb', line 44924

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)


44924
44925
44926
44927
44928
44929
44930
# File 'lib/aws-sdk-sagemaker/types.rb', line 44924

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)


44924
44925
44926
44927
44928
44929
44930
# File 'lib/aws-sdk-sagemaker/types.rb', line 44924

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