Interface ListModelVersionsResponse.Builder

    • Method Detail

      • nextToken

        ListModelVersionsResponse.Builder nextToken​(String nextToken)

        If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.

        Parameters:
        nextToken - If the total number of results exceeds the limit that the response can display, the response returns an opaque pagination token indicating where to continue the listing of machine learning model versions. Use this token in the NextToken field in the request to list the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersionSummaries

        ListModelVersionsResponse.Builder modelVersionSummaries​(Collection<ModelVersionSummary> modelVersionSummaries)

        Provides information on the specified model version, including the created time, model and dataset ARNs, and status.

        Parameters:
        modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelVersionSummaries

        ListModelVersionsResponse.Builder modelVersionSummaries​(ModelVersionSummary... modelVersionSummaries)

        Provides information on the specified model version, including the created time, model and dataset ARNs, and status.

        Parameters:
        modelVersionSummaries - Provides information on the specified model version, including the created time, model and dataset ARNs, and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.