Class: Aws::Types::AIDetails
- Inherits:
-
Object
- Object
- Aws::Types::AIDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#canonical_id ⇒ ::String
Returns the value of attribute canonical_id.
-
#host_resource_guid ⇒ ::String
Returns the value of attribute host_resource_guid.
-
#host_resource_type ⇒ ::String
Returns the value of attribute host_resource_type.
-
#self_hosted_ai_agent_framework_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_agent_framework_resource_count.
-
#self_hosted_ai_agent_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_agent_resource_count.
-
#self_hosted_ai_agent_tools_and_identity_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_agent_tools_and_identity_resource_count.
-
#self_hosted_ai_development_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_development_resource_count.
-
#self_hosted_ai_external_endpoint_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_external_endpoint_resource_count.
-
#self_hosted_ai_model_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_model_resource_count.
-
#self_hosted_ai_model_serving_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_model_serving_resource_count.
-
#self_hosted_total_ai_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_total_ai_resource_count.
Instance Attribute Details
#canonical_id ⇒ ::String
Returns the value of attribute canonical_id.
14 15 16 |
# File 'sig/types.rbs', line 14 def canonical_id @canonical_id end |
#host_resource_guid ⇒ ::String
Returns the value of attribute host_resource_guid.
12 13 14 |
# File 'sig/types.rbs', line 12 def host_resource_guid @host_resource_guid end |
#host_resource_type ⇒ ::String
Returns the value of attribute host_resource_type.
13 14 15 |
# File 'sig/types.rbs', line 13 def host_resource_type @host_resource_type end |
#self_hosted_ai_agent_framework_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_agent_framework_resource_count.
20 21 22 |
# File 'sig/types.rbs', line 20 def self_hosted_ai_agent_framework_resource_count @self_hosted_ai_agent_framework_resource_count end |
#self_hosted_ai_agent_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_agent_resource_count.
16 17 18 |
# File 'sig/types.rbs', line 16 def self_hosted_ai_agent_resource_count @self_hosted_ai_agent_resource_count end |
#self_hosted_ai_agent_tools_and_identity_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_agent_tools_and_identity_resource_count.
21 22 23 |
# File 'sig/types.rbs', line 21 def self_hosted_ai_agent_tools_and_identity_resource_count @self_hosted_ai_agent_tools_and_identity_resource_count end |
#self_hosted_ai_development_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_development_resource_count.
19 20 21 |
# File 'sig/types.rbs', line 19 def self_hosted_ai_development_resource_count @self_hosted_ai_development_resource_count end |
#self_hosted_ai_external_endpoint_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_external_endpoint_resource_count.
18 19 20 |
# File 'sig/types.rbs', line 18 def self_hosted_ai_external_endpoint_resource_count @self_hosted_ai_external_endpoint_resource_count end |
#self_hosted_ai_model_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_model_resource_count.
15 16 17 |
# File 'sig/types.rbs', line 15 def self_hosted_ai_model_resource_count @self_hosted_ai_model_resource_count end |
#self_hosted_ai_model_serving_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_ai_model_serving_resource_count.
17 18 19 |
# File 'sig/types.rbs', line 17 def self_hosted_ai_model_serving_resource_count @self_hosted_ai_model_serving_resource_count end |
#self_hosted_total_ai_resource_count ⇒ ::Integer
Returns the value of attribute self_hosted_total_ai_resource_count.
22 23 24 |
# File 'sig/types.rbs', line 22 def self_hosted_total_ai_resource_count @self_hosted_total_ai_resource_count end |