- cache(int, int) - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
-
Fill the level of cache from the childIndex child of the level-1.
- cacheRoot() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
-
Fill the 0th level of cache with the root.
- canBeDenseDimension() - Method in enum com.linkedin.feathr.common.tensor.Primitive
-
- canBeValue() - Method in enum com.linkedin.feathr.common.tensor.Primitive
-
This method is called to check if the column Type of the value can be of the specified Primitive.
- cannotConvertToFeatureValue(FeatureType, T, Exception) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
-
- cannotConvertToFeatureValue(FeatureType, T) - Method in class com.linkedin.feathr.common.value.AbstractFeatureFormatMapper
-
- cardinality() - Method in class com.linkedin.feathr.common.CoercingTensorData
-
- cardinality() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
-
- cardinality() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
-
- cardinality() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
-
- cardinality() - Method in interface com.linkedin.feathr.common.tensor.TensorData
-
- cardinality() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- cast_double(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
Cast the input to double.
- cast_float(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
Cast the input to float.
- cast_int(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
Cast the input to Integer.
- categorical(String) - Static method in class com.linkedin.feathr.common.value.FeatureValues
-
Returns a categorical feature value for a given string categorical value.
- categorical(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
-
Returns a categorical feature for a given tensor value, assuming it is shaped as expected for a categorical feature.
- CATEGORICAL_SET_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
-
- CATEGORICAL_TYPE_CONFIG - Static variable in class com.linkedin.feathr.common.FeatureTypeConfig
-
- CategoricalFeatureType - Class in com.linkedin.feathr.common.types
-
A FeatureType class for Feathr's CATEGORICAL feature type.
- CategoricalFeatureValue - Class in com.linkedin.feathr.common.value
-
A specific FeatureValue class for CATEGORICAL features.
- categoricalSet(Collection<String>) - Static method in class com.linkedin.feathr.common.value.FeatureValues
-
Returns a categorical set feature for a given collection of strings.
- categoricalSet(Set<String>) - Static method in class com.linkedin.feathr.common.value.FeatureValues
-
Returns a categorical set feature for a given set of strings.
- categoricalSet(String...) - Static method in class com.linkedin.feathr.common.value.FeatureValues
-
Returns a categorical set feature for a given list of String arguments.
- categoricalSet(TensorData) - Static method in class com.linkedin.feathr.common.value.FeatureValues
-
Returns a categorical feature for a given tensor value, assuming it is shaped as expected for a categorical set feature.
- CategoricalSetFeatureType - Class in com.linkedin.feathr.common.types
-
A FeatureType class for Feathr's CATEGORICAL_SET feature type.
- CategoricalSetFeatureValue - Class in com.linkedin.feathr.common.value
-
A specific FeatureValue class for CATEGORICAL_SET features.
- checkArgument(Boolean) - Static method in class com.linkedin.feathr.common.TaggedFeatureUtils
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
- clear() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
- clearBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BooleanArray boolean_array = 10;
- clearBooleans() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
repeated bool booleans = 1;
- clearBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional bool boolean_value = 1;
- clearByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BytesArray byte_array = 16;
- clearBytes() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
repeated bytes bytes = 1;
- clearDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.DoubleArray double_array = 13;
- clearDoubles() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
repeated double doubles = 1;
- clearDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional double double_value = 4;
- clearFeatureValueOneOf() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- clearFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.FloatArray float_array = 12;
- clearFloats() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
repeated float floats = 1;
- clearFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional float float_value = 3;
- clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated int32 index_integers = 1;
- clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated int32 index_integers = 1;
- clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated int32 index_integers = 1;
- clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 index_integers = 1;
- clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int32 index_integers = 1;
- clearIndexIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated int32 index_integers = 1;
- clearIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.IntegerArray int_array = 14;
- clearIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
repeated int32 integers = 1;
- clearIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional int32 int_value = 5;
- clearLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.LongArray long_array = 15;
- clearLongs() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
repeated int64 longs = 1;
- clearLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional int64 long_value = 6;
- clearSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- clearSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- clearSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- clearSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- clearSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- clearSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- clearStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.StringArray string_array = 11;
- clearStrings() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
repeated string strings = 1;
- clearStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional string string_value = 2;
- clearValueBooleans() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated bool value_booleans = 2;
- clearValueDoubles() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated double value_doubles = 2;
- clearValueFloats() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated float value_floats = 2;
- clearValueIntegers() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 value_integers = 2;
- clearValueLongs() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int64 value_longs = 2;
- clearValueStrings() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated string value_strings = 2;
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
- clone() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
- coerceToVector(Object, FeatureTypes) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
-
Coerce an item to term vector format according to the provided
FeatureTypes.
- coerceToVector(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
-
Coerce item to term vector map, try to infer the feature type according to its type
Basic rules:
1.
- CoercingTensorData - Class in com.linkedin.feathr.common
-
Coerce types in any TensorData to the one requested by the client.
- CoercingTensorData(TensorData) - Constructor for class com.linkedin.feathr.common.CoercingTensorData
-
- CoercionUtils - Class in com.linkedin.feathr.common.util
-
Utilities to coerce untyped data into feature vectors
This is needed in order to make it easy to define features via simple expressions.
- ColumnUtils - Class in com.linkedin.feathr.common
-
Utility function to build internal flat array representation based on the types of the input.
- ColumnUtils(Representable...) - Constructor for class com.linkedin.feathr.common.ColumnUtils
-
- com.linkedin.feathr.cli - package com.linkedin.feathr.cli
-
- com.linkedin.feathr.common - package com.linkedin.feathr.common
-
- com.linkedin.feathr.common.configObj - package com.linkedin.feathr.common.configObj
-
- com.linkedin.feathr.common.configObj.configbuilder - package com.linkedin.feathr.common.configObj.configbuilder
-
- com.linkedin.feathr.common.configObj.generation - package com.linkedin.feathr.common.configObj.generation
-
- com.linkedin.feathr.common.exception - package com.linkedin.feathr.common.exception
-
- com.linkedin.feathr.common.featurizeddataset - package com.linkedin.feathr.common.featurizeddataset
-
- com.linkedin.feathr.common.tensor - package com.linkedin.feathr.common.tensor
-
- com.linkedin.feathr.common.tensor.dense - package com.linkedin.feathr.common.tensor.dense
-
- com.linkedin.feathr.common.tensor.scalar - package com.linkedin.feathr.common.tensor.scalar
-
- com.linkedin.feathr.common.tensorbuilder - package com.linkedin.feathr.common.tensorbuilder
-
- com.linkedin.feathr.common.time - package com.linkedin.feathr.common.time
-
- com.linkedin.feathr.common.types - package com.linkedin.feathr.common.types
-
- com.linkedin.feathr.common.types.protobuf - package com.linkedin.feathr.common.types.protobuf
-
- com.linkedin.feathr.common.util - package com.linkedin.feathr.common.util
-
- com.linkedin.feathr.common.value - package com.linkedin.feathr.common.value
-
- com.linkedin.feathr.offline.mvel - package com.linkedin.feathr.offline.mvel
-
- com.linkedin.feathr.offline.mvel.plugins - package com.linkedin.feathr.offline.mvel.plugins
-
- compare(ReadableTuple, int, ReadableTuple, int) - Method in enum com.linkedin.feathr.common.tensor.Primitive
-
Compares data at leftTuple[leftColumn] with data at rightTuple[rightColumn]
Note: The representation of both leftColumn and rightColumn is assumed to be the same as this
No validation on representation is performed
- compareBytes(byte[], byte[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
- concat(String, String) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
Concatenate two strings into one.
- ConfigBuilderException - Exception in com.linkedin.feathr.common.configObj.configbuilder
-
When an error is encountered during config processing, this exception is thrown
- ConfigBuilderException(String) - Constructor for exception com.linkedin.feathr.common.configObj.configbuilder.ConfigBuilderException
-
- ConfigBuilderException(String, Throwable) - Constructor for exception com.linkedin.feathr.common.configObj.configbuilder.ConfigBuilderException
-
- ConfigObj - Interface in com.linkedin.feathr.common.configObj
-
Marker interface for all config objects used in Feathr
- ConfigUtils - Class in com.linkedin.feathr.common.configObj.configbuilder
-
Utils to read typesafe configs
- convertNestedMapToTensor(Map<String, Object>, TensorType) - Static method in class com.linkedin.feathr.common.TensorUtils
-
Convert a nested map into Tensor.
- convertNestedMapToTensor(Map<String, Object>, TensorType, TensorBuilderFactory) - Static method in class com.linkedin.feathr.common.TensorUtils
-
Convert a nested map into Tensor.
- convertTensorToMap(TensorData) - Static method in class com.linkedin.feathr.common.TensorUtils
-
Converts a tensor to a map.
- convertTensorToMapWithGenericValues(TensorData) - Static method in class com.linkedin.feathr.common.TensorUtils
-
Converts a tensor to a map.
- convertToLOLTensor(TensorData) - Static method in class com.linkedin.feathr.common.TensorUtils
-
- convertToStrings(TensorType, ReadableTuple, int) - Static method in class com.linkedin.feathr.common.TensorUtils
-
- copy(ReadableTuple, int, WriteableTuple, int) - Method in enum com.linkedin.feathr.common.tensor.Primitive
-
Copies data from fromTuple[fromColumn] to toTuple[toColumn]
Note: The representation of both fromColumn and toColumn is assumed to be the same as this
No validation on representation is performed
- copyColumn(TensorIterator, int, int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
Copy a single column from source to this builder.
- copyColumns(TensorIterator, int[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
Copy multiple columns from source to this builder.
- copyColumns(TensorIterator, TensorIterator, int[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
- copyColumns(TensorIterator, TensorIterator, int[], int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
- copyLeftColumns(TensorIterator, int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
Copy some left-most columns from source to this builder (slightly more efficient than using an array of columns).
- cosineSimilarity(Object, Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
- createBoolean(Boolean) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a boolean feature.
- createByteBuffer(List<?>, Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
Creates a byteBuffer of specified valueType from a collection of numbers or strings.
- createByteBuffer(float[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
Creates a ByteBuffer of specified valueType from an array of floats
- createByteBuffer(long[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
Creates a ByteBuffer of specified valueType from an array of longs
- createByteBuffer(int[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
Creates a ByteBuffer of specified valueType from an array of ints
- createByteBuffer(double[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
Creates a ByteBuffer of specified valueType from an array of doubles
- createByteBuffer(boolean[], Primitive) - Static method in class com.linkedin.feathr.common.tensorbuilder.BufferUtils
-
- createCategorical(Number) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Deprecated.
- createCategorical(CharSequence) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a categorical feature from a string term
- createCategorical(Character) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a categorical feature from a character term
- createCharacterCategoricalSet(Collection<Character>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a categorical set feature from character terms
- createDenseVector(List<T>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a dense vector feature from a List of numbers
- createDenseVector(T[]) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a dense vector feature from an array of numbers
- createNumeric(Number) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a numeric feature.
- createNumericCategoricalSet(Collection<T>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a categorical set feature from a collection of Numbers that are whole numbers
- createNumericTermVector(Map<K, V>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a term vector feature (e.g.
- createNumericTermVector(Collection<Map<K, V>>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a term vector feature (e.g.
- createStringCategoricalSet(Collection<T>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a categorical set feature from string terms
- createStringTermVector(Map<K, V>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a term vector feature (aka sparse vector) using strings for the terms
- createStringTermVector(Collection<Map<K, V>>) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a term vector feature (AKA sparse vector) from multiple term vectors with string terms
- createTensor(Object, TensorType) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Creates a (tensor) FeatureValue based on the provided TensorType.
- createTensor(TensorData) - Static method in class com.linkedin.feathr.common.FeatureValue
-
Create a FeatureValue from a TensorData (adding a TensorType inferred from the primitives of the TensorData).
- GenericTypedTensor - Class in com.linkedin.feathr.common
-
This is the base tensor class, may be created from the basic properties, from a feature or operator applied
to another tensor
- GenericTypedTensor(TensorData, TensorType) - Constructor for class com.linkedin.feathr.common.GenericTypedTensor
-
Build for tensors that have a dynamic type, for example as a result of
a tensor operation that changes the shape.
- get(int) - Method in class com.linkedin.feathr.common.featurizeddataset.DenseTensorList
-
- get_data_type(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
Get the class type of the input object
WARNING: This is only used for debug for users.
- get_enableIncremental() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
Deprecated.
- get_retention() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
Deprecated.
- get_simulateTimeDelay() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
Deprecated.
- get_timeSetting() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
Deprecated.
- getArity() - Method in interface com.linkedin.feathr.common.tensor.TensorData
-
- getArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getAsBoolean() - Method in class com.linkedin.feathr.common.FeatureValue
-
Get feature value as boolean
- getAsCategorical() - Method in class com.linkedin.feathr.common.FeatureValue
-
Returns the single categorical value associated with the feature
Note: this method will return
String even if the feature was created using
FeatureValue.createCategorical(Number)
because categorical are meant to contain only discrete values which are represented by String
- getAsNumeric() - Method in class com.linkedin.feathr.common.FeatureValue
-
get feature value as number
- getAsString() - Method in class com.linkedin.feathr.common.FeatureValue
-
- getAsTensor() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
-
- getAsTensorData() - Method in class com.linkedin.feathr.common.FeatureValue
-
- getAsTermVector() - Method in class com.linkedin.feathr.common.FeatureValue
-
Gets the feature in an NTV term-vector representation.
- getAsTypedTensor() - Method in class com.linkedin.feathr.common.FeatureValue
-
- getAsTypedTensor() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
-
- getBasicType() - Method in class com.linkedin.feathr.common.types.FeatureType
-
- getBinding() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
-
- getBoolean(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getBoolean(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getBoolean(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getBoolean(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getBooleanArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getBooleanArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getBooleanArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleanArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleanArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleanArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleanArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleanArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleanArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.BooleanArray boolean_array = 10;
- getBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
repeated bool booleans = 1;
- getBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
repeated bool booleans = 1;
- getBooleans(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArrayOrBuilder
-
repeated bool booleans = 1;
- getBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
repeated bool booleans = 1;
- getBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
repeated bool booleans = 1;
- getBooleansCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArrayOrBuilder
-
repeated bool booleans = 1;
- getBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
repeated bool booleans = 1;
- getBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
repeated bool booleans = 1;
- getBooleansList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArrayOrBuilder
-
repeated bool booleans = 1;
- getBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional bool boolean_value = 1;
- getBooleanValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional bool boolean_value = 1;
- getBooleanValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional bool boolean_value = 1;
- getBooleanValue() - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
-
- getBooleanWithDefault(Config, String, Boolean) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return boolean config value with default
- getBulkTensorBuilder(TensorType) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
-
- getBulkTensorBuilder(TensorType, long[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
-
- getBulkTensorBuilder(TensorType) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilderFactory
-
- getBulkTensorBuilder(TensorType, long[]) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilderFactory
-
- getByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BytesArray byte_array = 16;
- getByteArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.BytesArray byte_array = 16;
- getByteArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.BytesArray byte_array = 16;
- getByteArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BytesArray byte_array = 16;
- getByteArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BytesArray byte_array = 16;
- getByteArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.BytesArray byte_array = 16;
- getByteArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.BytesArray byte_array = 16;
- getByteBuffer() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
-
- getByteBuffer(boolean) - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
-
- getBytes(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getBytes(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getBytes(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getBytes(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
repeated bytes bytes = 1;
- getBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
repeated bytes bytes = 1;
- getBytes(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArrayOrBuilder
-
repeated bytes bytes = 1;
- getBytesArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getBytesArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getBytesArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getBytesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
repeated bytes bytes = 1;
- getBytesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
repeated bytes bytes = 1;
- getBytesCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArrayOrBuilder
-
repeated bytes bytes = 1;
- getBytesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
repeated bytes bytes = 1;
- getBytesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
repeated bytes bytes = 1;
- getBytesList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArrayOrBuilder
-
repeated bytes bytes = 1;
- getChronoUnit(String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
convert ChronoUnit String to ChronoUnit enum
- getCoercedFeatureType(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
-
Get the feature type that the input item would be coerced to
- getColumnIndex() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getColumnIndex() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getColumnTypes() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getColumnTypes() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
WARNING: this returns primitive representations, not DimensionType/ValueType.
- getComputationPipeline(Collection<TaggedFeatureName>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
-
Return a computation pipeline (a collection of stages that can be computed simultaneously) for the requested
features by examining their dependencies and grouping them based on their depth.
- getCopy() - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getCopy() - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getCopy() - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getCopy() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getData() - Method in class com.linkedin.feathr.common.GenericTypedTensor
-
Returns data content.
- getData() - Method in interface com.linkedin.feathr.common.TypedTensor
-
- getDebugString(TensorType, TensorData, int) - Static method in class com.linkedin.feathr.common.TensorUtils
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
- getDefaultInstance() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
- getDefaultInstanceForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- getDefaultTensorType(FeatureTypes) - Static method in class com.linkedin.feathr.common.AutoTensorizableTypes
-
Get the default tensor type for the given Feathr FeatureType, if there is one.
- getDenseSize() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
- getDescriptor() - Static method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
- getDescriptorForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
- getDimArity(Representable[]) - Static method in class com.linkedin.feathr.common.ColumnUtils
-
Compute the number of dimension (non-value) columns
This assumes that all value columns are at end and
are of type FLOAT or DOUBLE.
- getDimensionNames() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- getDimensions() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
-
- getDimensionTypes() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- getDimensionValue(ReadableTuple, int) - Method in class com.linkedin.feathr.common.tensor.DimensionType
-
- getDocumentation() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
-
- getDouble(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getDouble(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getDouble(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getDouble(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getDoubleArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getDoubleArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getDoubleArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubleArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubleArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubleArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.DoubleArray double_array = 13;
- getDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
repeated double doubles = 1;
- getDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
repeated double doubles = 1;
- getDoubles(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArrayOrBuilder
-
repeated double doubles = 1;
- getDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
repeated double doubles = 1;
- getDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
repeated double doubles = 1;
- getDoublesCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArrayOrBuilder
-
repeated double doubles = 1;
- getDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
repeated double doubles = 1;
- getDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
repeated double doubles = 1;
- getDoublesList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArrayOrBuilder
-
repeated double doubles = 1;
- getDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional double double_value = 4;
- getDoubleValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional double double_value = 4;
- getDoubleValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional double double_value = 4;
- getDurationWithDefault(Config, String, Duration) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return numeric config value with default
- getEnableIncremental() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
- getErasedTagFeatureName() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
-
- getErrorCode() - Method in class com.linkedin.feathr.common.FeatureError
-
- getErrorMsg() - Method in class com.linkedin.feathr.common.FeatureError
-
- getFeatureDeserializer(TensorType) - Static method in class com.linkedin.feathr.common.featurizeddataset.SparkDeserializerFactory
-
Creates a converter from Spark feature value to a TensorData.
- getFeatureName() - Method in class com.linkedin.feathr.common.ErasedEntityTaggedFeature
-
- getFeatureName() - Method in class com.linkedin.feathr.common.TaggedFeatureName
-
- getFeatures() - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
-
- getFeatureType() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
-
- getFeatureType() - Method in class com.linkedin.feathr.common.FeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.BooleanFeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
-
- getFeatureType() - Method in interface com.linkedin.feathr.common.value.FeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.TensorFeatureValue
-
- getFeatureType() - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
-
- getFeatureValueOneOfCase() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
- getFeatureValueOneOfCase() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getFlatIndex() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
-
- getFloat(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getFloat(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getFloat(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getFloatArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getFloatArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getFloatArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.FloatArray float_array = 12;
- getFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.FloatArray float_array = 12;
- getFloatArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.FloatArray float_array = 12;
- getFloatArray() - Method in class com.linkedin.feathr.common.value.DenseVectorFeatureValue
-
- getFloatArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.FloatArray float_array = 12;
- getFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.FloatArray float_array = 12;
- getFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.FloatArray float_array = 12;
- getFloatArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.FloatArray float_array = 12;
- getFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
repeated float floats = 1;
- getFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
repeated float floats = 1;
- getFloats(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArrayOrBuilder
-
repeated float floats = 1;
- getFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
repeated float floats = 1;
- getFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
repeated float floats = 1;
- getFloatsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArrayOrBuilder
-
repeated float floats = 1;
- getFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
repeated float floats = 1;
- getFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
repeated float floats = 1;
- getFloatsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArrayOrBuilder
-
repeated float floats = 1;
- getFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional float float_value = 3;
- getFloatValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional float float_value = 3;
- getFloatValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional float float_value = 3;
- getFloatValue() - Method in class com.linkedin.feathr.common.value.NumericFeatureValue
-
- getHash(ReadableTuple, int) - Static method in class com.linkedin.feathr.common.Hasher
-
- getHoconString(Config, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
Get the typesafe ConfigValue.render() with given path
- getIndex(int) - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
-
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated int32 index_integers = 1;
- getIndexIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated int32 index_integers = 1;
- getIndexIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated int32 index_integers = 1;
- getIndexIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated int32 index_integers = 1;
- getInner() - Method in class com.linkedin.feathr.common.CoercingTensorData
-
- getInstance() - Static method in class com.linkedin.feathr.common.PegasusDefaultFeatureValueResolver
-
- getInstance() - Static method in class com.linkedin.feathr.common.PegasusFeatureTypeResolver
-
- getInt(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getInt(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getInt(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getIntArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getIntArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getIntArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.IntegerArray int_array = 14;
- getIntArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.IntegerArray int_array = 14;
- getIntArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.IntegerArray int_array = 14;
- getIntArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.IntegerArray int_array = 14;
- getIntArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.IntegerArray int_array = 14;
- getIntArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.IntegerArray int_array = 14;
- getIntArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.IntegerArray int_array = 14;
- getIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
repeated int32 integers = 1;
- getIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
repeated int32 integers = 1;
- getIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArrayOrBuilder
-
repeated int32 integers = 1;
- getIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
repeated int32 integers = 1;
- getIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
repeated int32 integers = 1;
- getIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArrayOrBuilder
-
repeated int32 integers = 1;
- getIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
repeated int32 integers = 1;
- getIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
repeated int32 integers = 1;
- getIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArrayOrBuilder
-
repeated int32 integers = 1;
- getIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional int32 int_value = 5;
- getIntValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional int32 int_value = 5;
- getIntValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional int32 int_value = 5;
- getIntWithDefault(Config, String, int) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return int config value with default
- getKeyTag() - Method in class com.linkedin.feathr.common.TaggedFeatureName
-
- getLength() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
-
- getLong(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getLong(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getLong(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getLongArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getLongArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getLongArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.LongArray long_array = 15;
- getLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.LongArray long_array = 15;
- getLongArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.LongArray long_array = 15;
- getLongArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.LongArray long_array = 15;
- getLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.LongArray long_array = 15;
- getLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.LongArray long_array = 15;
- getLongArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.LongArray long_array = 15;
- getLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
repeated int64 longs = 1;
- getLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
repeated int64 longs = 1;
- getLongs(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArrayOrBuilder
-
repeated int64 longs = 1;
- getLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
repeated int64 longs = 1;
- getLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
repeated int64 longs = 1;
- getLongsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArrayOrBuilder
-
repeated int64 longs = 1;
- getLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
repeated int64 longs = 1;
- getLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
repeated int64 longs = 1;
- getLongsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArrayOrBuilder
-
repeated int64 longs = 1;
- getLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional int64 long_value = 6;
- getLongValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional int64 long_value = 6;
- getLongValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional int64 long_value = 6;
- getLongWithDefault(Config, String, long) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return long config value with default
- getName() - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
-
- getName() - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
-
- getName() - Method in class com.linkedin.feathr.common.FeatureRef
-
- getName() - Method in class com.linkedin.feathr.common.tensor.DimensionType
-
Get the name of the DimensionType
- getName() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
-
- getNumber() - Method in enum com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.FeatureValueOneOfCase
-
- getNumberWithDefault(Config, String, Number) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return numeric config value with default
- getNumTerms() - Method in class com.linkedin.feathr.common.FeatureValue
-
Deprecated.
- getOffset() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
-
- getOperationalConfig() - Method in class com.linkedin.feathr.common.configObj.generation.FeatureGenConfig
-
- getOrderedPlanForFeatureUrns(Collection<TaggedFeatureName>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
-
Returns an ordered list of features including the requested features and its dependencies that represents their
execution order.
- getOrderedPlanForRequest(Collection<TaggedFeatureName>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
-
Deprecated.
- getOutputProcessorsListConfig() - Method in class com.linkedin.feathr.common.configObj.generation.OperationalConfig
-
- getOutputTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- getOutputTypes() - Method in interface com.linkedin.feathr.common.tensorbuilder.TypedOperator
-
- getOutputTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- getParams() - Method in class com.linkedin.feathr.common.configObj.generation.OutputProcessorConfig
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
- getParserForType() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- getPlan(Collection<String>) - Method in class com.linkedin.feathr.common.FeatureDependencyGraph
-
Construct a plan for procuring a group of features.
- getPrimitive() - Method in class com.linkedin.feathr.common.types.PrimitiveType
-
- getProperty(String, Object, VariableResolverFactory) - Method in class com.linkedin.feathr.offline.mvel.MvelContext.GenericRecordPropertyHandler
-
- getRank() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
-
- getReferenceEndTime() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
-
- getReferenceEndTimeFormat() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
-
- getRepresentation() - Method in enum com.linkedin.feathr.common.tensor.Primitive
-
- getRepresentation() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
-
- getRepresentation() - Method in interface com.linkedin.feathr.common.tensor.Representable
-
- getRepresentation() - Method in class com.linkedin.feathr.common.types.PrimitiveType
-
- getResult(String, String) - Method in class com.linkedin.feathr.cli.FeatureExperimentEntryPoint
-
- getRetention() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
- getSerializedSize() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- getShape() - Method in class com.linkedin.feathr.common.CoercingTensorData
-
- getShape() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
-
- getShape() - Method in class com.linkedin.feathr.common.tensor.DimensionType
-
Get the shape.
- getShape() - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
-
- getShape() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
-
- getShape() - Method in interface com.linkedin.feathr.common.tensor.TensorData
-
- getShape() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- getShape(TensorType) - Static method in class com.linkedin.feathr.common.TensorUtils
-
Get shape of the tensor as an array
- getSimulateTimeDelay() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
- getSize() - Method in class com.linkedin.feathr.common.types.DenseVectorFeatureType
-
- getSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseBoolArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseBoolArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseBoolArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseBoolArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseBoolArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseBoolArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- getSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseDoubleArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseDoubleArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseDoubleArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseDoubleArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseDoubleArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- getSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseFloatArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseFloatArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseFloatArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseFloatArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseFloatArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- getSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseIntegerArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseIntegerArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseIntegerArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseIntegerArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseIntegerArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseIntegerArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- getSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseLongArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseLongArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseLongArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseLongArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseLongArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- getSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getSparseStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getSparseStringArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getSparseStringArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getSparseStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getSparseStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getSparseStringArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- getStaticCardinality() - Method in interface com.linkedin.feathr.common.tensorbuilder.BulkTensorBuilder
-
The full count of the tensor values, ignoring a possible unknown dimension.
- getStaticCardinality() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- getString(int) - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getString(int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getString(int) - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getString(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getStringArity() - Method in class com.linkedin.feathr.common.ColumnUtils
-
- getStringArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getStringArray() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.StringArray string_array = 11;
- getStringArray() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.StringArray string_array = 11;
- getStringArray() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.StringArray string_array = 11;
- getStringArrayBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.StringArray string_array = 11;
- getStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.StringArray string_array = 11;
- getStringArrayOrBuilder() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional .protobuf.StringArray string_array = 11;
- getStringArrayOrBuilder() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional .protobuf.StringArray string_array = 11;
- getStringList(Config, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return a String list config value where the value can be either a single String or String list
- getStringMap(Config) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return a String map config value where the key and value are both simple String
- getStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
repeated string strings = 1;
- getStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
repeated string strings = 1;
- getStrings(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
-
repeated string strings = 1;
- getStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
repeated string strings = 1;
- getStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
repeated string strings = 1;
- getStringsBytes(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
-
repeated string strings = 1;
- getStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
repeated string strings = 1;
- getStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
repeated string strings = 1;
- getStringsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
-
repeated string strings = 1;
- getStringSet() - Method in class com.linkedin.feathr.common.value.CategoricalSetFeatureValue
-
- getStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
repeated string strings = 1;
- getStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
repeated string strings = 1;
- getStringsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArrayOrBuilder
-
repeated string strings = 1;
- getStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional string string_value = 2;
- getStringValue() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional string string_value = 2;
- getStringValue() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional string string_value = 2;
- getStringValue() - Method in class com.linkedin.feathr.common.value.CategoricalFeatureValue
-
- getStringValueBytes() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional string string_value = 2;
- getStringValueBytes() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
optional string string_value = 2;
- getStringValueBytes() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValueOrBuilder
-
optional string string_value = 2;
- getStringWithDefault(Config, String, String) - Static method in class com.linkedin.feathr.common.configObj.configbuilder.ConfigUtils
-
return string config value with default
- getTaggedFeatureNameFromStringTags(ErasedEntityTaggedFeature, List<String>) - Static method in class com.linkedin.feathr.common.TaggedFeatureUtils
-
- getTensorBuilder(TensorType) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilderFactory
-
- getTensorBuilder(TensorType) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilderFactory
-
- getTensorBuilder(TensorType) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilderFactory
-
- getTensorCategory() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- getTensorData() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getTensorType() - Method in class com.linkedin.feathr.common.FeatureTypeConfig
-
- getTensorType() - Method in class com.linkedin.feathr.common.types.TensorFeatureType
-
- getTerms(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
- getTermVector() - Method in class com.linkedin.feathr.common.value.TermVectorFeatureValue
-
- getTimeResolution() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
-
- getTimeSetting() - Method in class com.linkedin.feathr.common.configObj.generation.OfflineOperationalConfig
-
- getTimeZone() - Method in class com.linkedin.feathr.common.configObj.DateTimeConfig
-
- getTopKTerms(Object, int) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
return an ordered list of terms, based on descending order of corresponding values
- getTopTerm(Object) - Static method in class com.linkedin.feathr.common.util.MvelContextUDFs
-
get terms with the highest value (duplicate will resolved randomly)
- getType() - Method in class com.linkedin.feathr.common.GenericTypedTensor
-
Returns type metadata.
- getType() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
-
- getType() - Method in interface com.linkedin.feathr.common.TypedTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.CoercingTensorData
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.dense.ByteBufferDenseTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
-
- getTypes() - Method in interface com.linkedin.feathr.common.tensor.ReadableTuple
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarBooleanTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarBytesTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarDoubleTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarFloatTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarIntTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarLongTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.scalar.ScalarStringTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- getTypes() - Method in class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- getTypes() - Method in interface com.linkedin.feathr.common.tensor.TensorData
-
- getTypes() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getTypes() - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
- getTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- getTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getTypes() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
- getUnknownFields() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- getValue() - Method in class com.linkedin.feathr.common.FeatureValue
-
- getValue() - Method in class com.linkedin.feathr.common.FeatureVariableResolver
-
- getValue(int) - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
- getValueArity() - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensor
-
- getValueBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated bool value_booleans = 2;
- getValueBooleans(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
repeated bool value_booleans = 2;
- getValueBooleans(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
-
repeated bool value_booleans = 2;
- getValueBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated bool value_booleans = 2;
- getValueBooleansCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
repeated bool value_booleans = 2;
- getValueBooleansCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
-
repeated bool value_booleans = 2;
- getValueBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated bool value_booleans = 2;
- getValueBooleansList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray
-
repeated bool value_booleans = 2;
- getValueBooleansList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArrayOrBuilder
-
repeated bool value_booleans = 2;
- getValueDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated double value_doubles = 2;
- getValueDoubles(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
repeated double value_doubles = 2;
- getValueDoubles(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
-
repeated double value_doubles = 2;
- getValueDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated double value_doubles = 2;
- getValueDoublesCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
repeated double value_doubles = 2;
- getValueDoublesCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
-
repeated double value_doubles = 2;
- getValueDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated double value_doubles = 2;
- getValueDoublesList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray
-
repeated double value_doubles = 2;
- getValueDoublesList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArrayOrBuilder
-
repeated double value_doubles = 2;
- getValueFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated float value_floats = 2;
- getValueFloats(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
repeated float value_floats = 2;
- getValueFloats(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
-
repeated float value_floats = 2;
- getValueFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated float value_floats = 2;
- getValueFloatsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
repeated float value_floats = 2;
- getValueFloatsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
-
repeated float value_floats = 2;
- getValueFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated float value_floats = 2;
- getValueFloatsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray
-
repeated float value_floats = 2;
- getValueFloatsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArrayOrBuilder
-
repeated float value_floats = 2;
- getValueIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 value_integers = 2;
- getValueIntegers(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
repeated int32 value_integers = 2;
- getValueIntegers(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
-
repeated int32 value_integers = 2;
- getValueIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 value_integers = 2;
- getValueIntegersCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
repeated int32 value_integers = 2;
- getValueIntegersCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
-
repeated int32 value_integers = 2;
- getValueIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 value_integers = 2;
- getValueIntegersList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray
-
repeated int32 value_integers = 2;
- getValueIntegersList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArrayOrBuilder
-
repeated int32 value_integers = 2;
- getValueLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int64 value_longs = 2;
- getValueLongs(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
repeated int64 value_longs = 2;
- getValueLongs(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
-
repeated int64 value_longs = 2;
- getValueLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int64 value_longs = 2;
- getValueLongsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
repeated int64 value_longs = 2;
- getValueLongsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
-
repeated int64 value_longs = 2;
- getValueLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int64 value_longs = 2;
- getValueLongsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray
-
repeated int64 value_longs = 2;
- getValueLongsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArrayOrBuilder
-
repeated int64 value_longs = 2;
- getValues() - Method in class com.linkedin.feathr.common.tensor.LOLTensorData
-
- getValueStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated string value_strings = 2;
- getValueStrings(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated string value_strings = 2;
- getValueStrings(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated string value_strings = 2;
- getValueStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated string value_strings = 2;
- getValueStringsBytes(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated string value_strings = 2;
- getValueStringsBytes(int) - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated string value_strings = 2;
- getValueStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated string value_strings = 2;
- getValueStringsCount() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated string value_strings = 2;
- getValueStringsCount() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated string value_strings = 2;
- getValueStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated string value_strings = 2;
- getValueStringsList() - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray
-
repeated string value_strings = 2;
- getValueStringsList() - Method in interface com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArrayOrBuilder
-
repeated string value_strings = 2;
- getValueType() - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- safeRatio(int, int) - Static method in class com.linkedin.feathr.common.TensorUtils
-
- safeToFloat(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
-
Safely convert an input object to its float representation.
- safeToString(Object) - Static method in class com.linkedin.feathr.common.util.CoercionUtils
-
Safely convert an input object into its string representation.
- ScalarBooleanTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarBooleanTensor(boolean) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarBooleanTensor
-
- ScalarBytesTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarBytesTensor(byte[]) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarBytesTensor
-
- ScalarDoubleTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarDoubleTensor(double) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarDoubleTensor
-
- ScalarFloatTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarFloatTensor(float) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarFloatTensor
-
- ScalarIntTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarIntTensor(int) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarIntTensor
-
- ScalarLongTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarLongTensor(long) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarLongTensor
-
- ScalarStringTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
- ScalarStringTensor(String) - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarStringTensor
-
- ScalarTensor - Class in com.linkedin.feathr.common.tensor.scalar
-
A base for all wrappers of scalars.
- ScalarTensor() - Constructor for class com.linkedin.feathr.common.tensor.scalar.ScalarTensor
-
- SchemaMetadataUtils - Class in com.linkedin.feathr.common.featurizeddataset
-
Internal utilities for handling FDS metadata in Avro schema.
- setBoolean(int, boolean) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setBoolean(int, boolean) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `boolean`
- setBoolean(int, boolean) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- setBoolean(int, boolean) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
- setBoolean(int, boolean) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setBooleanArray(FeatureValueOuterClass.BooleanArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BooleanArray boolean_array = 10;
- setBooleanArray(FeatureValueOuterClass.BooleanArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BooleanArray boolean_array = 10;
- setBooleans(int, boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BooleanArray.Builder
-
repeated bool booleans = 1;
- setBooleanValue(boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional bool boolean_value = 1;
- setByteArray(FeatureValueOuterClass.BytesArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BytesArray byte_array = 16;
- setByteArray(FeatureValueOuterClass.BytesArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.BytesArray byte_array = 16;
- setBytes(int, byte[]) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setBytes(int, byte[]) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `byte array`
- setBytes(int, byte[]) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- setBytes(int, byte[]) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setBytes(int, ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.BytesArray.Builder
-
repeated bytes bytes = 1;
- setDimensions(WriteableTuple, Object[]) - Method in class com.linkedin.feathr.common.tensor.TensorType
-
- setDimensionValue(WriteableTuple, int, Object) - Method in class com.linkedin.feathr.common.tensor.DimensionType
-
Sets a dimension in a particular column of a target tuple.
- setDimensionValue(WriteableTuple, int, Object) - Method in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
-
- setDouble(int, double) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setDouble(int, double) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `double`
- setDouble(int, double) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- setDouble(int, double) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
- setDouble(int, double) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setDoubleArray(FeatureValueOuterClass.DoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.DoubleArray double_array = 13;
- setDoubleArray(FeatureValueOuterClass.DoubleArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.DoubleArray double_array = 13;
- setDoubles(int, double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.DoubleArray.Builder
-
repeated double doubles = 1;
- setDoubleValue(double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional double double_value = 4;
- setFloat(int, float) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setFloat(int, float) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `float`
- setFloat(int, float) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- setFloat(int, float) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setFloatArray(FeatureValueOuterClass.FloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.FloatArray float_array = 12;
- setFloatArray(FeatureValueOuterClass.FloatArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.FloatArray float_array = 12;
- setFloats(int, float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FloatArray.Builder
-
repeated float floats = 1;
- setFloatValue(float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional float float_value = 3;
- setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated int32 index_integers = 1;
- setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated int32 index_integers = 1;
- setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated int32 index_integers = 1;
- setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 index_integers = 1;
- setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int32 index_integers = 1;
- setIndexIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated int32 index_integers = 1;
- setInt(int, int) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setInt(int, int) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `int`
- setInt(int, int) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
DenseTensorBuilder's setInt should be used seldomly.
- setInt(int, int) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setIntArray(FeatureValueOuterClass.IntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.IntegerArray int_array = 14;
- setIntArray(FeatureValueOuterClass.IntegerArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.IntegerArray int_array = 14;
- setIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.IntegerArray.Builder
-
repeated int32 integers = 1;
- setIntValue(int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional int32 int_value = 5;
- setLong(int, long) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setLong(int, long) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `long`
- setLong(int, long) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- setLong(int, long) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setLongArray(FeatureValueOuterClass.LongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.LongArray long_array = 15;
- setLongArray(FeatureValueOuterClass.LongArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.LongArray long_array = 15;
- setLongs(int, long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.LongArray.Builder
-
repeated int64 longs = 1;
- setLongValue(long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional int64 long_value = 6;
- setProperty(String, Object, VariableResolverFactory, Object) - Method in class com.linkedin.feathr.offline.mvel.MvelContext.GenericRecordPropertyHandler
-
- setSparseBoolArray(FeatureValueOuterClass.SparseBoolArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- setSparseBoolArray(FeatureValueOuterClass.SparseBoolArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseBoolArray sparse_bool_array = 21;
- setSparseDoubleArray(FeatureValueOuterClass.SparseDoubleArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- setSparseDoubleArray(FeatureValueOuterClass.SparseDoubleArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseDoubleArray sparse_double_array = 24;
- setSparseFloatArray(FeatureValueOuterClass.SparseFloatArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- setSparseFloatArray(FeatureValueOuterClass.SparseFloatArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseFloatArray sparse_float_array = 25;
- setSparseIntegerArray(FeatureValueOuterClass.SparseIntegerArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- setSparseIntegerArray(FeatureValueOuterClass.SparseIntegerArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseIntegerArray sparse_integer_array = 22;
- setSparseLongArray(FeatureValueOuterClass.SparseLongArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- setSparseLongArray(FeatureValueOuterClass.SparseLongArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseLongArray sparse_long_array = 23;
- setSparseStringArray(FeatureValueOuterClass.SparseStringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- setSparseStringArray(FeatureValueOuterClass.SparseStringArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.SparseStringArray sparse_string_array = 20;
- setString(int, String) - Method in class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- setString(int, String) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
Sets the specified column to a given `String`
- setString(int, String) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- setString(int, String) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
- setString(int, String) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- setStringArray(FeatureValueOuterClass.StringArray) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.StringArray string_array = 11;
- setStringArray(FeatureValueOuterClass.StringArray.Builder) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional .protobuf.StringArray string_array = 11;
- setStrings(int, String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray.Builder
-
repeated string strings = 1;
- setStringValue(String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional string string_value = 2;
- setStringValueBytes(ByteString) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue.Builder
-
optional string string_value = 2;
- setValue(int, Object) - Method in interface com.linkedin.feathr.common.tensor.WriteableTuple
-
- setValueBooleans(int, boolean) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseBoolArray.Builder
-
repeated bool value_booleans = 2;
- setValueDoubles(int, double) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseDoubleArray.Builder
-
repeated double value_doubles = 2;
- setValueFloats(int, float) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseFloatArray.Builder
-
repeated float value_floats = 2;
- setValueIntegers(int, int) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseIntegerArray.Builder
-
repeated int32 value_integers = 2;
- setValueLongs(int, long) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseLongArray.Builder
-
repeated int64 value_longs = 2;
- setValueStrings(int, String) - Method in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.SparseStringArray.Builder
-
repeated string value_strings = 2;
- SimpleWriteableTuple<T extends WriteableTuple<T>> - Class in com.linkedin.feathr.common.tensor
-
An implementation of
WriteableTuple which keeps all values in primitive arrays.
- SimpleWriteableTuple(Representable[]) - Constructor for class com.linkedin.feathr.common.tensor.SimpleWriteableTuple
-
- size() - Method in class com.linkedin.feathr.common.FeatureValue
-
- size() - Method in class com.linkedin.feathr.common.featurizeddataset.DenseTensorList
-
- slice(Object) - Method in class com.linkedin.feathr.common.GenericTypedTensor
-
Slice along 1st dimension.
- slice(Object) - Method in interface com.linkedin.feathr.common.TypedTensor
-
- SortUtils - Class in com.linkedin.feathr.common.tensorbuilder
-
- SparkDeserializerFactory - Class in com.linkedin.feathr.common.featurizeddataset
-
A converter from FDS Spark objects to TensorData.
- SPARSE_BOOL_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- SPARSE_DOUBLE_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- SPARSE_FLOAT_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- SPARSE_INTEGER_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- SPARSE_LONG_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- SPARSE_STRING_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- StandaloneReadableTuple - Class in com.linkedin.feathr.common.tensor
-
A readable tuple implementation that stores single tensor row data independent of
a tensor aka in standalone manner.
- StandaloneReadableTuple(StandaloneReadableTuple) - Constructor for class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
Copies StandaloneReadableTuple.
- StandaloneReadableTuple(ReadableTuple) - Constructor for class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
- StandaloneReadableTuple(ReadableTuple, boolean) - Constructor for class com.linkedin.feathr.common.tensor.StandaloneReadableTuple
-
Creates a StandaloneReadableTuple from a ReadableTuple optionally by dropping
last value (float/double) columns.
- start() - Method in class com.linkedin.feathr.common.featurizeddataset.BaseDenseTensorIterator
-
- start() - Method in interface com.linkedin.feathr.common.tensor.TensorIterator
-
Rewinds the iterator to the beginning of its range.
- start(int) - Method in class com.linkedin.feathr.common.tensorbuilder.DenseTensorBuilder
-
- start(int) - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
Initializes this TensorBuilder.
- start() - Method in interface com.linkedin.feathr.common.tensorbuilder.TensorBuilder
-
Initializes this TensorBuilder.
- start(int) - Method in class com.linkedin.feathr.common.tensorbuilder.UniversalTensorBuilder
-
- STRING - Static variable in class com.linkedin.feathr.common.tensor.PrimitiveDimensionType
-
- STRING - Static variable in class com.linkedin.feathr.common.types.PrimitiveType
-
- STRING_ARRAY_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- STRING_VALUE_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.FeatureValue
-
- STRINGS_FIELD_NUMBER - Static variable in class com.linkedin.feathr.common.types.protobuf.FeatureValueOuterClass.StringArray
-
- stringToIndex(String) - Method in class com.linkedin.feathr.common.tensor.DimensionType
-
- subSlice(Object) - Method in class com.linkedin.feathr.common.GenericTypedTensor
-
- subSlice(Object) - Method in interface com.linkedin.feathr.common.TypedTensor
-
- swapDouble(int, double[], int, int, double[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.SortUtils
-
Swaps the value blocks in v[] based on a, b and doubleArity.
- swapFloat(int, float[], int, int, float[]) - Static method in class com.linkedin.feathr.common.tensorbuilder.SortUtils
-
Swaps the value blocks in v[] based on a, b and floatArity.