Class ModelVersionProperties
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaNamespaceProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.StoredDataProperties
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.ModelVersionProperties
- Direct Known Subclasses:
ModelVersionInfo
Properties of a model version.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the name of the registered model that this is a part of.Return the run id for the model versionReturn the type of source.inthashCode()Return hash code based on properties.voidsetModel_name(String model_name) Set up the name of the registered model that this is a part of.voidSet up the run id for the model versionvoidSet up the type of source.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.StoredDataProperties
getStorage_location, setStorage_locationMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.SchemaNamespaceProperties
getSchema_name, setSchema_nameMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.CatalogNamespaceProperties
getCatalog_name, setCatalog_nameMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicElementProperties
getMetastore_id, getOwner, getSecurable_kind, getSecurable_type, isBrowse_only, setBrowse_only, setMetastore_id, setOwner, setSecurable_kind, setSecurable_typeMethods inherited from class org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.BasicProperties
getComment, getName, setComment, setName
-
Constructor Details
-
ModelVersionProperties
public ModelVersionProperties()Constructor
-
-
Method Details
-
getSource
Return the type of source.- Returns:
- name
-
setSource
Set up the type of source.- Parameters:
source- name
-
getRun_id
Return the run id for the model version- Returns:
- string
-
setRun_id
Set up the run id for the model version- Parameters:
run_id- string
-
getModel_name
Return the name of the registered model that this is a part of.- Returns:
- name
-
setModel_name
Set up the name of the registered model that this is a part of.- Parameters:
model_name- name
-
toString
Standard toString method.- Overrides:
toStringin classStoredDataProperties- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classStoredDataProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classStoredDataProperties- Returns:
- int
-