Class: Aws::Types::ListFoundationModelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFoundationModelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#by_customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute by_customization_type.
-
#by_inference_type ⇒ "ON_DEMAND", "PROVISIONED"
Returns the value of attribute by_inference_type.
-
#by_output_modality ⇒ "TEXT", ...
Returns the value of attribute by_output_modality.
-
#by_provider ⇒ ::String
Returns the value of attribute by_provider.
Instance Attribute Details
#by_customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute by_customization_type.
2729 2730 2731 |
# File 'sig/types.rbs', line 2729 def by_customization_type @by_customization_type end |
#by_inference_type ⇒ "ON_DEMAND", "PROVISIONED"
Returns the value of attribute by_inference_type.
2731 2732 2733 |
# File 'sig/types.rbs', line 2731 def by_inference_type @by_inference_type end |
#by_output_modality ⇒ "TEXT", ...
Returns the value of attribute by_output_modality.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def by_output_modality @by_output_modality end |
#by_provider ⇒ ::String
Returns the value of attribute by_provider.
2728 2729 2730 |
# File 'sig/types.rbs', line 2728 def by_provider @by_provider end |