Class: Aws::Types::FoundationModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::FoundationModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customizations_supported ⇒ ::Array[("FINE_TUNING" | "CONTINUED_PRE_TRAINING" | "DISTILLATION")]
Returns the value of attribute customizations_supported.
-
#inference_types_supported ⇒ ::Array[("ON_DEMAND" | "PROVISIONED")]
Returns the value of attribute inference_types_supported.
-
#input_modalities ⇒ ::Array[("TEXT" | "IMAGE" | "EMBEDDING")]
Returns the value of attribute input_modalities.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_lifecycle ⇒ Types::FoundationModelLifecycle
Returns the value of attribute model_lifecycle.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#output_modalities ⇒ ::Array[("TEXT" | "IMAGE" | "EMBEDDING")]
Returns the value of attribute output_modalities.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#response_streaming_supported ⇒ Boolean
Returns the value of attribute response_streaming_supported.
Instance Attribute Details
#customizations_supported ⇒ ::Array[("FINE_TUNING" | "CONTINUED_PRE_TRAINING" | "DISTILLATION")]
Returns the value of attribute customizations_supported.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def customizations_supported @customizations_supported end |
#inference_types_supported ⇒ ::Array[("ON_DEMAND" | "PROVISIONED")]
Returns the value of attribute inference_types_supported.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def inference_types_supported @inference_types_supported end |
#input_modalities ⇒ ::Array[("TEXT" | "IMAGE" | "EMBEDDING")]
Returns the value of attribute input_modalities.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def input_modalities @input_modalities end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def model_arn @model_arn end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def model_id @model_id end |
#model_lifecycle ⇒ Types::FoundationModelLifecycle
Returns the value of attribute model_lifecycle.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def model_lifecycle @model_lifecycle end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def model_name @model_name end |
#output_modalities ⇒ ::Array[("TEXT" | "IMAGE" | "EMBEDDING")]
Returns the value of attribute output_modalities.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def output_modalities @output_modalities end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def provider_name @provider_name end |
#response_streaming_supported ⇒ Boolean
Returns the value of attribute response_streaming_supported.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def response_streaming_supported @response_streaming_supported end |