java.lang.Object
org.apache.camel.component.torchserve.client.model.RegisterOptions

public class RegisterOptions extends Object
  • Method Details

    • empty

      public static RegisterOptions empty()
    • builder

      public static RegisterOptions.Builder builder()
    • getModelName

      public String getModelName()
    • getHandler

      public String getHandler()
    • getRuntime

      public String getRuntime()
    • getBatchSize

      public Integer getBatchSize()
    • getMaxBatchDelay

      public Integer getMaxBatchDelay()
    • getResponseTimeout

      public Integer getResponseTimeout()
    • getStartupTimeout

      public Integer getStartupTimeout()
    • getInitialWorkers

      public Integer getInitialWorkers()
    • getSynchronous

      public Boolean getSynchronous()
    • getS3SseKms

      public Boolean getS3SseKms()