Constant Field Values
Contents
org.mlflow.*
-
org.mlflow.api.proto.ModelRegistry.CreateModelVersion Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
public static final int
RUN_ID_FIELD_NUMBER
3
public static final int
SOURCE_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.CreateModelVersion.Response Modifier and Type Constant Field Value public static final int
MODEL_VERSION_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.CreateRegisteredModel Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.CreateRegisteredModel.Response Modifier and Type Constant Field Value public static final int
REGISTERED_MODEL_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.DeleteModelVersion Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
public static final int
VERSION_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.DeleteRegisteredModel Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.GetLatestVersions Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
public static final int
STAGES_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.GetLatestVersions.Response Modifier and Type Constant Field Value public static final int
MODEL_VERSIONS_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.GetModelVersion Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
public static final int
VERSION_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.GetModelVersion.Response Modifier and Type Constant Field Value public static final int
MODEL_VERSION_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.GetModelVersionDownloadUri Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
public static final int
VERSION_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.GetModelVersionDownloadUri.Response Modifier and Type Constant Field Value public static final int
ARTIFACT_URI_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.GetRegisteredModel Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.GetRegisteredModel.Response Modifier and Type Constant Field Value public static final int
REGISTERED_MODEL_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.ListRegisteredModels Modifier and Type Constant Field Value public static final int
MAX_RESULTS_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.ListRegisteredModels.Response Modifier and Type Constant Field Value public static final int
REGISTERED_MODELS_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.ModelVersion Modifier and Type Constant Field Value public static final int
CREATION_TIMESTAMP_FIELD_NUMBER
3
public static final int
CURRENT_STAGE_FIELD_NUMBER
6
public static final int
DESCRIPTION_FIELD_NUMBER
7
public static final int
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER
4
public static final int
NAME_FIELD_NUMBER
1
public static final int
RUN_ID_FIELD_NUMBER
9
public static final int
SOURCE_FIELD_NUMBER
8
public static final int
STATUS_FIELD_NUMBER
10
public static final int
STATUS_MESSAGE_FIELD_NUMBER
11
public static final int
USER_ID_FIELD_NUMBER
5
public static final int
VERSION_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.ModelVersionStatus Modifier and Type Constant Field Value public static final int
FAILED_REGISTRATION_VALUE
2
public static final int
PENDING_REGISTRATION_VALUE
1
public static final int
READY_VALUE
3
-
org.mlflow.api.proto.ModelRegistry.RegisteredModel Modifier and Type Constant Field Value public static final int
CREATION_TIMESTAMP_FIELD_NUMBER
2
public static final int
DESCRIPTION_FIELD_NUMBER
5
public static final int
LAST_UPDATED_TIMESTAMP_FIELD_NUMBER
3
public static final int
LATEST_VERSIONS_FIELD_NUMBER
6
public static final int
NAME_FIELD_NUMBER
1
public static final int
USER_ID_FIELD_NUMBER
4
-
org.mlflow.api.proto.ModelRegistry.RenameRegisteredModel Modifier and Type Constant Field Value public static final int
NAME_FIELD_NUMBER
1
public static final int
NEW_NAME_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.RenameRegisteredModel.Response Modifier and Type Constant Field Value public static final int
REGISTERED_MODEL_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.SearchModelVersions Modifier and Type Constant Field Value public static final int
FILTER_FIELD_NUMBER
1
public static final int
MAX_RESULTS_FIELD_NUMBER
2
public static final int
ORDER_BY_FIELD_NUMBER
3
public static final int
PAGE_TOKEN_FIELD_NUMBER
4
-
org.mlflow.api.proto.ModelRegistry.SearchModelVersions.Response Modifier and Type Constant Field Value public static final int
MODEL_VERSIONS_FIELD_NUMBER
1
public static final int
NEXT_PAGE_TOKEN_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.TransitionModelVersionStage Modifier and Type Constant Field Value public static final int
ARCHIVE_EXISTING_VERSIONS_FIELD_NUMBER
4
public static final int
NAME_FIELD_NUMBER
1
public static final int
STAGE_FIELD_NUMBER
3
public static final int
VERSION_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.TransitionModelVersionStage.Response Modifier and Type Constant Field Value public static final int
MODEL_VERSION_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.UpdateModelVersion Modifier and Type Constant Field Value public static final int
DESCRIPTION_FIELD_NUMBER
3
public static final int
NAME_FIELD_NUMBER
1
public static final int
VERSION_FIELD_NUMBER
2
-
org.mlflow.api.proto.ModelRegistry.UpdateModelVersion.Response Modifier and Type Constant Field Value public static final int
MODEL_VERSION_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.UpdateRegisteredModel Modifier and Type Constant Field Value public static final int
DESCRIPTION_FIELD_NUMBER
2
public static final int
NAME_FIELD_NUMBER
1
-
org.mlflow.api.proto.ModelRegistry.UpdateRegisteredModel.Response Modifier and Type Constant Field Value public static final int
REGISTERED_MODEL_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.CreateExperiment Modifier and Type Constant Field Value public static final int
ARTIFACT_LOCATION_FIELD_NUMBER
2
public static final int
NAME_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.CreateExperiment.Response Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.CreateRun Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
public static final int
START_TIME_FIELD_NUMBER
7
public static final int
TAGS_FIELD_NUMBER
9
public static final int
USER_ID_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.CreateRun.Response Modifier and Type Constant Field Value public static final int
RUN_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.DeleteExperiment Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.DeleteRun Modifier and Type Constant Field Value public static final int
RUN_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.DeleteTag Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.Experiment Modifier and Type Constant Field Value public static final int
ARTIFACT_LOCATION_FIELD_NUMBER
3
public static final int
CREATION_TIME_FIELD_NUMBER
6
public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
public static final int
LAST_UPDATE_TIME_FIELD_NUMBER
5
public static final int
LIFECYCLE_STAGE_FIELD_NUMBER
4
public static final int
NAME_FIELD_NUMBER
2
public static final int
TAGS_FIELD_NUMBER
7
-
org.mlflow.api.proto.Service.ExperimentTag Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
1
public static final int
VALUE_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.FileInfo Modifier and Type Constant Field Value public static final int
FILE_SIZE_FIELD_NUMBER
3
public static final int
IS_DIR_FIELD_NUMBER
2
public static final int
PATH_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetExperiment Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetExperiment.Response Modifier and Type Constant Field Value public static final int
EXPERIMENT_FIELD_NUMBER
1
public static final int
RUNS_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.GetExperimentByName Modifier and Type Constant Field Value public static final int
EXPERIMENT_NAME_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetExperimentByName.Response Modifier and Type Constant Field Value public static final int
EXPERIMENT_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetMetricHistory Modifier and Type Constant Field Value public static final int
METRIC_KEY_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
3
public static final int
RUN_UUID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetMetricHistory.Response Modifier and Type Constant Field Value public static final int
METRICS_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetRun Modifier and Type Constant Field Value public static final int
RUN_ID_FIELD_NUMBER
2
public static final int
RUN_UUID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.GetRun.Response Modifier and Type Constant Field Value public static final int
RUN_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.ListArtifacts Modifier and Type Constant Field Value public static final int
PATH_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
3
public static final int
RUN_UUID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.ListArtifacts.Response Modifier and Type Constant Field Value public static final int
FILES_FIELD_NUMBER
2
public static final int
ROOT_URI_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.ListExperiments Modifier and Type Constant Field Value public static final int
VIEW_TYPE_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.ListExperiments.Response Modifier and Type Constant Field Value public static final int
EXPERIMENTS_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.LogBatch Modifier and Type Constant Field Value public static final int
METRICS_FIELD_NUMBER
2
public static final int
PARAMS_FIELD_NUMBER
3
public static final int
RUN_ID_FIELD_NUMBER
1
public static final int
TAGS_FIELD_NUMBER
4
-
org.mlflow.api.proto.Service.LogMetric Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
6
public static final int
RUN_UUID_FIELD_NUMBER
1
public static final int
STEP_FIELD_NUMBER
5
public static final int
TIMESTAMP_FIELD_NUMBER
4
public static final int
VALUE_FIELD_NUMBER
3
-
org.mlflow.api.proto.Service.LogModel Modifier and Type Constant Field Value public static final int
MODEL_JSON_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.LogParam Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
4
public static final int
RUN_UUID_FIELD_NUMBER
1
public static final int
VALUE_FIELD_NUMBER
3
-
org.mlflow.api.proto.Service.Metric Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
1
public static final int
STEP_FIELD_NUMBER
4
public static final int
TIMESTAMP_FIELD_NUMBER
3
public static final int
VALUE_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.Param Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
1
public static final int
VALUE_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.RestoreExperiment Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.RestoreRun Modifier and Type Constant Field Value public static final int
RUN_ID_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.Run Modifier and Type Constant Field Value public static final int
DATA_FIELD_NUMBER
2
public static final int
INFO_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.RunData Modifier and Type Constant Field Value public static final int
METRICS_FIELD_NUMBER
1
public static final int
PARAMS_FIELD_NUMBER
2
public static final int
TAGS_FIELD_NUMBER
3
-
org.mlflow.api.proto.Service.RunInfo Modifier and Type Constant Field Value public static final int
ARTIFACT_URI_FIELD_NUMBER
13
public static final int
END_TIME_FIELD_NUMBER
9
public static final int
EXPERIMENT_ID_FIELD_NUMBER
2
public static final int
LIFECYCLE_STAGE_FIELD_NUMBER
14
public static final int
RUN_ID_FIELD_NUMBER
15
public static final int
RUN_UUID_FIELD_NUMBER
1
public static final int
START_TIME_FIELD_NUMBER
8
public static final int
STATUS_FIELD_NUMBER
7
public static final int
USER_ID_FIELD_NUMBER
6
-
org.mlflow.api.proto.Service.RunStatus Modifier and Type Constant Field Value public static final int
FAILED_VALUE
4
public static final int
FINISHED_VALUE
3
public static final int
KILLED_VALUE
5
public static final int
RUNNING_VALUE
1
public static final int
SCHEDULED_VALUE
2
-
org.mlflow.api.proto.Service.RunTag Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
1
public static final int
VALUE_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.SearchRuns Modifier and Type Constant Field Value public static final int
EXPERIMENT_IDS_FIELD_NUMBER
1
public static final int
FILTER_FIELD_NUMBER
4
public static final int
MAX_RESULTS_FIELD_NUMBER
5
public static final int
ORDER_BY_FIELD_NUMBER
6
public static final int
PAGE_TOKEN_FIELD_NUMBER
7
public static final int
RUN_VIEW_TYPE_FIELD_NUMBER
3
-
org.mlflow.api.proto.Service.SearchRuns.Response Modifier and Type Constant Field Value public static final int
NEXT_PAGE_TOKEN_FIELD_NUMBER
2
public static final int
RUNS_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.SetExperimentTag Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
public static final int
KEY_FIELD_NUMBER
2
public static final int
VALUE_FIELD_NUMBER
3
-
org.mlflow.api.proto.Service.SetTag Modifier and Type Constant Field Value public static final int
KEY_FIELD_NUMBER
2
public static final int
RUN_ID_FIELD_NUMBER
4
public static final int
RUN_UUID_FIELD_NUMBER
1
public static final int
VALUE_FIELD_NUMBER
3
-
org.mlflow.api.proto.Service.SourceType Modifier and Type Constant Field Value public static final int
JOB_VALUE
2
public static final int
LOCAL_VALUE
4
public static final int
NOTEBOOK_VALUE
1
public static final int
PROJECT_VALUE
3
public static final int
UNKNOWN_VALUE
1000
-
org.mlflow.api.proto.Service.UpdateExperiment Modifier and Type Constant Field Value public static final int
EXPERIMENT_ID_FIELD_NUMBER
1
public static final int
NEW_NAME_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.UpdateRun Modifier and Type Constant Field Value public static final int
END_TIME_FIELD_NUMBER
3
public static final int
RUN_ID_FIELD_NUMBER
4
public static final int
RUN_UUID_FIELD_NUMBER
1
public static final int
STATUS_FIELD_NUMBER
2
-
org.mlflow.api.proto.Service.UpdateRun.Response Modifier and Type Constant Field Value public static final int
RUN_INFO_FIELD_NUMBER
1
-
org.mlflow.api.proto.Service.ViewType Modifier and Type Constant Field Value public static final int
ACTIVE_ONLY_VALUE
1
public static final int
ALL_VALUE
3
public static final int
DELETED_ONLY_VALUE
2
-
org.mlflow.tracking.MlflowClient Modifier and Type Constant Field Value protected static final java.lang.String
DEFAULT_EXPERIMENT_ID
"0"
-
org.mlflow.tracking.utils.DatabricksContext Modifier and Type Constant Field Value public static final java.lang.String
CONFIG_PROVIDER_CLASS_NAME
"com.databricks.config.DatabricksClientSettingsProvider"
-
org.mlflow.tracking.utils.MlflowTagConstants Modifier and Type Constant Field Value public static final java.lang.String
DATABRICKS_JOB_ID
"mlflow.databricks.jobID"
public static final java.lang.String
DATABRICKS_JOB_RUN_ID
"mlflow.databricks.jobRunID"
public static final java.lang.String
DATABRICKS_JOB_TYPE
"mlflow.databricks.jobType"
public static final java.lang.String
DATABRICKS_NOTEBOOK_ID
"mlflow.databricks.notebookID"
public static final java.lang.String
DATABRICKS_NOTEBOOK_PATH
"mlflow.databricks.notebookPath"
public static final java.lang.String
DATABRICKS_WEBAPP_URL
"mlflow.databricks.webappURL"
public static final java.lang.String
PARENT_RUN_ID
"mlflow.parentRunId"
public static final java.lang.String
RUN_NAME
"mlflow.runName"
public static final java.lang.String
SOURCE_NAME
"mlflow.source.name"
public static final java.lang.String
SOURCE_TYPE
"mlflow.source.type"
public static final java.lang.String
USER
"mlflow.user"