Package com.sforce.soap.metadata
Class EinsteinGptSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.EinsteinGptSettings
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAIProviderAWSBedrock(boolean enableAIProviderAWSBedrock) protected voidsetEnableAIProviderAWSBedrock(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAIProviderAzureOpenAI(boolean enableAIProviderAzureOpenAI) protected voidsetEnableAIProviderAzureOpenAI(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAIProviderGoogleVertex(boolean enableAIProviderGoogleVertex) protected voidsetEnableAIProviderGoogleVertex(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableAIProviderOpenAI(boolean enableAIProviderOpenAI) protected voidsetEnableAIProviderOpenAI(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEinsteinGPTDeployPromptTemplatesAsActive(boolean enableEinsteinGPTDeployPromptTemplatesAsActive) protected voidsetEnableEinsteinGPTDeployPromptTemplatesAsActive(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEinsteinGptGlobalLangSupport(boolean enableEinsteinGptGlobalLangSupport) protected voidsetEnableEinsteinGptGlobalLangSupport(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableEinsteinGptPlatform(boolean enableEinsteinGptPlatform) protected voidsetEnableEinsteinGptPlatform(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
-
EinsteinGptSettings
public EinsteinGptSettings()Constructor
-
-
Method Details
-
getEnableAIProviderAWSBedrock
public boolean getEnableAIProviderAWSBedrock() -
isEnableAIProviderAWSBedrock
public boolean isEnableAIProviderAWSBedrock() -
setEnableAIProviderAWSBedrock
public void setEnableAIProviderAWSBedrock(boolean enableAIProviderAWSBedrock) -
setEnableAIProviderAWSBedrock
protected void setEnableAIProviderAWSBedrock(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAIProviderAzureOpenAI
public boolean getEnableAIProviderAzureOpenAI() -
isEnableAIProviderAzureOpenAI
public boolean isEnableAIProviderAzureOpenAI() -
setEnableAIProviderAzureOpenAI
public void setEnableAIProviderAzureOpenAI(boolean enableAIProviderAzureOpenAI) -
setEnableAIProviderAzureOpenAI
protected void setEnableAIProviderAzureOpenAI(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAIProviderGoogleVertex
public boolean getEnableAIProviderGoogleVertex() -
isEnableAIProviderGoogleVertex
public boolean isEnableAIProviderGoogleVertex() -
setEnableAIProviderGoogleVertex
public void setEnableAIProviderGoogleVertex(boolean enableAIProviderGoogleVertex) -
setEnableAIProviderGoogleVertex
protected void setEnableAIProviderGoogleVertex(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableAIProviderOpenAI
public boolean getEnableAIProviderOpenAI() -
isEnableAIProviderOpenAI
public boolean isEnableAIProviderOpenAI() -
setEnableAIProviderOpenAI
public void setEnableAIProviderOpenAI(boolean enableAIProviderOpenAI) -
setEnableAIProviderOpenAI
protected void setEnableAIProviderOpenAI(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEinsteinGPTDeployPromptTemplatesAsActive
public boolean getEnableEinsteinGPTDeployPromptTemplatesAsActive() -
isEnableEinsteinGPTDeployPromptTemplatesAsActive
public boolean isEnableEinsteinGPTDeployPromptTemplatesAsActive() -
setEnableEinsteinGPTDeployPromptTemplatesAsActive
public void setEnableEinsteinGPTDeployPromptTemplatesAsActive(boolean enableEinsteinGPTDeployPromptTemplatesAsActive) -
setEnableEinsteinGPTDeployPromptTemplatesAsActive
protected void setEnableEinsteinGPTDeployPromptTemplatesAsActive(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEinsteinGptGlobalLangSupport
public boolean getEnableEinsteinGptGlobalLangSupport() -
isEnableEinsteinGptGlobalLangSupport
public boolean isEnableEinsteinGptGlobalLangSupport() -
setEnableEinsteinGptGlobalLangSupport
public void setEnableEinsteinGptGlobalLangSupport(boolean enableEinsteinGptGlobalLangSupport) -
setEnableEinsteinGptGlobalLangSupport
protected void setEnableEinsteinGptGlobalLangSupport(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableEinsteinGptPlatform
public boolean getEnableEinsteinGptPlatform() -
isEnableEinsteinGptPlatform
public boolean isEnableEinsteinGptPlatform() -
setEnableEinsteinGptPlatform
public void setEnableEinsteinGptPlatform(boolean enableEinsteinGptPlatform) -
setEnableEinsteinGptPlatform
protected void setEnableEinsteinGptPlatform(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
-