Search Results for

    Show / Hide Table of Contents

    Class BedrockFoundationModelSummary

    Inheritance
    object
    BedrockFoundationModelSummary
    Implements
    IModelInfo
    IAIResource
    IData
    IHasId<string>
    IHasName
    IDeprecatable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws.Bedrock
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class BedrockFoundationModelSummary : IModelInfo, IAIResource, IData, IHasId<string>, IHasName, IDeprecatable

    Properties

    | Edit this page View Source

    Active

    Whether this model is currently active and available for use.

    Declaration
    [JsonIgnore]
    public bool Active { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Api

    Declaration
    [JsonIgnore]
    public Api Api { get; }
    Property Value
    Type Description
    Api
    | Edit this page View Source

    Capabilities

    The set of capabilities this model supports (e.g. Chat, Streaming, FunctionCalling).

    Declaration
    [JsonIgnore]
    public ModelCapability[] Capabilities { get; }
    Property Value
    Type Description
    ModelCapability[]
    | Edit this page View Source

    CustomizationsSupported

    Required. The customizations supported by the model.

    Declaration
    [JsonProperty("customizationsSupported")]
    public string[] CustomizationsSupported { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    Family

    The model family this model belongs to (e.g. GPT, Gemini, Imagen).

    Declaration
    [JsonIgnore]
    public ModelFamily Family { get; }
    Property Value
    Type Description
    ModelFamily
    | Edit this page View Source

    Id

    Required. The unique identifier of the model.

    Declaration
    [JsonProperty("modelId")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    InferenceTypesSupported

    Required. The inference types supported by the model.

    Declaration
    [JsonProperty("inferenceTypesSupported")]
    public string[] InferenceTypesSupported { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    InputModalities

    Required. The input Modality supported by the model.

    Declaration
    [JsonProperty("inputModalities")]
    public Modality[] InputModalities { get; set; }
    Property Value
    Type Description
    Modality[]
    | Edit this page View Source

    Legacy

    Whether this model is considered legacy and may be deprecated in the future.

    Declaration
    [JsonIgnore]
    public bool Legacy { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ModelArn

    Required. The Amazon Resource Name (ARN) of the model.

    Declaration
    [JsonProperty("modelArn")]
    public string ModelArn { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ModelLifecycle

    Required. The lifecycle status of the model.

    Declaration
    [JsonProperty("modelLifecycle")]
    public BedrockFoundationModelSummary.Lifecycle ModelLifecycle { get; set; }
    Property Value
    Type Description
    BedrockFoundationModelSummary.Lifecycle
    | Edit this page View Source

    Name

    Required. The name of the model.

    Declaration
    [JsonProperty("modelName")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OutputModalities

    Required. The output Modality supported by the model.

    Declaration
    [JsonProperty("outputModalities")]
    public Modality[] OutputModalities { get; set; }
    Property Value
    Type Description
    Modality[]
    | Edit this page View Source

    Provider

    Required. The name of the model provider.

    Declaration
    [JsonProperty("providerName")]
    public string Provider { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ResponseStreamingSupported

    Required. Indicates whether response streaming is supported.

    Declaration
    [JsonProperty("responseStreamingSupported")]
    public bool ResponseStreamingSupported { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Type

    The primary type of the model (e.g. Language, ImageGeneration, TextToSpeech).

    Declaration
    [JsonIgnore]
    public ModelType Type { get; }
    Property Value
    Type Description
    ModelType

    Methods

    | Edit this page View Source

    GetMetadata()

    Declaration
    public Dictionary<string, string> GetMetadata()
    Returns
    Type Description
    Dictionary<string, string>

    Implements

    IModelInfo
    IAIResource
    IData
    IHasId<TId>
    IHasName
    IDeprecatable

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    CoreLibTypeExtensions.GetNameOrDash(IData)
    CoreLibTypeExtensions.GetIdOrNull(IHasId<string>)
    CoreLibTypeExtensions.IsNullOrEmptyId(IHasId<string>)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation