Interface InferenceComponentStartupParameters.Builder

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

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

    • modelDataDownloadTimeoutInSeconds

      InferenceComponentStartupParameters.Builder modelDataDownloadTimeoutInSeconds(Integer modelDataDownloadTimeoutInSeconds)

      The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this inference component.

      Parameters:
      modelDataDownloadTimeoutInSeconds - The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this inference component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerStartupHealthCheckTimeoutInSeconds

      InferenceComponentStartupParameters.Builder containerStartupHealthCheckTimeoutInSeconds(Integer containerStartupHealthCheckTimeoutInSeconds)

      The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests.

      Parameters:
      containerStartupHealthCheckTimeoutInSeconds - The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.