Class: Aws::SageMaker::Types::QueryLineageResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edgesArray<Types::Edge>

A list of edges that connect vertices in the response.

Returns:



36564
36565
36566
36567
36568
36569
36570
# File 'lib/aws-sdk-sagemaker/types.rb', line 36564

class QueryLineageResponse < Struct.new(
  :vertices,
  :edges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Limits the number of vertices in the response. Use the ‘NextToken` in a response to to retrieve the next page of results.

Returns:

  • (String)


36564
36565
36566
36567
36568
36569
36570
# File 'lib/aws-sdk-sagemaker/types.rb', line 36564

class QueryLineageResponse < Struct.new(
  :vertices,
  :edges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#verticesArray<Types::Vertex>

A list of vertices connected to the start entity(ies) in the lineage graph.

Returns:



36564
36565
36566
36567
36568
36569
36570
# File 'lib/aws-sdk-sagemaker/types.rb', line 36564

class QueryLineageResponse < Struct.new(
  :vertices,
  :edges,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end