Skip to content

Commit

Permalink
chore: update model
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Dec 4, 2024
1 parent c83f0a5 commit dadce25
Show file tree
Hide file tree
Showing 207 changed files with 3,250 additions and 794 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ class aws_bedrock_agent {
}
class aws_bedrock_agent_knowledge_base {
}
class aws_bedrock_agent_version {
}
class aws_bedrock_foundation_model {
Expand All @@ -107,17 +104,12 @@ class aws_kms_key {
}
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_knowledge_base
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_version
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_guardrail
aws_bedrock_agent -[#1A83AF]-> aws_kms_key
aws_bedrock_agent_version -[#1A83AF]-> aws_bedrock_guardrail
aws_bedrock_agent_version -[#1A83AF]-> aws_kms_key
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent
aws_bedrock_foundation_model -[#1A83AF]-> aws_bedrock_agent_version
aws_bedrock_guardrail -[#1A83AF]-> aws_kms_key
aws_iam_role -[#1A83AF]-> aws_bedrock_agent
aws_iam_role -[#1A83AF]-> aws_bedrock_agent_knowledge_base
aws_iam_role -[#1A83AF]-> aws_bedrock_agent_version
@enduml
```
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ skinparam stereotypeCBackgroundColor #e98df7
skinparam stereotypeIBackgroundColor #e98df7
class ai_job {
**ai_job_status**: a_i_job_status
}
class ai_resource {
Expand Down Expand Up @@ -185,7 +185,6 @@ class aws_bedrock_evaluation_job {
**last_modified_time**: datetime
**output_data_config**: string
**role_arn**: string
**status**: string
}
class aws_bedrock_evaluation_model_config {
**bedrock_model**: aws_bedrock_evaluation_bedrock_model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ skinparam stereotypeIBackgroundColor #e98df7
class aws_bedrock_agent {
}
class aws_bedrock_agent_version {
}
class aws_bedrock_custom_model {
Expand All @@ -112,11 +109,9 @@ class aws_bedrock_model_customization_job {
class aws_bedrock_provisioned_model_throughput {
}
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_version
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_agent_version
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,15 @@ skinparam stereotypeIBackgroundColor #e98df7
class aws_bedrock_agent {
}
class aws_bedrock_agent_version {
}
class aws_bedrock_guardrail {
}
class aws_kms_key {
}
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_agent_version
aws_bedrock_agent -[#1A83AF]-> aws_bedrock_guardrail
aws_bedrock_agent -[#1A83AF]-> aws_kms_key
aws_bedrock_agent_version -[#1A83AF]-> aws_bedrock_guardrail
aws_bedrock_agent_version -[#1A83AF]-> aws_kms_key
aws_bedrock_guardrail -[#1A83AF]-> aws_kms_key
@enduml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ skinparam stereotypeCBackgroundColor #e98df7
skinparam stereotypeIBackgroundColor #e98df7
class ai_job {
**ai_job_status**: a_i_job_status
}
class ai_resource {
Expand All @@ -183,7 +183,6 @@ class aws_bedrock_model_customization_job {
**output_model_kms_key_arn**: string
**output_model_name**: string
**role_arn**: string
**status**: string
**training_data_config**: string
**training_metrics**: double
**validation_data_config**: aws_bedrock_validation_data_config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class resource {
**tags**: dictionary[string, string]
}
class serverless_function {
**memory_size**: int64
}
aws_cloudfront_function --> aws_cloudfront_function_config
aws_resource <|--- aws_cloudfront_function
Expand Down
Loading

0 comments on commit dadce25

Please sign in to comment.