Skip to content

Latest commit

 

History

History
194 lines (160 loc) · 4.88 KB

File metadata and controls

194 lines (160 loc) · 4.88 KB
sidebar_label Bedrock Foundation Model

aws_bedrock_foundation_model

Description

AWS Bedrock Foundation Model is a managed service for accessing and using large language models from various providers through a single API. It offers tools for customizing models, fine-tuning them with specific data, and integrating them into applications. Users can experiment with different models and deploy them for tasks like text generation and analysis.

Base Hierarchy

@startuml
hide empty members
skinparam ArrowColor #ffaf37
skinparam ArrowFontColor #ffaf37
skinparam ArrowFontName Helvetica
skinparam ArrowThickness 2
skinparam BackgroundColor transparent
skinparam ClassAttributeFontColor #d9b8ff
skinparam ClassBackgroundColor #3d176e
skinparam ClassBorderColor #000d19
skinparam ClassFontColor #d9b8ff
skinparam ClassFontName Helvetica
skinparam ClassFontSize 17
skinparam NoteBackgroundColor #d9b8ff
skinparam NoteBorderColor #000d19
skinparam NoteFontColor #3d176e
skinparam NoteFontName Helvetica
skinparam Padding 5
skinparam RoundCorner 5
skinparam Shadowing false
skinparam stereotypeCBackgroundColor #e98df7
skinparam stereotypeIBackgroundColor #e98df7

class ai_model {

}
class ai_resource {

}
class aws_bedrock_foundation_model {

}
class aws_resource {

}
class resource {

}
ai_resource <|--- ai_model
resource <|--- ai_resource
ai_model <|--- aws_bedrock_foundation_model
aws_resource <|--- aws_bedrock_foundation_model
resource <|--- aws_resource

@enduml

Relationship to other Resources

@startuml
hide empty members
skinparam ArrowColor #ffaf37
skinparam ArrowFontColor #ffaf37
skinparam ArrowFontName Helvetica
skinparam ArrowThickness 2
skinparam BackgroundColor transparent
skinparam ClassAttributeFontColor #d9b8ff
skinparam ClassBackgroundColor #3d176e
skinparam ClassBorderColor #000d19
skinparam ClassFontColor #d9b8ff
skinparam ClassFontName Helvetica
skinparam ClassFontSize 17
skinparam NoteBackgroundColor #d9b8ff
skinparam NoteBorderColor #000d19
skinparam NoteFontColor #3d176e
skinparam NoteFontName Helvetica
skinparam Padding 5
skinparam RoundCorner 5
skinparam Shadowing false
skinparam stereotypeCBackgroundColor #e98df7
skinparam stereotypeIBackgroundColor #e98df7

class aws_bedrock_agent {

}
class aws_bedrock_custom_model {

}
class aws_bedrock_foundation_model {

}
class aws_bedrock_model_customization_job {

}
class aws_bedrock_provisioned_model_throughput {

}
aws_bedrock_custom_model -[#1A83AF]-> aws_bedrock_model_customization_job
aws_bedrock_custom_model -[#1A83AF]-> aws_bedrock_provisioned_model_throughput
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_custom_model
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_model_customization_job
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_provisioned_model_throughput

@enduml

Properties

@startuml
hide empty members
skinparam ArrowColor #ffaf37
skinparam ArrowFontColor #ffaf37
skinparam ArrowFontName Helvetica
skinparam ArrowThickness 2
skinparam BackgroundColor transparent
skinparam ClassAttributeFontColor #d9b8ff
skinparam ClassBackgroundColor #3d176e
skinparam ClassBorderColor #000d19
skinparam ClassFontColor #d9b8ff
skinparam ClassFontName Helvetica
skinparam ClassFontSize 17
skinparam NoteBackgroundColor #d9b8ff
skinparam NoteBorderColor #000d19
skinparam NoteFontColor #3d176e
skinparam NoteFontName Helvetica
skinparam Padding 5
skinparam RoundCorner 5
skinparam Shadowing false
skinparam stereotypeCBackgroundColor #e98df7
skinparam stereotypeIBackgroundColor #e98df7

class ai_model {

}
class ai_resource {

}
class aws_bedrock_foundation_model {
**customizations_supported**: string[]
**inference_types_supported**: string[]
**input_modalities**: string[]
**model_arn**: string
**model_id**: string
**model_lifecycle_status**: string
**model_name**: string
**model_provider_name**: string
**output_modalities**: string[]
**response_streaming_supported**: boolean
}
class aws_resource {
**arn**: string
}
class resource {
**age**: duration
**atime**: datetime
**ctime**: datetime
**id**: string
**kind**: string
**last_access**: duration
**last_update**: duration
**mtime**: datetime
**name**: string
**tags**: dictionary[string, string]
}
ai_resource <|--- ai_model
resource <|--- ai_resource
ai_model <|--- aws_bedrock_foundation_model
aws_resource <|--- aws_bedrock_foundation_model
resource <|--- aws_resource

@enduml