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
public class DiscoveryAIModel extends MetadataWithContent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description DiscoveryAIModel()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.MetadataWithContent
getContent, setContent, setContent
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAlgorithmType
public DiscoveryAlgorithmType getAlgorithmType()
-
setAlgorithmType
public void setAlgorithmType(DiscoveryAlgorithmType algorithmType)
-
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
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getModelFields
public DiscoveryModelField[] getModelFields()
-
setModelFields
public void setModelFields(DiscoveryModelField[] modelFields)
-
setModelFields
protected void setModelFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getModelRuntimeType
public DiscoveryModelRuntimeType getModelRuntimeType()
-
setModelRuntimeType
public void setModelRuntimeType(DiscoveryModelRuntimeType modelRuntimeType)
-
setModelRuntimeType
protected void setModelRuntimeType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPredictedField
public String getPredictedField()
-
setPredictedField
public void setPredictedField(String predictedField)
-
setPredictedField
protected void setPredictedField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPredictionType
public DiscoveryPredictionType getPredictionType()
-
setPredictionType
public void setPredictionType(DiscoveryPredictionType predictionType)
-
setPredictionType
protected void setPredictionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSourceType
public DiscoveryModelSourceType getSourceType()
-
setSourceType
public void setSourceType(DiscoveryModelSourceType sourceType)
-
setSourceType
protected void setSourceType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStatus
public DiscoveryAIModelStatus getStatus()
-
setStatus
public void setStatus(DiscoveryAIModelStatus status)
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTrainingMetrics
public String getTrainingMetrics()
-
setTrainingMetrics
public void setTrainingMetrics(String trainingMetrics)
-
setTrainingMetrics
protected void setTrainingMetrics(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTransformations
public DiscoveryModelTransform[] getTransformations()
-
setTransformations
public void setTransformations(DiscoveryModelTransform[] transformations)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
public String toString()
- Overrides:
toStringin classMetadataWithContent
-
-