Class ModelService
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class ModelService : CrudServiceBase<AwsClient>, ICrudService
Constructors
|
Edit this page
View Source
ModelService(AwsClient)
Declaration
public ModelService(AwsClient client)
Parameters
Methods
|
Edit this page
View Source
DeleteCustomModelAsync(string, RequestOptions)
Declaration
public UniTask<bool> DeleteCustomModelAsync(string modelId, RequestOptions options = null)
Parameters
Returns
| Type |
Description |
| UniTask<bool> |
|
|
Edit this page
View Source
ListAsync(BedrockModelQuery, RequestOptions)
Declaration
public UniTask<BedrockModelList<BedrockFoundationModelSummary>> ListAsync(BedrockModelQuery query = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ListCustomAsync(BedrockCustomModelQuery, RequestOptions)
Declaration
public UniTask<BedrockModelList<BedrockCustomModelSummary>> ListCustomAsync(BedrockCustomModelQuery query = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
RetrieveAsync(string, RequestOptions)
Declaration
public UniTask<BedrockModelDetails<BedrockFoundationModelSummary>> RetrieveAsync(string modelId, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
RetrieveCustomAsync(string, RequestOptions)
Declaration
public UniTask<BedrockModelDetails<BedrockCustomModelSummary>> RetrieveCustomAsync(string modelId, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods