Class: Aws::Types::InferenceComponentStartupParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_startup_health_check_timeout_in_seconds::Integer

Returns the value of attribute container_startup_health_check_timeout_in_seconds.

Returns:

  • (::Integer)


6620
6621
6622
# File 'sig/types.rbs', line 6620

def container_startup_health_check_timeout_in_seconds
  @container_startup_health_check_timeout_in_seconds
end

#model_data_download_timeout_in_seconds::Integer

Returns the value of attribute model_data_download_timeout_in_seconds.

Returns:

  • (::Integer)


6619
6620
6621
# File 'sig/types.rbs', line 6619

def model_data_download_timeout_in_seconds
  @model_data_download_timeout_in_seconds
end