Table of Contents

Class GetCustomModelRequest

Namespace
Glitch9.AIDevKit
public class GetCustomModelRequest : FluentApiRequest<GetCustomModelRequest, IModelData>
Inheritance
object
GetCustomModelRequest
Inherited Members

Constructors

GetCustomModelRequest(Api, string)

public GetCustomModelRequest(Api api, string modelId)

Parameters

api Api
modelId string

Properties

ModelId

public string ModelId { get; }

Property Value

string

Type

public override FluentApiRequestType Type { get; }

Property Value

FluentApiRequestType

Methods

ExecuteAsyncInternal()

protected override UniTask<IModelData> ExecuteAsyncInternal()

Returns

UniTask<IModelData>