AWS SDK for C++

AWS SDK for C++ Version 1.11.478

All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::SageMaker::Model::InferenceComponentStartupParameters Class Reference

#include <InferenceComponentStartupParameters.h>

Public Member Functions

 
 
 
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize () const
 
 
 
 
 
 
 
 
 

Detailed Description

Settings that take effect while the model container starts up.

See Also:

AWS API Reference

Definition at line 30 of file InferenceComponentStartupParameters.h.

Constructor & Destructor Documentation

◆ InferenceComponentStartupParameters() [1/2]

AWS_SAGEMAKER_API Aws::SageMaker::Model::InferenceComponentStartupParameters::InferenceComponentStartupParameters ( )

◆ InferenceComponentStartupParameters() [2/2]

AWS_SAGEMAKER_API Aws::SageMaker::Model::InferenceComponentStartupParameters::InferenceComponentStartupParameters ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ ContainerStartupHealthCheckTimeoutInSecondsHasBeenSet()

bool Aws::SageMaker::Model::InferenceComponentStartupParameters::ContainerStartupHealthCheckTimeoutInSecondsHasBeenSet ( ) const
inline

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.

Definition at line 59 of file InferenceComponentStartupParameters.h.

◆ GetContainerStartupHealthCheckTimeoutInSeconds()

int Aws::SageMaker::Model::InferenceComponentStartupParameters::GetContainerStartupHealthCheckTimeoutInSeconds ( ) const
inline

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.

Definition at line 58 of file InferenceComponentStartupParameters.h.

◆ GetModelDataDownloadTimeoutInSeconds()

int Aws::SageMaker::Model::InferenceComponentStartupParameters::GetModelDataDownloadTimeoutInSeconds ( ) const
inline

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.

Definition at line 45 of file InferenceComponentStartupParameters.h.

◆ Jsonize()

AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Aws::SageMaker::Model::InferenceComponentStartupParameters::Jsonize ( ) const

◆ ModelDataDownloadTimeoutInSecondsHasBeenSet()

bool Aws::SageMaker::Model::InferenceComponentStartupParameters::ModelDataDownloadTimeoutInSecondsHasBeenSet ( ) const
inline

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.

Definition at line 46 of file InferenceComponentStartupParameters.h.

◆ operator=()

AWS_SAGEMAKER_API InferenceComponentStartupParameters & Aws::SageMaker::Model::InferenceComponentStartupParameters::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetContainerStartupHealthCheckTimeoutInSeconds()

void Aws::SageMaker::Model::InferenceComponentStartupParameters::SetContainerStartupHealthCheckTimeoutInSeconds ( int  value)
inline

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.

Definition at line 60 of file InferenceComponentStartupParameters.h.

◆ SetModelDataDownloadTimeoutInSeconds()

void Aws::SageMaker::Model::InferenceComponentStartupParameters::SetModelDataDownloadTimeoutInSeconds ( int  value)
inline

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.

Definition at line 47 of file InferenceComponentStartupParameters.h.

◆ WithContainerStartupHealthCheckTimeoutInSeconds()

InferenceComponentStartupParameters & Aws::SageMaker::Model::InferenceComponentStartupParameters::WithContainerStartupHealthCheckTimeoutInSeconds ( int  value)
inline

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.

Definition at line 61 of file InferenceComponentStartupParameters.h.

◆ WithModelDataDownloadTimeoutInSeconds()

InferenceComponentStartupParameters & Aws::SageMaker::Model::InferenceComponentStartupParameters::WithModelDataDownloadTimeoutInSeconds ( int  value)
inline

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.

Definition at line 48 of file InferenceComponentStartupParameters.h.


The documentation for this class was generated from the following file: