aws-sdk-bedrockagentcore 1.40.0 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcore/client.rb +12 -5
- data/lib/aws-sdk-bedrockagentcore/client_api.rb +14 -1
- data/lib/aws-sdk-bedrockagentcore/types.rb +48 -16
- data/lib/aws-sdk-bedrockagentcore.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/types.rbs +11 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 044ec81afe6730941e647120f5a6738a075bcabfbf8653cd11b06a5584e6283c
|
|
4
|
+
data.tar.gz: 8ac07b9552d67a47b2f22fc525ba1fdcde89aafb2a3d3fbad5d6213a1fdebb0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 932bcbcf525d9a97a097bed90c143f5a3f448e230e4494c70d1d9314178b0b77fcd9d3f462ca020aa9bd98f663ca58396138e45dbbcbb0745609df63f35cdbbc
|
|
7
|
+
data.tar.gz: 9de3cc48449b0bc9c031f066bd743217860fc82854b9d88b5a47fc6f9060a3a5b9dd465264b6b854492e07831c7314e5fe3f7217c9f17e85fe08021581048349
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.41.0 (2026-06-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AgentCore Harness service will be Generally Available at NYS 2026 with this Treb release. Harness will support invoking specific endpoints via the qualifier parameter, AWS Skills for pre-built agent capabilities, and improved validation for skill git source URLs.
|
|
8
|
+
|
|
4
9
|
1.40.0 (2026-06-12)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
|
@@ -1683,8 +1683,8 @@ module Aws::BedrockAgentCore
|
|
|
1683
1683
|
# resp.data_source_config.cloud_watch_logs.filter_config.time_range.start_time #=> Time
|
|
1684
1684
|
# resp.data_source_config.cloud_watch_logs.filter_config.time_range.end_time #=> Time
|
|
1685
1685
|
# resp.data_source_config.online_evaluation_config_source.online_evaluation_config_arn #=> String
|
|
1686
|
-
# resp.data_source_config.online_evaluation_config_source.
|
|
1687
|
-
# resp.data_source_config.online_evaluation_config_source.
|
|
1686
|
+
# resp.data_source_config.online_evaluation_config_source.time_range.start_time #=> Time
|
|
1687
|
+
# resp.data_source_config.online_evaluation_config_source.time_range.end_time #=> Time
|
|
1688
1688
|
# resp.output_config.cloud_watch_config.log_group_name #=> String
|
|
1689
1689
|
# resp.output_config.cloud_watch_config.log_stream_name #=> String
|
|
1690
1690
|
# resp.evaluation_results.number_of_sessions_completed #=> Integer
|
|
@@ -1722,7 +1722,7 @@ module Aws::BedrockAgentCore
|
|
|
1722
1722
|
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].span_id #=> String
|
|
1723
1723
|
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].trace_id #=> String
|
|
1724
1724
|
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].signals #=> Array
|
|
1725
|
-
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].signals[0].category #=> String, one of "execution-error-category-authentication", "execution-error-category-resource-not-found", "execution-error-category-service-errors", "execution-error-category-rate-limiting", "execution-error-category-formatting", "execution-error-category-timeout", "execution-error-category-resource-exhaustion", "execution-error-category-environment", "execution-error-category-tool-schema", "task-instruction-category-non-compliance", "task-instruction-category-problem-id", "incorrect-actions-category-tool-selection", "incorrect-actions-category-poor-information-retrieval", "incorrect-actions-category-clarification", "incorrect-actions-category-inappropriate-info-request", "context-handling-error-category-context-handling-failures", "hallucination-category-hall-capabilities", "hallucination-category-hall-misunderstand", "hallucination-category-hall-usage", "hallucination-category-hall-history", "hallucination-category-hall-params", "hallucination-category-fabricate-tool-outputs", "repetitive-behavior-category-repetition-tool", "repetitive-behavior-category-repetition-info", "repetitive-behavior-category-step-repetition", "orchestration-related-errors-category-reasoning-mismatch", "orchestration-related-errors-category-goal-deviation", "orchestration-related-errors-category-premature-termination", "orchestration-related-errors-category-unaware-termination", "llm-output-category-nonsensical", "configuration-mismatch-category-tool-definition", "coding-use-case-specific-failure-types-category-edge-case-oversights", "coding-use-case-specific-failure-types-category-dependency-issues"
|
|
1725
|
+
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].signals[0].category #=> String, one of "execution-error-category-authentication", "execution-error-category-resource-not-found", "execution-error-category-service-errors", "execution-error-category-rate-limiting", "execution-error-category-formatting", "execution-error-category-timeout", "execution-error-category-resource-exhaustion", "execution-error-category-environment", "execution-error-category-tool-schema", "task-instruction-category-non-compliance", "task-instruction-category-problem-id", "incorrect-actions-category-tool-selection", "incorrect-actions-category-poor-information-retrieval", "incorrect-actions-category-clarification", "incorrect-actions-category-inappropriate-info-request", "context-handling-error-category-context-handling-failures", "hallucination-category-hall-capabilities", "hallucination-category-hall-misunderstand", "hallucination-category-hall-usage", "hallucination-category-hall-history", "hallucination-category-hall-params", "hallucination-category-fabricate-tool-outputs", "repetitive-behavior-category-repetition-tool", "repetitive-behavior-category-repetition-info", "repetitive-behavior-category-step-repetition", "orchestration-related-errors-category-reasoning-mismatch", "orchestration-related-errors-category-goal-deviation", "orchestration-related-errors-category-premature-termination", "orchestration-related-errors-category-unaware-termination", "llm-output-category-nonsensical", "configuration-mismatch-category-tool-definition", "coding-use-case-specific-failure-types-category-edge-case-oversights", "coding-use-case-specific-failure-types-category-dependency-issues", "other"
|
|
1726
1726
|
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].signals[0].evidence #=> String
|
|
1727
1727
|
# resp.failure_analysis_result.failures[0].sub_categories[0].root_causes[0].affected_sessions[0].failure_spans[0].signals[0].confidence #=> Float
|
|
1728
1728
|
# resp.user_intent_result.user_intents #=> Array
|
|
@@ -3497,6 +3497,9 @@ module Aws::BedrockAgentCore
|
|
|
3497
3497
|
# @option params [required, String] :harness_arn
|
|
3498
3498
|
# The ARN of the harness to invoke.
|
|
3499
3499
|
#
|
|
3500
|
+
# @option params [String] :qualifier
|
|
3501
|
+
# The endpoint name to invoke. If omitted, the DEFAULT endpoint is used.
|
|
3502
|
+
#
|
|
3500
3503
|
# @option params [required, String] :runtime_session_id
|
|
3501
3504
|
# The session ID for the invocation. Use the same session ID across
|
|
3502
3505
|
# requests to continue a conversation.
|
|
@@ -3713,6 +3716,7 @@ module Aws::BedrockAgentCore
|
|
|
3713
3716
|
#
|
|
3714
3717
|
# resp = client.invoke_harness({
|
|
3715
3718
|
# harness_arn: "HarnessArn", # required
|
|
3719
|
+
# qualifier: "HarnessEndpointName",
|
|
3716
3720
|
# runtime_session_id: "InvokeHarnessRequestRuntimeSessionIdString", # required
|
|
3717
3721
|
# runtime_user_id: "String",
|
|
3718
3722
|
# messages: [ # required
|
|
@@ -3853,6 +3857,9 @@ module Aws::BedrockAgentCore
|
|
|
3853
3857
|
# username: "String",
|
|
3854
3858
|
# },
|
|
3855
3859
|
# },
|
|
3860
|
+
# aws_skills: {
|
|
3861
|
+
# paths: ["HarnessAwsSkillPath"],
|
|
3862
|
+
# },
|
|
3856
3863
|
# },
|
|
3857
3864
|
# ],
|
|
3858
3865
|
# allowed_tools: ["HarnessAllowedTool"],
|
|
@@ -5202,7 +5209,7 @@ module Aws::BedrockAgentCore
|
|
|
5202
5209
|
# },
|
|
5203
5210
|
# online_evaluation_config_source: {
|
|
5204
5211
|
# online_evaluation_config_arn: "OnlineEvaluationConfigArn", # required
|
|
5205
|
-
#
|
|
5212
|
+
# time_range: {
|
|
5206
5213
|
# start_time: Time.now,
|
|
5207
5214
|
# end_time: Time.now,
|
|
5208
5215
|
# },
|
|
@@ -6233,7 +6240,7 @@ module Aws::BedrockAgentCore
|
|
|
6233
6240
|
tracer: tracer
|
|
6234
6241
|
)
|
|
6235
6242
|
context[:gem_name] = 'aws-sdk-bedrockagentcore'
|
|
6236
|
-
context[:gem_version] = '1.
|
|
6243
|
+
context[:gem_version] = '1.41.0'
|
|
6237
6244
|
Seahorse::Client::Request.new(handlers, context)
|
|
6238
6245
|
end
|
|
6239
6246
|
|
|
@@ -286,6 +286,8 @@ module Aws::BedrockAgentCore
|
|
|
286
286
|
HarnessAllowedTool = Shapes::StringShape.new(name: 'HarnessAllowedTool')
|
|
287
287
|
HarnessAllowedTools = Shapes::ListShape.new(name: 'HarnessAllowedTools')
|
|
288
288
|
HarnessArn = Shapes::StringShape.new(name: 'HarnessArn')
|
|
289
|
+
HarnessAwsSkillPath = Shapes::StringShape.new(name: 'HarnessAwsSkillPath')
|
|
290
|
+
HarnessAwsSkillPaths = Shapes::ListShape.new(name: 'HarnessAwsSkillPaths')
|
|
289
291
|
HarnessBedrockApiFormat = Shapes::StringShape.new(name: 'HarnessBedrockApiFormat')
|
|
290
292
|
HarnessBedrockModelConfig = Shapes::StructureShape.new(name: 'HarnessBedrockModelConfig')
|
|
291
293
|
HarnessBrowserArn = Shapes::StringShape.new(name: 'HarnessBrowserArn')
|
|
@@ -298,6 +300,7 @@ module Aws::BedrockAgentCore
|
|
|
298
300
|
HarnessContentBlockStopEvent = Shapes::StructureShape.new(name: 'HarnessContentBlockStopEvent')
|
|
299
301
|
HarnessContentBlocks = Shapes::ListShape.new(name: 'HarnessContentBlocks')
|
|
300
302
|
HarnessConversationRole = Shapes::StringShape.new(name: 'HarnessConversationRole')
|
|
303
|
+
HarnessEndpointName = Shapes::StringShape.new(name: 'HarnessEndpointName')
|
|
301
304
|
HarnessGatewayOutboundAuth = Shapes::UnionShape.new(name: 'HarnessGatewayOutboundAuth')
|
|
302
305
|
HarnessGeminiModelConfig = Shapes::StructureShape.new(name: 'HarnessGeminiModelConfig')
|
|
303
306
|
HarnessInlineFunctionConfig = Shapes::StructureShape.new(name: 'HarnessInlineFunctionConfig')
|
|
@@ -318,6 +321,7 @@ module Aws::BedrockAgentCore
|
|
|
318
321
|
HarnessRemoteMcpConfig = Shapes::StructureShape.new(name: 'HarnessRemoteMcpConfig')
|
|
319
322
|
HarnessRemoteMcpUrl = Shapes::StringShape.new(name: 'HarnessRemoteMcpUrl')
|
|
320
323
|
HarnessSkill = Shapes::UnionShape.new(name: 'HarnessSkill')
|
|
324
|
+
HarnessSkillAwsSkillsSource = Shapes::StructureShape.new(name: 'HarnessSkillAwsSkillsSource')
|
|
321
325
|
HarnessSkillGitAuth = Shapes::StructureShape.new(name: 'HarnessSkillGitAuth')
|
|
322
326
|
HarnessSkillGitSource = Shapes::StructureShape.new(name: 'HarnessSkillGitSource')
|
|
323
327
|
HarnessSkillGitUrl = Shapes::StringShape.new(name: 'HarnessSkillGitUrl')
|
|
@@ -1733,6 +1737,8 @@ module Aws::BedrockAgentCore
|
|
|
1733
1737
|
|
|
1734
1738
|
HarnessAllowedTools.member = Shapes::ShapeRef.new(shape: HarnessAllowedTool)
|
|
1735
1739
|
|
|
1740
|
+
HarnessAwsSkillPaths.member = Shapes::ShapeRef.new(shape: HarnessAwsSkillPath)
|
|
1741
|
+
|
|
1736
1742
|
HarnessBedrockModelConfig.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelId, required: true, location_name: "modelId"))
|
|
1737
1743
|
HarnessBedrockModelConfig.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaxTokens, location_name: "maxTokens"))
|
|
1738
1744
|
HarnessBedrockModelConfig.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
|
@@ -1883,13 +1889,18 @@ module Aws::BedrockAgentCore
|
|
|
1883
1889
|
HarnessSkill.add_member(:path, Shapes::ShapeRef.new(shape: HarnessSkillPath, location_name: "path"))
|
|
1884
1890
|
HarnessSkill.add_member(:s3, Shapes::ShapeRef.new(shape: HarnessSkillS3Source, location_name: "s3"))
|
|
1885
1891
|
HarnessSkill.add_member(:git, Shapes::ShapeRef.new(shape: HarnessSkillGitSource, location_name: "git"))
|
|
1892
|
+
HarnessSkill.add_member(:aws_skills, Shapes::ShapeRef.new(shape: HarnessSkillAwsSkillsSource, location_name: "awsSkills"))
|
|
1886
1893
|
HarnessSkill.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1887
1894
|
HarnessSkill.add_member_subclass(:path, Types::HarnessSkill::Path)
|
|
1888
1895
|
HarnessSkill.add_member_subclass(:s3, Types::HarnessSkill::S3)
|
|
1889
1896
|
HarnessSkill.add_member_subclass(:git, Types::HarnessSkill::Git)
|
|
1897
|
+
HarnessSkill.add_member_subclass(:aws_skills, Types::HarnessSkill::AwsSkills)
|
|
1890
1898
|
HarnessSkill.add_member_subclass(:unknown, Types::HarnessSkill::Unknown)
|
|
1891
1899
|
HarnessSkill.struct_class = Types::HarnessSkill
|
|
1892
1900
|
|
|
1901
|
+
HarnessSkillAwsSkillsSource.add_member(:paths, Shapes::ShapeRef.new(shape: HarnessAwsSkillPaths, location_name: "paths"))
|
|
1902
|
+
HarnessSkillAwsSkillsSource.struct_class = Types::HarnessSkillAwsSkillsSource
|
|
1903
|
+
|
|
1893
1904
|
HarnessSkillGitAuth.add_member(:credential_arn, Shapes::ShapeRef.new(shape: ApiKeyArn, required: true, location_name: "credentialArn"))
|
|
1894
1905
|
HarnessSkillGitAuth.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "username"))
|
|
1895
1906
|
HarnessSkillGitAuth.struct_class = Types::HarnessSkillGitAuth
|
|
@@ -2123,6 +2134,7 @@ module Aws::BedrockAgentCore
|
|
|
2123
2134
|
InvokeCodeInterpreterResponse[:payload_member] = InvokeCodeInterpreterResponse.member(:stream)
|
|
2124
2135
|
|
|
2125
2136
|
InvokeHarnessRequest.add_member(:harness_arn, Shapes::ShapeRef.new(shape: HarnessArn, required: true, location: "querystring", location_name: "harnessArn"))
|
|
2137
|
+
InvokeHarnessRequest.add_member(:qualifier, Shapes::ShapeRef.new(shape: HarnessEndpointName, location: "querystring", location_name: "qualifier"))
|
|
2126
2138
|
InvokeHarnessRequest.add_member(:runtime_session_id, Shapes::ShapeRef.new(shape: InvokeHarnessRequestRuntimeSessionIdString, required: true, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id"))
|
|
2127
2139
|
InvokeHarnessRequest.add_member(:runtime_user_id, Shapes::ShapeRef.new(shape: String, location: "header", location_name: "X-Amzn-Bedrock-AgentCore-Runtime-User-Id"))
|
|
2128
2140
|
InvokeHarnessRequest.add_member(:messages, Shapes::ShapeRef.new(shape: HarnessMessages, required: true, location_name: "messages"))
|
|
@@ -2520,7 +2532,7 @@ module Aws::BedrockAgentCore
|
|
|
2520
2532
|
OAuthScopes.member = Shapes::ShapeRef.new(shape: OAuthScope)
|
|
2521
2533
|
|
|
2522
2534
|
OnlineEvaluationConfigSource.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
|
|
2523
|
-
OnlineEvaluationConfigSource.add_member(:
|
|
2535
|
+
OnlineEvaluationConfigSource.add_member(:time_range, Shapes::ShapeRef.new(shape: SessionFilterConfig, location_name: "timeRange"))
|
|
2524
2536
|
OnlineEvaluationConfigSource.struct_class = Types::OnlineEvaluationConfigSource
|
|
2525
2537
|
|
|
2526
2538
|
OutputConfig.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, location_name: "cloudWatchConfig"))
|
|
@@ -3813,6 +3825,7 @@ module Aws::BedrockAgentCore
|
|
|
3813
3825
|
o.http_request_uri = "/harnesses/invoke"
|
|
3814
3826
|
o.input = Shapes::ShapeRef.new(shape: InvokeHarnessRequest)
|
|
3815
3827
|
o.output = Shapes::ShapeRef.new(shape: InvokeHarnessResponse)
|
|
3828
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3816
3829
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3817
3830
|
o.errors << Shapes::ShapeRef.new(shape: RuntimeClientError)
|
|
3818
3831
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
@@ -2582,7 +2582,7 @@ module Aws::BedrockAgentCore
|
|
|
2582
2582
|
class Unknown < EvaluationTarget; end
|
|
2583
2583
|
end
|
|
2584
2584
|
|
|
2585
|
-
# An evaluator to run against sessions
|
|
2585
|
+
# An evaluator to run against sessions during batch evaluation.
|
|
2586
2586
|
#
|
|
2587
2587
|
# @!attribute [rw] evaluator_id
|
|
2588
2588
|
# The unique identifier of the evaluator. Can reference built-in
|
|
@@ -2799,7 +2799,8 @@ module Aws::BedrockAgentCore
|
|
|
2799
2799
|
include Aws::Structure
|
|
2800
2800
|
end
|
|
2801
2801
|
|
|
2802
|
-
#
|
|
2802
|
+
# The execution summary clustering result containing grouped execution
|
|
2803
|
+
# patterns identified across evaluated sessions.
|
|
2803
2804
|
#
|
|
2804
2805
|
# @!attribute [rw] execution_summaries
|
|
2805
2806
|
# The list of execution summary clusters identified across analyzed
|
|
@@ -2966,7 +2967,8 @@ module Aws::BedrockAgentCore
|
|
|
2966
2967
|
include Aws::Structure
|
|
2967
2968
|
end
|
|
2968
2969
|
|
|
2969
|
-
#
|
|
2970
|
+
# The failure analysis clustering result containing categorized failure
|
|
2971
|
+
# clusters with root causes and remediation recommendations.
|
|
2970
2972
|
#
|
|
2971
2973
|
# @!attribute [rw] failures
|
|
2972
2974
|
# The list of failure category clusters identified across analyzed
|
|
@@ -3366,15 +3368,18 @@ module Aws::BedrockAgentCore
|
|
|
3366
3368
|
# @return [Types::EvaluationJobResults]
|
|
3367
3369
|
#
|
|
3368
3370
|
# @!attribute [rw] failure_analysis_result
|
|
3369
|
-
#
|
|
3371
|
+
# The failure analysis results from insights, containing categorized
|
|
3372
|
+
# failure clusters with root causes and recommendations.
|
|
3370
3373
|
# @return [Types::FailureAnalysisResultContent]
|
|
3371
3374
|
#
|
|
3372
3375
|
# @!attribute [rw] user_intent_result
|
|
3373
|
-
#
|
|
3376
|
+
# The user intent clustering results from insights, containing grouped
|
|
3377
|
+
# user intents across evaluated sessions.
|
|
3374
3378
|
# @return [Types::UserIntentClusteringResultContent]
|
|
3375
3379
|
#
|
|
3376
3380
|
# @!attribute [rw] execution_summary_result
|
|
3377
|
-
#
|
|
3381
|
+
# The execution summary clustering results from insights, containing
|
|
3382
|
+
# grouped execution patterns across evaluated sessions.
|
|
3378
3383
|
# @return [Types::ExecutionSummaryClusteringResultContent]
|
|
3379
3384
|
#
|
|
3380
3385
|
# @!attribute [rw] error_details
|
|
@@ -4877,12 +4882,17 @@ module Aws::BedrockAgentCore
|
|
|
4877
4882
|
# A git repository containing the skill.
|
|
4878
4883
|
# @return [Types::HarnessSkillGitSource]
|
|
4879
4884
|
#
|
|
4885
|
+
# @!attribute [rw] aws_skills
|
|
4886
|
+
# AWS Skills baked into the Harness's underlying Runtime.
|
|
4887
|
+
# @return [Types::HarnessSkillAwsSkillsSource]
|
|
4888
|
+
#
|
|
4880
4889
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/HarnessSkill AWS API Documentation
|
|
4881
4890
|
#
|
|
4882
4891
|
class HarnessSkill < Struct.new(
|
|
4883
4892
|
:path,
|
|
4884
4893
|
:s3,
|
|
4885
4894
|
:git,
|
|
4895
|
+
:aws_skills,
|
|
4886
4896
|
:unknown)
|
|
4887
4897
|
SENSITIVE = []
|
|
4888
4898
|
include Aws::Structure
|
|
@@ -4891,9 +4901,25 @@ module Aws::BedrockAgentCore
|
|
|
4891
4901
|
class Path < HarnessSkill; end
|
|
4892
4902
|
class S3 < HarnessSkill; end
|
|
4893
4903
|
class Git < HarnessSkill; end
|
|
4904
|
+
class AwsSkills < HarnessSkill; end
|
|
4894
4905
|
class Unknown < HarnessSkill; end
|
|
4895
4906
|
end
|
|
4896
4907
|
|
|
4908
|
+
# Passed to show that AWS Skills should be included.
|
|
4909
|
+
#
|
|
4910
|
+
# @!attribute [rw] paths
|
|
4911
|
+
# Optionally filter allowed skills with glob syntax, e.g.,
|
|
4912
|
+
# \['core-skills/*'\].
|
|
4913
|
+
# @return [Array<String>]
|
|
4914
|
+
#
|
|
4915
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/HarnessSkillAwsSkillsSource AWS API Documentation
|
|
4916
|
+
#
|
|
4917
|
+
class HarnessSkillAwsSkillsSource < Struct.new(
|
|
4918
|
+
:paths)
|
|
4919
|
+
SENSITIVE = []
|
|
4920
|
+
include Aws::Structure
|
|
4921
|
+
end
|
|
4922
|
+
|
|
4897
4923
|
# Authentication configuration for accessing a private git repository.
|
|
4898
4924
|
#
|
|
4899
4925
|
# @!attribute [rw] credential_arn
|
|
@@ -5323,12 +5349,13 @@ module Aws::BedrockAgentCore
|
|
|
5323
5349
|
include Aws::Structure
|
|
5324
5350
|
end
|
|
5325
5351
|
|
|
5326
|
-
# A reference to an insight analysis to run against sessions
|
|
5352
|
+
# A reference to an insight analysis to run against sessions during
|
|
5353
|
+
# batch evaluation. Insights provide deeper analysis beyond individual
|
|
5354
|
+
# evaluator scores, including failure detection, user intent clustering,
|
|
5355
|
+
# and execution summarization.
|
|
5327
5356
|
#
|
|
5328
5357
|
# @!attribute [rw] insight_id
|
|
5329
|
-
#
|
|
5330
|
-
# convention. Used by BatchEvaluate, InternalEvaluate, and
|
|
5331
|
-
# ServiceEngineEvaluate flows.
|
|
5358
|
+
# The unique identifier of the insight to run.
|
|
5332
5359
|
# @return [String]
|
|
5333
5360
|
#
|
|
5334
5361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/Insight AWS API Documentation
|
|
@@ -5342,9 +5369,7 @@ module Aws::BedrockAgentCore
|
|
|
5342
5369
|
# A signal indicating a detected failure within a span.
|
|
5343
5370
|
#
|
|
5344
5371
|
# @!attribute [rw] category
|
|
5345
|
-
#
|
|
5346
|
-
# stay in sync with the category registry in AgentCoreLens
|
|
5347
|
-
# (amzn\_agentcore\_lens.config.failure\_detection.FAILURE\_CATEGORIES).
|
|
5372
|
+
# The failure category classification for this signal.
|
|
5348
5373
|
# @return [String]
|
|
5349
5374
|
#
|
|
5350
5375
|
# @!attribute [rw] evidence
|
|
@@ -5834,6 +5859,11 @@ module Aws::BedrockAgentCore
|
|
|
5834
5859
|
# The ARN of the harness to invoke.
|
|
5835
5860
|
# @return [String]
|
|
5836
5861
|
#
|
|
5862
|
+
# @!attribute [rw] qualifier
|
|
5863
|
+
# The endpoint name to invoke. If omitted, the DEFAULT endpoint is
|
|
5864
|
+
# used.
|
|
5865
|
+
# @return [String]
|
|
5866
|
+
#
|
|
5837
5867
|
# @!attribute [rw] runtime_session_id
|
|
5838
5868
|
# The session ID for the invocation. Use the same session ID across
|
|
5839
5869
|
# requests to continue a conversation.
|
|
@@ -5897,6 +5927,7 @@ module Aws::BedrockAgentCore
|
|
|
5897
5927
|
#
|
|
5898
5928
|
class InvokeHarnessRequest < Struct.new(
|
|
5899
5929
|
:harness_arn,
|
|
5930
|
+
:qualifier,
|
|
5900
5931
|
:runtime_session_id,
|
|
5901
5932
|
:runtime_user_id,
|
|
5902
5933
|
:messages,
|
|
@@ -7533,7 +7564,7 @@ module Aws::BedrockAgentCore
|
|
|
7533
7564
|
# configuration to use as the session source.
|
|
7534
7565
|
# @return [String]
|
|
7535
7566
|
#
|
|
7536
|
-
# @!attribute [rw]
|
|
7567
|
+
# @!attribute [rw] time_range
|
|
7537
7568
|
# Optional session filter configuration to narrow down which sessions
|
|
7538
7569
|
# from the online evaluation configuration to include.
|
|
7539
7570
|
# @return [Types::SessionFilterConfig]
|
|
@@ -7542,7 +7573,7 @@ module Aws::BedrockAgentCore
|
|
|
7542
7573
|
#
|
|
7543
7574
|
class OnlineEvaluationConfigSource < Struct.new(
|
|
7544
7575
|
:online_evaluation_config_arn,
|
|
7545
|
-
:
|
|
7576
|
+
:time_range)
|
|
7546
7577
|
SENSITIVE = []
|
|
7547
7578
|
include Aws::Structure
|
|
7548
7579
|
end
|
|
@@ -10652,7 +10683,8 @@ module Aws::BedrockAgentCore
|
|
|
10652
10683
|
include Aws::Structure
|
|
10653
10684
|
end
|
|
10654
10685
|
|
|
10655
|
-
#
|
|
10686
|
+
# The user intent clustering result containing grouped user intents
|
|
10687
|
+
# identified across evaluated sessions.
|
|
10656
10688
|
#
|
|
10657
10689
|
# @!attribute [rw] user_intents
|
|
10658
10690
|
# The list of user intent clusters identified across analyzed
|
data/sig/client.rbs
CHANGED
|
@@ -892,6 +892,7 @@ module Aws
|
|
|
892
892
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCore/Client.html#invoke_harness-instance_method
|
|
893
893
|
def invoke_harness: (
|
|
894
894
|
harness_arn: ::String,
|
|
895
|
+
?qualifier: ::String,
|
|
895
896
|
runtime_session_id: ::String,
|
|
896
897
|
?runtime_user_id: ::String,
|
|
897
898
|
messages: Array[
|
|
@@ -1027,6 +1028,9 @@ module Aws
|
|
|
1027
1028
|
credential_arn: ::String,
|
|
1028
1029
|
username: ::String?
|
|
1029
1030
|
}?
|
|
1031
|
+
}?,
|
|
1032
|
+
aws_skills: {
|
|
1033
|
+
paths: Array[::String]?
|
|
1030
1034
|
}?
|
|
1031
1035
|
}
|
|
1032
1036
|
],
|
|
@@ -1364,7 +1368,7 @@ module Aws
|
|
|
1364
1368
|
}?,
|
|
1365
1369
|
online_evaluation_config_source: {
|
|
1366
1370
|
online_evaluation_config_arn: ::String,
|
|
1367
|
-
|
|
1371
|
+
time_range: {
|
|
1368
1372
|
start_time: ::Time?,
|
|
1369
1373
|
end_time: ::Time?
|
|
1370
1374
|
}?
|
data/sig/types.rbs
CHANGED
|
@@ -1497,6 +1497,7 @@ module Aws::BedrockAgentCore
|
|
|
1497
1497
|
attr_accessor path: ::String
|
|
1498
1498
|
attr_accessor s3: Types::HarnessSkillS3Source
|
|
1499
1499
|
attr_accessor git: Types::HarnessSkillGitSource
|
|
1500
|
+
attr_accessor aws_skills: Types::HarnessSkillAwsSkillsSource
|
|
1500
1501
|
attr_accessor unknown: untyped
|
|
1501
1502
|
SENSITIVE: []
|
|
1502
1503
|
|
|
@@ -1506,10 +1507,17 @@ module Aws::BedrockAgentCore
|
|
|
1506
1507
|
end
|
|
1507
1508
|
class Git < HarnessSkill
|
|
1508
1509
|
end
|
|
1510
|
+
class AwsSkills < HarnessSkill
|
|
1511
|
+
end
|
|
1509
1512
|
class Unknown < HarnessSkill
|
|
1510
1513
|
end
|
|
1511
1514
|
end
|
|
1512
1515
|
|
|
1516
|
+
class HarnessSkillAwsSkillsSource
|
|
1517
|
+
attr_accessor paths: ::Array[::String]
|
|
1518
|
+
SENSITIVE: []
|
|
1519
|
+
end
|
|
1520
|
+
|
|
1513
1521
|
class HarnessSkillGitAuth
|
|
1514
1522
|
attr_accessor credential_arn: ::String
|
|
1515
1523
|
attr_accessor username: ::String
|
|
@@ -1667,7 +1675,7 @@ module Aws::BedrockAgentCore
|
|
|
1667
1675
|
end
|
|
1668
1676
|
|
|
1669
1677
|
class InsightsFailureSignal
|
|
1670
|
-
attr_accessor category: ("execution-error-category-authentication" | "execution-error-category-resource-not-found" | "execution-error-category-service-errors" | "execution-error-category-rate-limiting" | "execution-error-category-formatting" | "execution-error-category-timeout" | "execution-error-category-resource-exhaustion" | "execution-error-category-environment" | "execution-error-category-tool-schema" | "task-instruction-category-non-compliance" | "task-instruction-category-problem-id" | "incorrect-actions-category-tool-selection" | "incorrect-actions-category-poor-information-retrieval" | "incorrect-actions-category-clarification" | "incorrect-actions-category-inappropriate-info-request" | "context-handling-error-category-context-handling-failures" | "hallucination-category-hall-capabilities" | "hallucination-category-hall-misunderstand" | "hallucination-category-hall-usage" | "hallucination-category-hall-history" | "hallucination-category-hall-params" | "hallucination-category-fabricate-tool-outputs" | "repetitive-behavior-category-repetition-tool" | "repetitive-behavior-category-repetition-info" | "repetitive-behavior-category-step-repetition" | "orchestration-related-errors-category-reasoning-mismatch" | "orchestration-related-errors-category-goal-deviation" | "orchestration-related-errors-category-premature-termination" | "orchestration-related-errors-category-unaware-termination" | "llm-output-category-nonsensical" | "configuration-mismatch-category-tool-definition" | "coding-use-case-specific-failure-types-category-edge-case-oversights" | "coding-use-case-specific-failure-types-category-dependency-issues")
|
|
1678
|
+
attr_accessor category: ("execution-error-category-authentication" | "execution-error-category-resource-not-found" | "execution-error-category-service-errors" | "execution-error-category-rate-limiting" | "execution-error-category-formatting" | "execution-error-category-timeout" | "execution-error-category-resource-exhaustion" | "execution-error-category-environment" | "execution-error-category-tool-schema" | "task-instruction-category-non-compliance" | "task-instruction-category-problem-id" | "incorrect-actions-category-tool-selection" | "incorrect-actions-category-poor-information-retrieval" | "incorrect-actions-category-clarification" | "incorrect-actions-category-inappropriate-info-request" | "context-handling-error-category-context-handling-failures" | "hallucination-category-hall-capabilities" | "hallucination-category-hall-misunderstand" | "hallucination-category-hall-usage" | "hallucination-category-hall-history" | "hallucination-category-hall-params" | "hallucination-category-fabricate-tool-outputs" | "repetitive-behavior-category-repetition-tool" | "repetitive-behavior-category-repetition-info" | "repetitive-behavior-category-step-repetition" | "orchestration-related-errors-category-reasoning-mismatch" | "orchestration-related-errors-category-goal-deviation" | "orchestration-related-errors-category-premature-termination" | "orchestration-related-errors-category-unaware-termination" | "llm-output-category-nonsensical" | "configuration-mismatch-category-tool-definition" | "coding-use-case-specific-failure-types-category-edge-case-oversights" | "coding-use-case-specific-failure-types-category-dependency-issues" | "other")
|
|
1671
1679
|
attr_accessor evidence: ::String
|
|
1672
1680
|
attr_accessor confidence: ::Float
|
|
1673
1681
|
SENSITIVE: []
|
|
@@ -1780,6 +1788,7 @@ module Aws::BedrockAgentCore
|
|
|
1780
1788
|
|
|
1781
1789
|
class InvokeHarnessRequest
|
|
1782
1790
|
attr_accessor harness_arn: ::String
|
|
1791
|
+
attr_accessor qualifier: ::String
|
|
1783
1792
|
attr_accessor runtime_session_id: ::String
|
|
1784
1793
|
attr_accessor runtime_user_id: ::String
|
|
1785
1794
|
attr_accessor messages: ::Array[Types::HarnessMessage]
|
|
@@ -2293,7 +2302,7 @@ module Aws::BedrockAgentCore
|
|
|
2293
2302
|
|
|
2294
2303
|
class OnlineEvaluationConfigSource
|
|
2295
2304
|
attr_accessor online_evaluation_config_arn: ::String
|
|
2296
|
-
attr_accessor
|
|
2305
|
+
attr_accessor time_range: Types::SessionFilterConfig
|
|
2297
2306
|
SENSITIVE: []
|
|
2298
2307
|
end
|
|
2299
2308
|
|