Class: Aws::Types::AIBenchmarkEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AIBenchmarkEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#inference_components ⇒ ::Array[Types::AIBenchmarkInferenceComponent]
Returns the value of attribute inference_components.
-
#target_container_hostname ⇒ ::String
Returns the value of attribute target_container_hostname.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
38 39 40 |
# File 'sig/types.rbs', line 38 def identifier @identifier end |
#inference_components ⇒ ::Array[Types::AIBenchmarkInferenceComponent]
Returns the value of attribute inference_components.
40 41 42 |
# File 'sig/types.rbs', line 40 def inference_components @inference_components end |
#target_container_hostname ⇒ ::String
Returns the value of attribute target_container_hostname.
39 40 41 |
# File 'sig/types.rbs', line 39 def target_container_hostname @target_container_hostname end |