Interface CreateMlEndpointResponse.Builder

  • Method Details

    • 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

      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.