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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



36477
36478
36479
36480
36481
36482
36483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36477

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)


36477
36478
36479
36480
36481
36482
36483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36477

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:



36477
36478
36479
36480
36481
36482
36483
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36477

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