Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceComponentStartupParameters.Builder
-
Packages that use InferenceComponentStartupParameters.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentStartupParameters.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentStartupParameters.Builder Modifier and Type Method Description static InferenceComponentStartupParameters.BuilderInferenceComponentStartupParameters. builder()InferenceComponentStartupParameters.BuilderInferenceComponentStartupParameters.Builder. containerStartupHealthCheckTimeoutInSeconds(Integer containerStartupHealthCheckTimeoutInSeconds)The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting.InferenceComponentStartupParameters.BuilderInferenceComponentStartupParameters.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.InferenceComponentStartupParameters.BuilderInferenceComponentStartupParameters. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentStartupParameters.Builder Modifier and Type Method Description static Class<? extends InferenceComponentStartupParameters.Builder>InferenceComponentStartupParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentStartupParameters.Builder Modifier and Type Method Description default InferenceComponentSpecification.BuilderInferenceComponentSpecification.Builder. startupParameters(Consumer<InferenceComponentStartupParameters.Builder> startupParameters)Settings that take effect while the model container starts up.default InferenceComponentSpecificationSummary.BuilderInferenceComponentSpecificationSummary.Builder. startupParameters(Consumer<InferenceComponentStartupParameters.Builder> startupParameters)Settings that take effect while the model container starts up.
-