You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Bedrock Runtime is not available in some default regions (e.g., <codeclass="docutils literal notranslate"><spanclass="pre">us-west-1</span></code>). Use a supported region such as <codeclass="docutils literal notranslate"><spanclass="pre">us-east-1</span></code>.</p>
133
133
</div>
134
134
<sectionid="list-of-available-methods">
135
-
<h2>🔧 6.2.1 List of Available Methods<aclass="headerlink" href="#list-of-available-methods" title="Permalink to this heading"></a></h2>
135
+
<h2>🔧 6.2.1 List of Available Methods<aclass="headerlink" href="#list-of-available-methods" title="Link to this heading"></a></h2>
<h2>🧩 6.2.2 Examples<aclass="headerlink" href="#examples" title="Permalink to this heading"></a></h2>
142
+
<h2>🧩 6.2.2 Examples<aclass="headerlink" href="#examples" title="Link to this heading"></a></h2>
143
143
<sectionid="invoke-a-model-text-generation">
144
-
<h3>🔸 Invoke a Model (Text Generation)<aclass="headerlink" href="#invoke-a-model-text-generation" title="Permalink to this heading"></a></h3>
144
+
<h3>🔸 Invoke a Model (Text Generation)<aclass="headerlink" href="#invoke-a-model-text-generation" title="Link to this heading"></a></h3>
145
145
<divclass="highlight-matlab notranslate"><divclass="highlight"><pre><span></span><spanclass="n">textPrompt</span><spanclass="w"></span><spanclass="p">=</span><spanclass="w"></span><spanclass="s">"What is your name?"</span><spanclass="p">;</span>
<p>Some models provided in the example might have reached end of life. Use the updated model_id in case of errors like “This model version has reached the end of its life”.</p>
157
+
</div>
154
158
</section>
155
159
<sectionid="invoke-a-model-image-generation">
156
-
<h3>🔸 Invoke a Model (Image Generation)<aclass="headerlink" href="#invoke-a-model-image-generation" title="Permalink to this heading"></a></h3>
160
+
<h3>🔸 Invoke a Model (Image Generation)<aclass="headerlink" href="#invoke-a-model-image-generation" title="Link to this heading"></a></h3>
157
161
<divclass="highlight-matlab notranslate"><divclass="highlight"><pre><span></span><spanclass="n">spec</span><spanclass="w"></span><spanclass="p">=</span><spanclass="w"></span><spanclass="nb">struct</span><spanclass="p">(</span><spanclass="nb">text</span><spanclass="p">=</span><spanclass="s">"Neon skyline at dusk"</span><spanclass="p">,</span><spanclass="w"></span><spanclass="n">seed</span><spanclass="p">=</span><spanclass="mi">42</span><spanclass="p">,</span><spanclass="w"></span><spanclass="n">style</span><spanclass="p">=</span><spanclass="s">"photographic"</span><spanclass="p">);</span>
<h3>🔸 Stateful Conversation (Multi-Turn; Text)<aclass="headerlink" href="#stateful-conversation-multi-turn-text" title="Permalink to this heading"></a></h3>
168
+
<h3>🔸 Stateful Conversation (Multi-Turn; Text)<aclass="headerlink" href="#stateful-conversation-multi-turn-text" title="Link to this heading"></a></h3>
165
169
<divclass="highlight-matlab notranslate"><divclass="highlight"><pre><span></span><spanclass="n">firstPrompt</span><spanclass="w"></span><spanclass="p">=</span><spanclass="w"></span><spanclass="s">"Tell me about yourself in 50 words?"</span><spanclass="p">;</span>
<h3>🔸 Converse with Image (Vision Models Only)<aclass="headerlink" href="#converse-with-image-vision-models-only" title="Permalink to this heading"></a></h3>
195
+
<h3>🔸 Converse with Image (Vision Models Only)<aclass="headerlink" href="#converse-with-image-vision-models-only" title="Link to this heading"></a></h3>
<h2>📘 6.2.3 Method Reference (Summary)<aclass="headerlink" href="#method-reference-summary" title="Permalink to this heading"></a></h2>
208
+
<h2>📘 6.2.3 Method Reference (Summary)<aclass="headerlink" href="#method-reference-summary" title="Link to this heading"></a></h2>
205
209
<sectionid="invokemodel">
206
-
<h3>🔸 <codeclass="docutils literal notranslate"><spanclass="pre">invokeModel</span></code><aclass="headerlink" href="#invokemodel" title="Permalink to this heading"></a></h3>
210
+
<h3>🔸 <codeclass="docutils literal notranslate"><spanclass="pre">invokeModel</span></code><aclass="headerlink" href="#invokemodel" title="Link to this heading"></a></h3>
<h3>🔸 <codeclass="docutils literal notranslate"><spanclass="pre">converse</span></code><aclass="headerlink" href="#converse" title="Permalink to this heading"></a></h3>
223
+
<h3>🔸 <codeclass="docutils literal notranslate"><spanclass="pre">converse</span></code><aclass="headerlink" href="#converse" title="Link to this heading"></a></h3>
0 commit comments