Interface InferenceComponentRuntimeConfigSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InferenceComponentRuntimeConfigSummary.Builder,InferenceComponentRuntimeConfigSummary>, SdkBuilder<InferenceComponentRuntimeConfigSummary.Builder,InferenceComponentRuntimeConfigSummary>, SdkPojo
Enclosing class:
InferenceComponentRuntimeConfigSummary

public static interface InferenceComponentRuntimeConfigSummary.Builder extends SdkPojo, CopyableBuilder<InferenceComponentRuntimeConfigSummary.Builder,InferenceComponentRuntimeConfigSummary>
  • 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.