Class: Aws::Bedrock::Types::ListFoundationModelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListFoundationModelsRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#by_customization_type ⇒ String
Return models that support the customization type that you specify.
-
#by_inference_type ⇒ String
Return models that support the inference type that you specify.
-
#by_output_modality ⇒ String
Return models that support the output modality that you specify.
-
#by_provider ⇒ String
Return models belonging to the model provider that you specify.
Instance Attribute Details
#by_customization_type ⇒ String
Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide.
10214 10215 10216 10217 10218 10219 10220 10221 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10214 class ListFoundationModelsRequest < Struct.new( :by_provider, :by_customization_type, :by_output_modality, :by_inference_type) SENSITIVE = [] include Aws::Structure end |
#by_inference_type ⇒ String
Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
10214 10215 10216 10217 10218 10219 10220 10221 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10214 class ListFoundationModelsRequest < Struct.new( :by_provider, :by_customization_type, :by_output_modality, :by_inference_type) SENSITIVE = [] include Aws::Structure end |
#by_output_modality ⇒ String
Return models that support the output modality that you specify.
10214 10215 10216 10217 10218 10219 10220 10221 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10214 class ListFoundationModelsRequest < Struct.new( :by_provider, :by_customization_type, :by_output_modality, :by_inference_type) SENSITIVE = [] include Aws::Structure end |
#by_provider ⇒ String
Return models belonging to the model provider that you specify.
10214 10215 10216 10217 10218 10219 10220 10221 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 10214 class ListFoundationModelsRequest < Struct.new( :by_provider, :by_customization_type, :by_output_modality, :by_inference_type) SENSITIVE = [] include Aws::Structure end |