Package com.sforce.soap.metadata
Class DiscoveryAIModel
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.MetadataWithContent
com.sforce.soap.metadata.DiscoveryAIModel
- 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 TypeMethodDescriptiondoublegetLabel()voidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetAlgorithmType(DiscoveryAlgorithmType algorithmType) protected voidsetAlgorithmType(XmlInputStream __in, TypeMapper __typeMapper) voidsetClassificationThreshold(double classificationThreshold) protected voidsetClassificationThreshold(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetModelFields(DiscoveryModelField[] modelFields) protected voidsetModelFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetModelRuntimeType(DiscoveryModelRuntimeType modelRuntimeType) protected voidsetModelRuntimeType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetPredictedField(XmlInputStream __in, TypeMapper __typeMapper) voidsetPredictedField(String predictedField) voidsetPredictionType(DiscoveryPredictionType predictionType) protected voidsetPredictionType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSourceType(DiscoveryModelSourceType sourceType) protected voidsetSourceType(XmlInputStream __in, TypeMapper __typeMapper) voidsetStatus(DiscoveryAIModelStatus status) protected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTrainingMetrics(XmlInputStream __in, TypeMapper __typeMapper) voidsetTrainingMetrics(String trainingMetrics) voidsetTransformations(DiscoveryModelTransform[] transformations) protected voidsetTransformations(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.MetadataWithContent
getContent, setContent, setContentMethods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
DiscoveryAIModel
public DiscoveryAIModel()Constructor
-
-
Method Details
-
getAlgorithmType
-
setAlgorithmType
-
setAlgorithmType
protected void setAlgorithmType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getClassificationThreshold
public double getClassificationThreshold() -
setClassificationThreshold
public void setClassificationThreshold(double classificationThreshold) -
setClassificationThreshold
protected void setClassificationThreshold(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getModelFields
-
setModelFields
-
setModelFields
protected void setModelFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getModelRuntimeType
-
setModelRuntimeType
-
setModelRuntimeType
protected void setModelRuntimeType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPredictedField
-
setPredictedField
-
setPredictedField
protected void setPredictedField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPredictionType
-
setPredictionType
-
setPredictionType
protected void setPredictionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceType
-
setSourceType
-
setSourceType
protected void setSourceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStatus
-
setStatus
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTrainingMetrics
-
setTrainingMetrics
-
setTrainingMetrics
protected void setTrainingMetrics(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTransformations
-
setTransformations
-
setTransformations
protected void setTransformations(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 classMetadataWithContent- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadataWithContent- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadataWithContent- Throws:
IOExceptionConnectionException
-
toString
- Overrides:
toStringin classMetadataWithContent
-