Search Results for

    Show / Hide Table of Contents

    Class BedrockCustomModelQuery

    Inheritance
    object
    BedrockCustomModelQuery
    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 BedrockCustomModelQuery : IQuery, IRequestParameterProvider

    Properties

    | Edit this page View Source

    BaseModelArnEquals

    Return custom models only if the base model Amazon Resource Name (ARN) matches this parameter.

    Declaration
    public string BaseModelArnEquals { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    CreationTimeAfter

    Return custom models created after the specified time.

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

    CreationTimeBefore

    Return custom models created before the specified time.

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

    FoundationModelArnEquals

    Return custom models only if the foundation model Amazon Resource Name (ARN) matches this parameter.

    Declaration
    public string FoundationModelArnEquals { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    IsOwned

    Return custom models depending on if the current account owns them (true) or if they were shared with the current account (false).

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

    MaxResults

    The maximum number of results to return in the response.

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

    ModelStatus

    The status of the model to filter results by. Valid values: Active | Creating | Failed.

    Declaration
    public string ModelStatus { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NameContains

    Return custom models only if the job name contains these characters.

    Declaration
    public string NameContains { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    NextToken

    Token for fetching the next page of results.

    Declaration
    public string NextToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SortBy

    The field to sort by. Valid values: CreationTime.

    Declaration
    public string SortBy { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SortOrder

    The sort order of the results. Valid values: Ascending | Descending.

    Declaration
    public QuerySortOrder? SortOrder { get; set; }
    Property Value
    Type Description
    QuerySortOrder?

    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