- validate() - Method in class co.cask.hydrator.common.batch.action.ConditionConfig
-
- validate() - Method in class co.cask.hydrator.common.http.HTTPConfig
-
- validate() - Method in class co.cask.hydrator.common.http.HTTPPollConfig
-
- validateConfigParameters(Schema, String, String, String, String) - Static method in class co.cask.hydrator.common.spark.SparkUtils
-
Validate the config parameters for the spark sink and spark compute classes.
- validateFeatureGeneratorConfig(Schema, Map<String, String>, String) - Static method in class co.cask.hydrator.common.spark.SparkUtils
-
Validate config parameters for feature generator classes.
- validateFieldsArePresentInSchema(Schema, String...) - Static method in class co.cask.hydrator.common.SchemaValidator
-
Iterates through the required fields and checks if they are present in the schema
- validateId(String) - Static method in class co.cask.hydrator.common.IdUtils
-
- validateLabelFieldForTrainer(Schema, String) - Static method in class co.cask.hydrator.common.spark.SparkUtils
-
Validate label field for trainer.
- validateOutputSchemaAndInputSchemaIfPresent(String, String, PipelineConfigurer) - Static method in class co.cask.hydrator.common.SchemaValidator
-
Validate output schema fields and if input schema is present,
check if output schema is a subset of the input schema and return output schema.
- validateOutputSchemaIsSubsetOfInputSchema(Schema, Schema) - Static method in class co.cask.hydrator.common.SchemaValidator
-
Checks that all the fields in output schema is part of input schema and the fields schema type matches.
- validateSchemaFieldsAreSimple(Schema) - Static method in class co.cask.hydrator.common.SchemaValidator
-
Iterates through the schema fields and checks their type is simple
- validateTextField(Schema, String) - Static method in class co.cask.hydrator.common.spark.SparkUtils
-
Validate the input field to be used for text based feature generation.
- valueOf(String) - Static method in enum co.cask.hydrator.common.batch.action.Condition
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum co.cask.hydrator.common.batch.action.Condition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VectorUtils - Class in co.cask.hydrator.common.spark
-
Vector utility class to handle sparse vectors.
- VectorUtils() - Constructor for class co.cask.hydrator.common.spark.VectorUtils
-