Interface ListMlEndpointsResponse.Builder

    • Method Detail

      • ids

        ListMlEndpointsResponse.Builder ids​(Collection<String> ids)

        A page from the list of inference endpoint IDs.

        Parameters:
        ids - A page from the list of inference endpoint IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        ListMlEndpointsResponse.Builder ids​(String... ids)

        A page from the list of inference endpoint IDs.

        Parameters:
        ids - A page from the list of inference endpoint IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.