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.
6642 6643 6644 |
# File 'sig/types.rbs', line 6642 def base_inference_component_name @base_inference_component_name end |
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
Returns the value of attribute compute_resource_requirements.
6641 6642 6643 |
# File 'sig/types.rbs', line 6641 def compute_resource_requirements @compute_resource_requirements end |
#container ⇒ Types::InferenceComponentContainerSpecificationSummary
Returns the value of attribute container.
6639 6640 6641 |
# File 'sig/types.rbs', line 6639 def container @container end |
#data_cache_config ⇒ Types::InferenceComponentDataCacheConfigSummary
Returns the value of attribute data_cache_config.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def data_cache_config @data_cache_config end |
#instance_type ⇒ "ml.t2.medium", ...
Returns the value of attribute instance_type.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def instance_type @instance_type end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def model_name @model_name end |
#scheduling_config ⇒ Types::InferenceComponentSchedulingConfig
Returns the value of attribute scheduling_config.
6644 6645 6646 |
# File 'sig/types.rbs', line 6644 def scheduling_config @scheduling_config end |
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Returns the value of attribute startup_parameters.
6640 6641 6642 |
# File 'sig/types.rbs', line 6640 def startup_parameters @startup_parameters end |