Class: Aws::Types::AIRecommendationDeploymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AIRecommendationDeploymentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_count_per_instance ⇒ ::Integer
Returns the value of attribute copy_count_per_instance.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
-
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.g5.xlarge", ...
Returns the value of attribute instance_type.
-
#min_cpu_memory_required_in_mb ⇒ ::Integer
Returns the value of attribute min_cpu_memory_required_in_mb.
-
#s3 ⇒ ::Array[Types::AIRecommendationDeploymentS3Channel]
Returns the value of attribute s3.
Instance Attribute Details
#copy_count_per_instance ⇒ ::Integer
Returns the value of attribute copy_count_per_instance.
167 168 169 |
# File 'sig/types.rbs', line 167 def copy_count_per_instance @copy_count_per_instance end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
168 169 170 |
# File 'sig/types.rbs', line 168 def environment_variables @environment_variables end |
#image_uri ⇒ ::String
Returns the value of attribute image_uri.
164 165 166 |
# File 'sig/types.rbs', line 164 def image_uri @image_uri end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
166 167 168 |
# File 'sig/types.rbs', line 166 def instance_count @instance_count end |
#instance_type ⇒ "ml.g5.xlarge", ...
Returns the value of attribute instance_type.
165 166 167 |
# File 'sig/types.rbs', line 165 def instance_type @instance_type end |
#min_cpu_memory_required_in_mb ⇒ ::Integer
Returns the value of attribute min_cpu_memory_required_in_mb.
169 170 171 |
# File 'sig/types.rbs', line 169 def min_cpu_memory_required_in_mb @min_cpu_memory_required_in_mb end |
#s3 ⇒ ::Array[Types::AIRecommendationDeploymentS3Channel]
Returns the value of attribute s3.
163 164 165 |
# File 'sig/types.rbs', line 163 def s3 @s3 end |