Interface ListModelMetadataResponse.Builder

    • Method Detail

      • modelMetadataSummaries

        ListModelMetadataResponse.Builder modelMetadataSummaries​(Collection<ModelMetadataSummary> modelMetadataSummaries)

        A structure that holds model metadata.

        Parameters:
        modelMetadataSummaries - A structure that holds model metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelMetadataSummaries

        ListModelMetadataResponse.Builder modelMetadataSummaries​(ModelMetadataSummary... modelMetadataSummaries)

        A structure that holds model metadata.

        Parameters:
        modelMetadataSummaries - A structure that holds model metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListModelMetadataResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of recommendations, if there are any.

        Parameters:
        nextToken - A token for getting the next set of recommendations, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.