Interface CreateMlEndpointResponse.Builder

    • Method Detail

      • id

        CreateMlEndpointResponse.Builder id​(String id)

        The unique ID of the new inference endpoint.

        Parameters:
        id - The unique ID of the new inference endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        CreateMlEndpointResponse.Builder arn​(String arn)

        The ARN for the new inference endpoint.

        Parameters:
        arn - The ARN for the new inference endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeInMillis

        CreateMlEndpointResponse.Builder creationTimeInMillis​(Long creationTimeInMillis)

        The endpoint creation time, in milliseconds.

        Parameters:
        creationTimeInMillis - The endpoint creation time, in milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.