Class: DatadogAPIClient::V2::LLMObsBedrockMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LLMObsBedrockMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/llm_obs_bedrock_metadata.rb
Overview
Amazon Bedrock-specific metadata for an inference request.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#region ⇒ Object
The AWS region for the Bedrock request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/llm_obs_bedrock_metadata.rb', line 27 def additional_properties @additional_properties end |
#region ⇒ Object
The AWS region for the Bedrock request.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/llm_obs_bedrock_metadata.rb', line 25 def region @region end |