Package com.sforce.soap.metadata
Class EinsteinAISettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.EinsteinAISettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAIFeedbackWithDC(boolean enableAIFeedbackWithDC) protected voidsetEnableAIFeedbackWithDC(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAITrustInputToxicityDetection(boolean enableAITrustInputToxicityDetection) protected voidsetEnableAITrustInputToxicityDetection(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAITrustPromptInjectionDetection(boolean enableAITrustPromptInjectionDetection) protected voidsetEnableAITrustPromptInjectionDetection(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnablePBHideScopedNotif(boolean enablePBHideScopedNotif) protected voidsetEnablePBHideScopedNotif(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnablePBPromptPerformanceMetrics(boolean enablePBPromptPerformanceMetrics) protected voidsetEnablePBPromptPerformanceMetrics(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableTrustPIIMasking(boolean enableTrustPIIMasking) protected voidsetEnableTrustPIIMasking(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
EinsteinAISettings
public EinsteinAISettings()Constructor
-
-
Method Details
-
getEnableAIFeedbackWithDC
public boolean getEnableAIFeedbackWithDC() -
isEnableAIFeedbackWithDC
public boolean isEnableAIFeedbackWithDC() -
setEnableAIFeedbackWithDC
public void setEnableAIFeedbackWithDC(boolean enableAIFeedbackWithDC) -
setEnableAIFeedbackWithDC
protected void setEnableAIFeedbackWithDC(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAITrustInputToxicityDetection
public boolean getEnableAITrustInputToxicityDetection() -
isEnableAITrustInputToxicityDetection
public boolean isEnableAITrustInputToxicityDetection() -
setEnableAITrustInputToxicityDetection
public void setEnableAITrustInputToxicityDetection(boolean enableAITrustInputToxicityDetection) -
setEnableAITrustInputToxicityDetection
protected void setEnableAITrustInputToxicityDetection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAITrustPromptInjectionDetection
public boolean getEnableAITrustPromptInjectionDetection() -
isEnableAITrustPromptInjectionDetection
public boolean isEnableAITrustPromptInjectionDetection() -
setEnableAITrustPromptInjectionDetection
public void setEnableAITrustPromptInjectionDetection(boolean enableAITrustPromptInjectionDetection) -
setEnableAITrustPromptInjectionDetection
protected void setEnableAITrustPromptInjectionDetection(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnablePBHideScopedNotif
public boolean getEnablePBHideScopedNotif() -
isEnablePBHideScopedNotif
public boolean isEnablePBHideScopedNotif() -
setEnablePBHideScopedNotif
public void setEnablePBHideScopedNotif(boolean enablePBHideScopedNotif) -
setEnablePBHideScopedNotif
protected void setEnablePBHideScopedNotif(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnablePBPromptPerformanceMetrics
public boolean getEnablePBPromptPerformanceMetrics() -
isEnablePBPromptPerformanceMetrics
public boolean isEnablePBPromptPerformanceMetrics() -
setEnablePBPromptPerformanceMetrics
public void setEnablePBPromptPerformanceMetrics(boolean enablePBPromptPerformanceMetrics) -
setEnablePBPromptPerformanceMetrics
protected void setEnablePBPromptPerformanceMetrics(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableTrustPIIMasking
public boolean getEnableTrustPIIMasking() -
isEnableTrustPIIMasking
public boolean isEnableTrustPIIMasking() -
setEnableTrustPIIMasking
public void setEnableTrustPIIMasking(boolean enableTrustPIIMasking) -
setEnableTrustPIIMasking
protected void setEnableTrustPIIMasking(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-