Class InferenceComponentStartupParameters
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InferenceComponentStartupParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InferenceComponentStartupParameters.Builder,InferenceComponentStartupParameters>
@Generated("software.amazon.awssdk:codegen") public final class InferenceComponentStartupParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceComponentStartupParameters.Builder,InferenceComponentStartupParameters>
Settings that take effect while the model container starts up.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceComponentStartupParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InferenceComponentStartupParameters.Builderbuilder()IntegercontainerStartupHealthCheckTimeoutInSeconds()The timeout value, in seconds, for your inference container to pass health check by Amazon S3 Hosting.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermodelDataDownloadTimeoutInSeconds()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.List<SdkField<?>>sdkFields()static Class<? extends InferenceComponentStartupParameters.Builder>serializableBuilderClass()InferenceComponentStartupParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelDataDownloadTimeoutInSeconds
public final 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.
- Returns:
- 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.
-
containerStartupHealthCheckTimeoutInSeconds
public final 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.
- Returns:
- 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.
-
toBuilder
public InferenceComponentStartupParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceComponentStartupParameters.Builder,InferenceComponentStartupParameters>
-
builder
public static InferenceComponentStartupParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceComponentStartupParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-