Interface InferenceComponentCapacitySize.Builder

  • Method Details

    • type

      Specifies the endpoint capacity type.

      COPY_COUNT

      The endpoint activates based on the number of inference component copies.

      CAPACITY_PERCENT

      The endpoint activates based on the specified percentage of capacity.

      Parameters:
      type - Specifies the endpoint capacity type.

      COPY_COUNT

      The endpoint activates based on the number of inference component copies.

      CAPACITY_PERCENT

      The endpoint activates based on the specified percentage of capacity.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Specifies the endpoint capacity type.

      COPY_COUNT

      The endpoint activates based on the number of inference component copies.

      CAPACITY_PERCENT

      The endpoint activates based on the specified percentage of capacity.

      Parameters:
      type - Specifies the endpoint capacity type.

      COPY_COUNT

      The endpoint activates based on the number of inference component copies.

      CAPACITY_PERCENT

      The endpoint activates based on the specified percentage of capacity.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Defines the capacity size, either as a number of inference component copies or a capacity percentage.

      Parameters:
      value - Defines the capacity size, either as a number of inference component copies or a capacity percentage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.