Class MLFeatureTableProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLFeatureTableProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfMLFeatureTableSnapshotAspectsItems
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class MLFeatureTableProperties extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLFeatureTableSnapshotAspectsItemsProperties associated with a MLFeatureTable
-
-
Constructor Summary
Constructors Constructor Description MLFeatureTableProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLFeatureTablePropertiesaddMlFeaturesItem(java.lang.String mlFeaturesItem)MLFeatureTablePropertiesaddMlPrimaryKeysItem(java.lang.String mlPrimaryKeysItem)MLFeatureTablePropertiescustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)MLFeatureTablePropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.util.Map<java.lang.String,java.lang.String>getCustomProperties()Custom property bag.java.lang.StringgetDescription()Documentation of the MLFeatureTablejava.util.List<java.lang.String>getMlFeatures()List of features contained in the feature tablejava.util.List<java.lang.String>getMlPrimaryKeys()List of primary keys in the feature table (if multiple, assumed to act as a composite key)inthashCode()MLFeatureTablePropertiesmlFeatures(java.util.List<java.lang.String> mlFeatures)MLFeatureTablePropertiesmlPrimaryKeys(java.util.List<java.lang.String> mlPrimaryKeys)MLFeatureTablePropertiesputCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)voidsetCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)voidsetDescription(java.lang.String description)voidsetMlFeatures(java.util.List<java.lang.String> mlFeatures)voidsetMlPrimaryKeys(java.util.List<java.lang.String> mlPrimaryKeys)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
customProperties
public MLFeatureTableProperties customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
putCustomPropertiesItem
public MLFeatureTableProperties putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
-
getCustomProperties
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getCustomProperties()
Custom property bag.- Returns:
- customProperties
-
setCustomProperties
public void setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
description
public MLFeatureTableProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the MLFeatureTable- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
mlFeatures
public MLFeatureTableProperties mlFeatures(java.util.List<java.lang.String> mlFeatures)
-
addMlFeaturesItem
public MLFeatureTableProperties addMlFeaturesItem(java.lang.String mlFeaturesItem)
-
getMlFeatures
public java.util.List<java.lang.String> getMlFeatures()
List of features contained in the feature table- Returns:
- mlFeatures
-
setMlFeatures
public void setMlFeatures(java.util.List<java.lang.String> mlFeatures)
-
mlPrimaryKeys
public MLFeatureTableProperties mlPrimaryKeys(java.util.List<java.lang.String> mlPrimaryKeys)
-
addMlPrimaryKeysItem
public MLFeatureTableProperties addMlPrimaryKeysItem(java.lang.String mlPrimaryKeysItem)
-
getMlPrimaryKeys
public java.util.List<java.lang.String> getMlPrimaryKeys()
List of primary keys in the feature table (if multiple, assumed to act as a composite key)- Returns:
- mlPrimaryKeys
-
setMlPrimaryKeys
public void setMlPrimaryKeys(java.util.List<java.lang.String> mlPrimaryKeys)
-
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
-
-