C-AIG-2412 試験問題を無料オンラインアクセス
試験コード: | C-AIG-2412 |
試験名称: | SAP Certified Associate - SAP Generative AI Developer |
認定資格: | SAP |
無料問題数: | 66 |
更新日: | 2025-09-05 |
You want to use the orchestration service through SAP's generative-Al-hub-sdk. What does the following code do?
from gen_ai_hub.orchestration.models.11m import LLM 11m =
LLM(name="gpt-40", version="latest", parameters={"max_tokens": 256, "temperature": 0.2})