Class: Aws::Types::InferenceComponentSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_inference_component_name ⇒ ::String
Returns the value of attribute base_inference_component_name.
-
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
Returns the value of attribute compute_resource_requirements.
-
#container ⇒ Types::InferenceComponentContainerSpecification
Returns the value of attribute container.
-
#data_cache_config ⇒ Types::InferenceComponentDataCacheConfig
Returns the value of attribute data_cache_config.
-
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#scheduling_config ⇒ Types::InferenceComponentSchedulingConfig
Returns the value of attribute scheduling_config.
-
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Returns the value of attribute startup_parameters.
Instance Attribute Details
#base_inference_component_name ⇒ ::String
Returns the value of attribute base_inference_component_name.
6655 6656 6657 |
# File 'sig/types.rbs', line 6655 def base_inference_component_name @base_inference_component_name end |
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
Returns the value of attribute compute_resource_requirements.
6654 6655 6656 |
# File 'sig/types.rbs', line 6654 def compute_resource_requirements @compute_resource_requirements end |
#container ⇒ Types::InferenceComponentContainerSpecification
Returns the value of attribute container.
6652 6653 6654 |
# File 'sig/types.rbs', line 6652 def container @container end |
#data_cache_config ⇒ Types::InferenceComponentDataCacheConfig
Returns the value of attribute data_cache_config.
6656 6657 6658 |
# File 'sig/types.rbs', line 6656 def data_cache_config @data_cache_config end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6650 6651 6652 |
# File 'sig/types.rbs', line 6650 def instance_type @instance_type end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
6651 6652 6653 |
# File 'sig/types.rbs', line 6651 def model_name @model_name end |
#scheduling_config ⇒ Types::InferenceComponentSchedulingConfig
Returns the value of attribute scheduling_config.
6657 6658 6659 |
# File 'sig/types.rbs', line 6657 def scheduling_config @scheduling_config end |
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Returns the value of attribute startup_parameters.
6653 6654 6655 |
# File 'sig/types.rbs', line 6653 def startup_parameters @startup_parameters end |