Search Results for

    Show / Hide Table of Contents

    Class BedrockModelQuery

    Inheritance
    object
    BedrockModelQuery
    Implements
    IQuery
    IRequestParameterProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Bedrock
    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
    Type Description
    BedrockModelCustomizationType?
    | 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
    Type Description
    BedrockModelInferenceType?
    | Edit this page View Source

    ByOutputModality

    Return models that support the output modality that you specify.

    Declaration
    public BedrockModelOutputModality? ByOutputModality { get; set; }
    Property Value
    Type Description
    BedrockModelOutputModality?
    | Edit this page View Source

    ByProvider

    Return models belonging to the model provider that you specify.

    Declaration
    public string ByProvider { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetRequestParameters()

    Declaration
    public IEnumerable<RequestParameter> GetRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParameter>

    Implements

    IQuery
    IRequestParameterProvider

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider)
    ResponseCastingExtensions.ToParams(IRequestParameterProvider, params RequestParameter[])
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation