正解:B
When deploying a model with the option "Deploy without connecting to a Salesforce Object", the suitable capabilities include:
Use of Predict Function in Salesforce Flows: This capability allows the deployed model to be used within Salesforce Flow as a predictive tool, enabling automation flows to include predictions without directly writing back to Salesforce objects.
Flexibility in Application: This method provides flexibility in how predictions are utilized across various Salesforce processes and workflows, without the need for direct data manipulation within Salesforce objects.
Enhanced Workflow Integration: By integrating predictive insights directly into flows, organizations can automate decision-making processes, enhance user interactions, and streamline operations based on predictive outcomes.
This setup aligns with Salesforce's best practices for leveraging CRM Analytics to enhance operational efficiency and decision accuracy across different business functions.
最新のコメント (最新のコメントはトップにあります。)
正解は B. Salesforce フローの予測関数 です。
---
✅ 解説
「Salesforce オブジェクトに接続せずにデプロイする」オプションを使ってモデルをデプロイした場合、スコアの自動書き戻しや Einstein Prediction Builder の UI との統合は行われません。その代わりに使えるのが Salesforce フローでの Predict 関数です。
✔ 利用可能な機能(このオプションで有効)
Predict 関数を Salesforce フロー内で利用可能
Flow Builder で「予測を取得」要素を追加し、デプロイしたモデルに接続して予測値を得ることが可能。
予測スコアをもとに分岐処理や通知を行うなど、柔軟な自動化ができる。
❌ 利用できない機能
A. アインシュタイン予測コンポーネントスコア
→ これは Salesforce オブジェクトに接続しているモデルに限定されます。オブジェクト上に直接予測スコアを表示するためです。
C. SFDC オブジェクトへのコードなしの書き戻し
→ これもオブジェクトに接続している必要があります。Predict 関数単体では書き戻し機能は自動的に提供されません。
---
📝 補足:いつ「Salesforce オブジェクトに接続せずにデプロイ」を使う?
まだ本番オブジェクトに統合する準備が整っていないとき
まずフローや他のプロセスから予測ロジックを試験運用したいとき
特定のユースケースで予測値を一時的に利用したいとき(例:ケース優先度予測→フロー分岐)
---
✅ 結論
したがって、「Salesforce オブジェクトに接続せずにデプロイする」オプションで使用できるのは:
B. Salesforce フローの予測関数
です。これは Flow の中で Predict を呼び出すことで、柔軟な業務処理を実現できます。