File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
javav2/example_code/bedrock-runtime/src
main/java/com/example/bedrockruntime/scenario Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- package com .example .bedrockruntime .scenario ;
1+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+ // SPDX-License-Identifier: Apache-2.0
23
4+ package com .example .bedrockruntime .scenario ;
35
46import software .amazon .awssdk .core .client .config .ClientOverrideConfiguration ;
57import software .amazon .awssdk .core .retry .RetryMode ;
Original file line number Diff line number Diff line change 1+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
14package com .example .bedrockruntime .scenario ;
25
36import software .amazon .awssdk .core .document .Document ;
Original file line number Diff line number Diff line change 1+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
14package scenarios ;
25
36import com .example .bedrockruntime .scenario .BedrockActions ;
912import software .amazon .awssdk .services .bedrockruntime .model .Message ;
1013import java .util .ArrayList ;
1114import java .util .List ;
12-
13-
1415import static org .junit .jupiter .api .Assertions .*;
1516
1617@ TestInstance (TestInstance .Lifecycle .PER_METHOD )
You can’t perform that action at this time.
0 commit comments