Skip to content

chore: update documentation #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions docs/resources/aws/bedrock-agent/aws_bedrock_agent.mdx
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
223 changes: 0 additions & 223 deletions docs/resources/aws/bedrock-agent/aws_bedrock_agent_version.mdx

This file was deleted.

3 changes: 1 addition & 2 deletions docs/resources/aws/bedrock/aws_bedrock_evaluation_job.mdx
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
5 changes: 0 additions & 5 deletions docs/resources/aws/bedrock/aws_bedrock_foundation_model.mdx
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
6 changes: 0 additions & 6 deletions docs/resources/aws/bedrock/aws_bedrock_guardrail.mdx
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
Loading