Skip to content

Bedrock  >  Structures  >  FoundationModelSummary

FoundationModelSummary

Structure Class

FoundationModelSummary dataclass

Summary information for a foundation model.

Attributes

customizations_supported class-attribute instance-attribute
customizations_supported: list[ModelCustomization] | None = None

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

inference_types_supported class-attribute instance-attribute
inference_types_supported: list[InferenceType] | None = None

The inference types that the model supports.

input_modalities class-attribute instance-attribute
input_modalities: list[ModelModality] | None = None

The input modalities that the model supports.

model_arn instance-attribute
model_arn: str

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

model_id instance-attribute
model_id: str

The model ID of the foundation model.

model_lifecycle class-attribute instance-attribute
model_lifecycle: FoundationModelLifecycle | None = None

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

model_name class-attribute instance-attribute
model_name: str | None = None

The name of the model.

output_modalities class-attribute instance-attribute
output_modalities: list[ModelModality] | None = None

The output modalities that the model supports.

provider_name class-attribute instance-attribute
provider_name: str | None = None

The model's provider name.

response_streaming_supported class-attribute instance-attribute
response_streaming_supported: bool | None = None

Indicates whether the model supports streaming.