File tree 2 files changed +4
-4
lines changed
apidocs/@cdklabs/namespaces/bedrock/classes
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -287,9 +287,9 @@ The ARN of the Bedrock invokable abstraction.
287
287
288
288
***
289
289
290
- ### META\_ LLAMA\_ 4\_ MAVERICK\_ 70B \_ INSTRUCT\_ V1
290
+ ### META\_ LLAMA\_ 4\_ MAVERICK\_ 17B \_ INSTRUCT\_ V1
291
291
292
- > ` readonly ` ` static ` ** META\_ LLAMA\_ 4\_ MAVERICK\_ 70B \_ INSTRUCT\_ V1** : ` BedrockFoundationModel `
292
+ > ` readonly ` ` static ` ** META\_ LLAMA\_ 4\_ MAVERICK\_ 17B \_ INSTRUCT\_ V1** : ` BedrockFoundationModel `
293
293
294
294
***
295
295
Original file line number Diff line number Diff line change @@ -343,8 +343,8 @@ export class BedrockFoundationModel implements IInvokable {
343
343
} ,
344
344
) ;
345
345
346
- public static readonly META_LLAMA_4_MAVERICK_70B_INSTRUCT_V1 = new BedrockFoundationModel (
347
- 'meta.llama4-maverick-70b -instruct-v1:0' ,
346
+ public static readonly META_LLAMA_4_MAVERICK_17B_INSTRUCT_V1 = new BedrockFoundationModel (
347
+ 'meta.llama4-maverick-17b -instruct-v1:0' ,
348
348
{
349
349
supportsAgents : true ,
350
350
supportsCrossRegion : true ,
You can’t perform that action at this time.
0 commit comments