JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class QueryLineageResult

    • Constructor Detail

      • QueryLineageResult

        public QueryLineageResult()
    • Method Detail

      • getVertices

        public List<Vertex> getVertices()

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

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

        public void setVertices(Collection<Vertex> vertices)

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

        Parameters:
        vertices - A list of vertices connected to the start entity(ies) in the lineage graph.
      • withVertices

        public QueryLineageResult withVertices(Vertex... vertices)

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

        NOTE: This method appends the values to the existing list (if any). Use setVertices(java.util.Collection) or withVertices(java.util.Collection) if you want to override the existing values.

        Parameters:
        vertices - A list of vertices connected to the start entity(ies) in the lineage graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withVertices

        public QueryLineageResult withVertices(Collection<Vertex> vertices)

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

        Parameters:
        vertices - A list of vertices connected to the start entity(ies) in the lineage graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getEdges

        public List<Edge> getEdges()

        A list of edges that connect vertices in the response.

        Returns:
        A list of edges that connect vertices in the response.
      • setEdges

        public void setEdges(Collection<Edge> edges)

        A list of edges that connect vertices in the response.

        Parameters:
        edges - A list of edges that connect vertices in the response.
      • withEdges

        public QueryLineageResult withEdges(Edge... edges)

        A list of edges that connect vertices in the response.

        NOTE: This method appends the values to the existing list (if any). Use setEdges(java.util.Collection) or withEdges(java.util.Collection) if you want to override the existing values.

        Parameters:
        edges - A list of edges that connect vertices in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withEdges

        public QueryLineageResult withEdges(Collection<Edge> edges)

        A list of edges that connect vertices in the response.

        Parameters:
        edges - A list of edges that connect vertices in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

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

        Parameters:
        nextToken - Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.
      • getNextToken

        public String getNextToken()

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

        Returns:
        Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.
      • withNextToken

        public QueryLineageResult withNextToken(String nextToken)

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

        Parameters:
        nextToken - Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /