Class: Aws::Types::FoundationModelDetails
- Inherits:
-
Object
- Object
- Aws::Types::FoundationModelDetails
- 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.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def customizations_supported @customizations_supported end |
#inference_types_supported ⇒ ::Array[("ON_DEMAND" | "PROVISIONED")]
Returns the value of attribute inference_types_supported.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def inference_types_supported @inference_types_supported end |
#input_modalities ⇒ ::Array[("TEXT" | "IMAGE" | "EMBEDDING")]
Returns the value of attribute input_modalities.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def input_modalities @input_modalities end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def model_arn @model_arn end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def model_id @model_id end |
#model_lifecycle ⇒ Types::FoundationModelLifecycle
Returns the value of attribute model_lifecycle.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def model_lifecycle @model_lifecycle end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def model_name @model_name end |
#output_modalities ⇒ ::Array[("TEXT" | "IMAGE" | "EMBEDDING")]
Returns the value of attribute output_modalities.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def output_modalities @output_modalities end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def provider_name @provider_name end |
#response_streaming_supported ⇒ Boolean
Returns the value of attribute response_streaming_supported.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def response_streaming_supported @response_streaming_supported end |