Class MarengoService
Inheritance
MarengoService
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class MarengoService : CrudServiceBase<AwsClient>, ICrudService, IBedrockService
Constructors
|
Edit this page
View Source
MarengoService(AwsClient)
Declaration
public MarengoService(AwsClient client)
Parameters
Methods
|
Edit this page
View Source
CreateEmbeddingAsync(string, MarengoEmbedRequest, RequestOptions)
Declaration
public UniTask<MarengoEmbedResponse> CreateEmbeddingAsync(string modelId, MarengoEmbedRequest request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
CreateLegacyEmbeddingAsync(string, MarengoLegacyEmbedRequest, RequestOptions)
Declaration
public UniTask<MarengoEmbedResponse> CreateLegacyEmbeddingAsync(string modelId, MarengoLegacyEmbedRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods