Table of Contents

Class GetModelTask

Namespace
Glitch9.AIDevKit
public class GetModelTask : TaskBase<GetModelTask, IApiModelData>
Inheritance
object
GetModelTask
Inherited Members

Constructors

GetModelTask(Api, string)

public GetModelTask(Api api, string modelId)

Parameters

api Api
modelId string

Properties

Method

public override string Method { get; }

Property Value

string

ModelId

public string ModelId { get; }

Property Value

string

Methods

ExecuteAsyncINTERNAL()

protected override UniTask<IApiModelData> ExecuteAsyncINTERNAL()

Returns

UniTask<IApiModelData>