Table of Contents

Class GetModelRequest

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

Constructors

GetModelRequest(Api, string)

public GetModelRequest(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>