Interface ListEndpointConfigsResponse.Builder

    • Method Detail

      • endpointConfigs

        ListEndpointConfigsResponse.Builder endpointConfigs​(EndpointConfigSummary... endpointConfigs)

        An array of endpoint configurations.

        Parameters:
        endpointConfigs - An array of endpoint configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEndpointConfigsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request

        Parameters:
        nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request
        Returns:
        Returns a reference to this object so that method calls can be chained together.