Constant Field Values

Contents

org.elasticsearch.*

  • org.elasticsearch.client.cluster.SniffModeInfo
    Modifier and Type
    Constant Field
    Value
    public static final String
    "sniff"
  • org.elasticsearch.client.indexlifecycle.AllocateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "allocate"
  • org.elasticsearch.client.indexlifecycle.DeleteAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "delete"
  • org.elasticsearch.client.indexlifecycle.ForceMergeAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "forcemerge"
  • org.elasticsearch.client.indexlifecycle.FreezeAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "freeze"
  • org.elasticsearch.client.indexlifecycle.MigrateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "migrate"
  • org.elasticsearch.client.indexlifecycle.ReadOnlyAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "readonly"
  • org.elasticsearch.client.indexlifecycle.RolloverAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "rollover"
  • org.elasticsearch.client.indexlifecycle.SearchableSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "searchable_snapshot"
  • org.elasticsearch.client.indexlifecycle.SetPriorityAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "set_priority"
  • org.elasticsearch.client.indexlifecycle.ShrinkAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "shrink"
  • org.elasticsearch.client.indexlifecycle.UnfollowAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "unfollow"
  • org.elasticsearch.client.indexlifecycle.WaitForSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "wait_for_snapshot"
  • org.elasticsearch.client.ml.dataframe.evaluation.classification.AccuracyMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "accuracy"
  • org.elasticsearch.client.ml.dataframe.evaluation.classification.AucRocMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auc_roc"
  • org.elasticsearch.client.ml.dataframe.evaluation.classification.Classification
    Modifier and Type
    Constant Field
    Value
    public static final String
    "classification"
  • org.elasticsearch.client.ml.dataframe.evaluation.classification.MulticlassConfusionMatrixMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "multiclass_confusion_matrix"
  • org.elasticsearch.client.ml.dataframe.evaluation.classification.PrecisionMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "precision"
  • org.elasticsearch.client.ml.dataframe.evaluation.classification.RecallMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "recall"
  • org.elasticsearch.client.ml.dataframe.evaluation.common.AucRocResult
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auc_roc"
  • org.elasticsearch.client.ml.dataframe.evaluation.outlierdetection.AucRocMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "auc_roc"
  • org.elasticsearch.client.ml.dataframe.evaluation.outlierdetection.ConfusionMatrixMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "confusion_matrix"
  • org.elasticsearch.client.ml.dataframe.evaluation.outlierdetection.OutlierDetection
    Modifier and Type
    Constant Field
    Value
    public static final String
    "outlier_detection"
  • org.elasticsearch.client.ml.dataframe.evaluation.outlierdetection.PrecisionMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "precision"
  • org.elasticsearch.client.ml.dataframe.evaluation.outlierdetection.RecallMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "recall"
  • org.elasticsearch.client.ml.dataframe.evaluation.regression.Regression
    Modifier and Type
    Constant Field
    Value
    public static final String
    "regression"
  • org.elasticsearch.client.ml.dataframe.evaluation.regression.RSquaredMetric
    Modifier and Type
    Constant Field
    Value
    public static final String
    "r_squared"
  • org.elasticsearch.client.ml.dataframe.stats.common.DataCounts
    Modifier and Type
    Constant Field
    Value
    public static final String
    "analytics_data_counts"
  • org.elasticsearch.client.ml.inference.TrainedModelConfig
    Modifier and Type
    Constant Field
    Value
    public static final String
    "trained_model_config"
  • org.elasticsearch.client.ml.inference.TrainedModelDefinition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "trained_model_doc"
  • org.elasticsearch.client.ml.inference.TrainedModelInput
    Modifier and Type
    Constant Field
    Value
    public static final String
    "trained_model_config_input"
  • org.elasticsearch.client.ml.inference.preprocessing.CustomWordEmbedding
    Modifier and Type
    Constant Field
    Value
    public static final String
    "custom_word_embedding"
  • org.elasticsearch.client.ml.inference.preprocessing.FrequencyEncoding
    Modifier and Type
    Constant Field
    Value
    public static final String
    "frequency_encoding"
  • org.elasticsearch.client.ml.inference.preprocessing.Multi
    Modifier and Type
    Constant Field
    Value
    public static final String
    "multi_encoding"
  • org.elasticsearch.client.ml.inference.preprocessing.NGram
    Modifier and Type
    Constant Field
    Value
    public static final String
    "n_gram_encoding"
  • org.elasticsearch.client.ml.inference.preprocessing.OneHotEncoding
    Modifier and Type
    Constant Field
    Value
    public static final String
    "one_hot_encoding"
  • org.elasticsearch.client.ml.inference.preprocessing.TargetMeanEncoding
    Modifier and Type
    Constant Field
    Value
    public static final String
    "target_mean_encoding"
  • org.elasticsearch.client.ml.inference.trainedmodel.InferenceStats
    Modifier and Type
    Constant Field
    Value
    public static final String
    "inference_stats"
  • org.elasticsearch.client.ml.inference.trainedmodel.ensemble.Ensemble
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ensemble"
  • org.elasticsearch.client.ml.inference.trainedmodel.ensemble.Exponent
    Modifier and Type
    Constant Field
    Value
    public static final String
    "exponent"
  • org.elasticsearch.client.ml.inference.trainedmodel.ensemble.LogisticRegression
    Modifier and Type
    Constant Field
    Value
    public static final String
    "logistic_regression"
  • org.elasticsearch.client.ml.inference.trainedmodel.ensemble.WeightedMode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "weighted_mode"
  • org.elasticsearch.client.ml.inference.trainedmodel.ensemble.WeightedSum
    Modifier and Type
    Constant Field
    Value
    public static final String
    "weighted_sum"
  • org.elasticsearch.client.ml.inference.trainedmodel.langident.LangIdentNeuralNetwork
    Modifier and Type
    Constant Field
    Value
    public static final String
    "lang_ident_neural_network"
  • org.elasticsearch.client.ml.inference.trainedmodel.tree.Tree
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tree"
  • org.elasticsearch.client.ml.inference.trainedmodel.tree.TreeNode
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tree_node"
  • org.elasticsearch.client.transform.transforms.TimeRetentionPolicyConfig
    Modifier and Type
    Constant Field
    Value
    public static final String
    "time"
  • org.elasticsearch.client.transform.transforms.TimeSyncConfig
    Modifier and Type
    Constant Field
    Value
    public static final String
    "time"
  • org.elasticsearch.client.transform.transforms.TransformConfigUpdate
    Modifier and Type
    Constant Field
    Value
    public static final String
    "transform_config_update"
  • org.elasticsearch.client.transform.transforms.TransformIndexerStats
    Modifier and Type
    Constant Field
    Value
    public static final String
    "transform_indexer_stats"