Interface InferenceComponentStartupParameters.Builder

    • Method Detail

      • 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.