Interface ListInferenceComponentsResponse.Builder

    • Method Detail

      • inferenceComponents

        ListInferenceComponentsResponse.Builder inferenceComponents​(Collection<InferenceComponentSummary> inferenceComponents)

        A list of inference components and their properties that matches any of the filters you specified in the request.

        Parameters:
        inferenceComponents - A list of inference components and their properties that matches any of the filters you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceComponents

        ListInferenceComponentsResponse.Builder inferenceComponents​(InferenceComponentSummary... inferenceComponents)

        A list of inference components and their properties that matches any of the filters you specified in the request.

        Parameters:
        inferenceComponents - A list of inference components and their properties that matches any of the filters you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInferenceComponentsResponse.Builder nextToken​(String nextToken)

        The token to use in a subsequent request to get the next set of results following a truncated response.

        Parameters:
        nextToken - The token to use in a subsequent request to get the next set of results following a truncated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.