Interface InferenceComponentRuntimeConfig.Builder

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

public static interface InferenceComponentRuntimeConfig.Builder extends SdkPojo, CopyableBuilder<InferenceComponentRuntimeConfig.Builder,InferenceComponentRuntimeConfig>
  • Method Details

    • copyCount

      The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.

      Parameters:
      copyCount - The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.