Interface ListExplainabilityExportsResponse.Builder

    • Method Detail

      • explainabilityExports

        ListExplainabilityExportsResponse.Builder explainabilityExports​(Collection<ExplainabilityExportSummary> explainabilityExports)

        An array of objects that summarize the properties of each Explainability export.

        Parameters:
        explainabilityExports - An array of objects that summarize the properties of each Explainability export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilityExports

        ListExplainabilityExportsResponse.Builder explainabilityExports​(ExplainabilityExportSummary... explainabilityExports)

        An array of objects that summarize the properties of each Explainability export.

        Parameters:
        explainabilityExports - An array of objects that summarize the properties of each Explainability export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListExplainabilityExportsResponse.Builder nextToken​(String nextToken)

        Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

        Parameters:
        nextToken - Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.