Class MLFeatureProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLFeatureProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfMLFeatureSnapshotAspectsItems,OneOfVersionedAspectAspect
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class MLFeatureProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLFeatureSnapshotAspectsItems, OneOfVersionedAspectAspectProperties associated with a MLFeature
-
-
Constructor Summary
Constructors Constructor Description MLFeatureProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLFeaturePropertiesaddSourcesItem(java.lang.String sourcesItem)MLFeaturePropertiesdataType(MLFeatureDataType dataType)MLFeaturePropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@Valid MLFeatureDataTypegetDataType()Get dataTypejava.lang.StringgetDescription()Documentation of the MLFeaturejava.util.List<java.lang.String>getSources()Source of the MLFeature@Valid VersionTaggetVersion()Get versioninthashCode()voidsetDataType(MLFeatureDataType dataType)voidsetDescription(java.lang.String description)voidsetSources(java.util.List<java.lang.String> sources)voidsetVersion(VersionTag version)MLFeaturePropertiessources(java.util.List<java.lang.String> sources)java.lang.StringtoString()MLFeaturePropertiesversion(VersionTag version)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
description
public MLFeatureProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the MLFeature- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
dataType
public MLFeatureProperties dataType(MLFeatureDataType dataType)
-
getDataType
@Valid public @Valid MLFeatureDataType getDataType()
Get dataType- Returns:
- dataType
-
setDataType
public void setDataType(MLFeatureDataType dataType)
-
version
public MLFeatureProperties version(VersionTag version)
-
getVersion
@Valid public @Valid VersionTag getVersion()
Get version- Returns:
- version
-
setVersion
public void setVersion(VersionTag version)
-
sources
public MLFeatureProperties sources(java.util.List<java.lang.String> sources)
-
addSourcesItem
public MLFeatureProperties addSourcesItem(java.lang.String sourcesItem)
-
getSources
public java.util.List<java.lang.String> getSources()
Source of the MLFeature- Returns:
- sources
-
setSources
public void setSources(java.util.List<java.lang.String> sources)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-