AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Summary information for a foundation model.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.FoundationModelSummary

Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z

Syntax

C#
public class FoundationModelSummary

The FoundationModelSummary type exposes the following members

Constructors

NameDescription
Public Method FoundationModelSummary()

Properties

NameTypeDescription
Public Property CustomizationsSupported System.Collections.Generic.List<System.String>

Gets and sets the property CustomizationsSupported.

Whether the model supports fine-tuning or continual pre-training.

Public Property InferenceTypesSupported System.Collections.Generic.List<System.String>

Gets and sets the property InferenceTypesSupported.

The inference types that the model supports.

Public Property InputModalities System.Collections.Generic.List<System.String>

Gets and sets the property InputModalities.

The input modalities that the model supports.

Public Property ModelArn System.String

Gets and sets the property ModelArn.

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

Public Property ModelId System.String

Gets and sets the property ModelId.

The model ID of the foundation model.

Public Property ModelLifecycle Amazon.Bedrock.Model.FoundationModelLifecycle

Gets and sets the property ModelLifecycle.

Contains details about whether a model version is available or deprecated.

Public Property ModelName System.String

Gets and sets the property ModelName.

The name of the model.

Public Property OutputModalities System.Collections.Generic.List<System.String>

Gets and sets the property OutputModalities.

The output modalities that the model supports.

Public Property ProviderName System.String

Gets and sets the property ProviderName.

The model's provider name.

Public Property ResponseStreamingSupported System.Boolean

Gets and sets the property ResponseStreamingSupported.

Indicates whether the model supports streaming.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5