Interface InferenceComponentRuntimeConfigSummary.Builder

  • Method Details

    • desiredCopyCount

      InferenceComponentRuntimeConfigSummary.Builder desiredCopyCount(Integer desiredCopyCount)

      The number of runtime copies of the model container that you requested to deploy with the inference component.

      Parameters:
      desiredCopyCount - The number of runtime copies of the model container that you requested to deploy with the inference component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentCopyCount

      InferenceComponentRuntimeConfigSummary.Builder currentCopyCount(Integer currentCopyCount)

      The number of runtime copies of the model container that are currently deployed.

      Parameters:
      currentCopyCount - The number of runtime copies of the model container that are currently deployed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.