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-03-16T12:22:36.923004Z[Etc/UTC]") public class MLFeatureProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLFeatureSnapshotAspectsItems, OneOfVersionedAspectAspect
Properties associated with a MLFeature
-
-
Constructor Summary
Constructors Constructor Description MLFeatureProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLFeatureProperties
addSourcesItem(java.lang.String sourcesItem)
MLFeatureProperties
dataType(MLFeatureDataType dataType)
MLFeatureProperties
description(java.lang.String description)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@Valid MLFeatureDataType
getDataType()
Get dataTypejava.lang.String
getDescription()
Documentation of the MLFeaturejava.util.List<java.lang.String>
getSources()
Source of the MLFeature@Valid VersionTag
getVersion()
Get versionint
hashCode()
void
setDataType(MLFeatureDataType dataType)
void
setDescription(java.lang.String description)
void
setSources(java.util.List<java.lang.String> sources)
void
setVersion(VersionTag version)
MLFeatureProperties
sources(java.util.List<java.lang.String> sources)
java.lang.String
toString()
MLFeatureProperties
version(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-