Class GetVocabularyFilterRequest
Inheritance
GetVocabularyFilterRequest
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class GetVocabularyFilterRequest : VocabularyFilterRequest<GetVocabularyFilterRequest>
Constructors
|
Edit this page
View Source
GetVocabularyFilterRequest(Api, string)
Declaration
public GetVocabularyFilterRequest(Api api, string filterName)
Parameters
| Type |
Name |
Description |
| Api |
api |
|
| string |
filterName |
|
Properties
|
Edit this page
View Source
RequestType
The endpoint type for this
Declaration
public override RequestType RequestType { get; }
Property Value
Overrides
|
Edit this page
View Source
VocabularyFilterName
Declaration
public string VocabularyFilterName { get; }
Property Value
Methods
|
Edit this page
View Source
ExecuteAsyncInternal()
Executes the actual task logic. Must be implemented in derived classes.
Declaration
protected override UniTask<VocabularyFilterFileUri> ExecuteAsyncInternal()
Returns
Overrides
Extension Methods