Class GetModelRequest
Inheritance
GetModelRequest
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class GetModelRequest : ModelRequest<GetModelRequest, IModelInfo>
Constructors
|
Edit this page
View Source
GetModelRequest(Api, string, ResourceKind)
Declaration
public GetModelRequest(Api api, string modelId, ResourceKind kind = ResourceKind.Foundation)
Parameters
Properties
|
Edit this page
View Source
Kind
Declaration
public ResourceKind Kind { get; }
Property Value
|
Edit this page
View Source
ModelId
Declaration
public string ModelId { get; }
Property Value
|
Edit this page
View Source
RequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
Overrides
Methods
|
Edit this page
View Source
ExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<IModelInfo> ExecuteAsyncInternal()
Returns
Overrides
Extension Methods