Table of Contents

Class AmazonBedrockDetector

Namespace
JD.AI.Core.Providers
Assembly
JD.AI.Core.dll

Detects AWS Bedrock availability via AWS credentials. Uses the official Microsoft.SemanticKernel.Connectors.Amazon package.

public sealed class AmazonBedrockDetector : IProviderDetector
Inheritance
AmazonBedrockDetector
Implements
Inherited Members

Constructors

AmazonBedrockDetector(ProviderConfigurationManager)

public AmazonBedrockDetector(ProviderConfigurationManager config)

Parameters

config ProviderConfigurationManager

Properties

ProviderName

public string ProviderName { get; }

Property Value

string

Methods

BuildKernel(ProviderModelInfo)

public Kernel BuildKernel(ProviderModelInfo model)

Parameters

model ProviderModelInfo

Returns

Kernel

DetectAsync(CancellationToken)

public Task<ProviderInfo> DetectAsync(CancellationToken ct = default)

Parameters

ct CancellationToken

Returns

Task<ProviderInfo>