Table of Contents

Class DeleteModelRequest

Namespace
Glitch9.AIDevKit
public class DeleteModelRequest : FluentApiRequest<DeleteModelRequest, bool>
Inheritance
object
DeleteModelRequest
Inherited Members

Constructors

DeleteModelRequest(Api, string)

public DeleteModelRequest(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<bool> ExecuteAsyncInternal()

Returns

UniTask<bool>