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.
6600 6601 6602 |
# File 'sig/types.rbs', line 6600 def base_inference_component_name @base_inference_component_name end |
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
Returns the value of attribute compute_resource_requirements.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def compute_resource_requirements @compute_resource_requirements end |
#container ⇒ Types::InferenceComponentContainerSpecification
Returns the value of attribute container.
6597 6598 6599 |
# File 'sig/types.rbs', line 6597 def container @container end |
#data_cache_config ⇒ Types::InferenceComponentDataCacheConfig
Returns the value of attribute data_cache_config.
6601 6602 6603 |
# File 'sig/types.rbs', line 6601 def data_cache_config @data_cache_config end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6595 6596 6597 |
# File 'sig/types.rbs', line 6595 def instance_type @instance_type end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
6596 6597 6598 |
# File 'sig/types.rbs', line 6596 def model_name @model_name end |
#scheduling_config ⇒ Types::InferenceComponentSchedulingConfig
Returns the value of attribute scheduling_config.
6602 6603 6604 |
# File 'sig/types.rbs', line 6602 def scheduling_config @scheduling_config end |
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Returns the value of attribute startup_parameters.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def startup_parameters @startup_parameters end |