Class BedrockModelQuery
Inheritance
BedrockModelQuery
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class BedrockModelQuery : IQuery, IRequestParameterProvider
Properties
|
Edit this page
View Source
ByCustomizationType
Return models that support the customization type that you specify.
For more information, see Custom models in the Amazon Bedrock User Guide.
Declaration
public BedrockModelCustomizationType? ByCustomizationType { get; set; }
Property Value
|
Edit this page
View Source
ByInferenceType
Return models that support the inference type that you specify.
For more information, see Provisioned Throughput in the Amazon Bedrock User Guide.
Declaration
public BedrockModelInferenceType? ByInferenceType { get; set; }
Property Value
|
Edit this page
View Source
ByOutputModality
Return models that support the output modality that you specify.
Declaration
public BedrockModelOutputModality? ByOutputModality { get; set; }
Property Value
|
Edit this page
View Source
ByProvider
Return models belonging to the model provider that you specify.
Declaration
public string ByProvider { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetRequestParameters()
Declaration
public IEnumerable<RequestParameter> GetRequestParameters()
Returns
Implements
Extension Methods