| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentStartupParameters |
InferenceComponentStartupParameters.clone() |
InferenceComponentStartupParameters |
InferenceComponentSpecificationSummary.getStartupParameters()
Settings that take effect while the model container starts up.
|
InferenceComponentStartupParameters |
InferenceComponentSpecification.getStartupParameters()
Settings that take effect while the model container starts up.
|
InferenceComponentStartupParameters |
InferenceComponentStartupParameters.withContainerStartupHealthCheckTimeoutInSeconds(Integer containerStartupHealthCheckTimeoutInSeconds)
The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting.
|
InferenceComponentStartupParameters |
InferenceComponentStartupParameters.withModelDataDownloadTimeoutInSeconds(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferenceComponentSpecificationSummary.setStartupParameters(InferenceComponentStartupParameters startupParameters)
Settings that take effect while the model container starts up.
|
void |
InferenceComponentSpecification.setStartupParameters(InferenceComponentStartupParameters startupParameters)
Settings that take effect while the model container starts up.
|
InferenceComponentSpecificationSummary |
InferenceComponentSpecificationSummary.withStartupParameters(InferenceComponentStartupParameters startupParameters)
Settings that take effect while the model container starts up.
|
InferenceComponentSpecification |
InferenceComponentSpecification.withStartupParameters(InferenceComponentStartupParameters startupParameters)
Settings that take effect while the model container starts up.
|
Copyright © 2024. All rights reserved.