Search Results for

    Show / Hide Table of Contents

    Class ModelService

    Inheritance
    object
    CrudServiceBase<GroqCloudClient>
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>
    ModelService
    Implements
    ICrudService
    Inherited Members
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.CreateAsync(RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.CreateAsync(object, RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.RetrieveAsync(string, RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.ReplaceAsync(string, object, RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.UpdateAsync(string, IEnumerable<UpdateMask>, RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.DeleteAsync(string, RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.ListAsync(CursorQuery, RequestOptions)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.PrepareRequest(object)
    CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>.GetRequestParams()
    CrudServiceBase<GroqCloudClient>.client
    CrudServiceBase<GroqCloudClient>.ApiKey
    CrudServiceBase<GroqCloudClient>.GetUrl(params string[])
    CrudServiceBase<GroqCloudClient>.GetChildUrl(string, params string[])
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.GroqCloud
    Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
    Syntax
    public class ModelService : CrudService<GroqCloudClient, object, GroqCloudModelInfo, DeletionStatus, CursorQuery>, ICrudService

    Constructors

    | Edit this page View Source

    ModelService(GroqCloudClient)

    Declaration
    public ModelService(GroqCloudClient client)
    Parameters
    Type Name Description
    GroqCloudClient client

    Implements

    ICrudService

    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)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation