Class: Aws::Types::InferenceComponentSpecificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::InferenceComponentSpecificationSummary
- 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::InferenceComponentContainerSpecificationSummary
Returns the value of attribute container.
-
#data_cache_config ⇒ Types::InferenceComponentDataCacheConfigSummary
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.
6612 6613 6614 |
# File 'sig/types.rbs', line 6612 def base_inference_component_name @base_inference_component_name end |
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
Returns the value of attribute compute_resource_requirements.
6611 6612 6613 |
# File 'sig/types.rbs', line 6611 def compute_resource_requirements @compute_resource_requirements end |
#container ⇒ Types::InferenceComponentContainerSpecificationSummary
Returns the value of attribute container.
6609 6610 6611 |
# File 'sig/types.rbs', line 6609 def container @container end |
#data_cache_config ⇒ Types::InferenceComponentDataCacheConfigSummary
Returns the value of attribute data_cache_config.
6613 6614 6615 |
# File 'sig/types.rbs', line 6613 def data_cache_config @data_cache_config end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6607 6608 6609 |
# File 'sig/types.rbs', line 6607 def instance_type @instance_type end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
6608 6609 6610 |
# File 'sig/types.rbs', line 6608 def model_name @model_name end |
#scheduling_config ⇒ Types::InferenceComponentSchedulingConfig
Returns the value of attribute scheduling_config.
6614 6615 6616 |
# File 'sig/types.rbs', line 6614 def scheduling_config @scheduling_config end |
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Returns the value of attribute startup_parameters.
6610 6611 6612 |
# File 'sig/types.rbs', line 6610 def startup_parameters @startup_parameters end |