Package | Description |
---|---|
org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
org.mlflow.tracking |
MLflow Tracking provides a Java CRUD interface to MLflow Experiments and Runs --
to create and log to MLflow runs, use the
MlflowContext interface. |
Modifier and Type | Method and Description |
---|---|
static Service.RunStatus |
Service.RunStatus.forNumber(int value) |
Service.RunStatus |
Service.RunInfoOrBuilder.getStatus()
Current status of the run.
|
Service.RunStatus |
Service.RunInfo.getStatus()
Current status of the run.
|
Service.RunStatus |
Service.RunInfo.Builder.getStatus()
Current status of the run.
|
Service.RunStatus |
Service.UpdateRunOrBuilder.getStatus()
Updated status of the run.
|
Service.RunStatus |
Service.UpdateRun.getStatus()
Updated status of the run.
|
Service.RunStatus |
Service.UpdateRun.Builder.getStatus()
Updated status of the run.
|
static Service.RunStatus |
Service.RunStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.RunStatus |
Service.RunStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.RunStatus |
Service.RunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.RunStatus[] |
Service.RunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Service.RunStatus> |
Service.RunStatus.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Service.RunInfo.Builder |
Service.RunInfo.Builder.setStatus(Service.RunStatus value)
Current status of the run.
|
Service.UpdateRun.Builder |
Service.UpdateRun.Builder.setStatus(Service.RunStatus value)
Updated status of the run.
|
Modifier and Type | Method and Description |
---|---|
void |
ActiveRun.endRun(Service.RunStatus status)
Ends the active MLflow run.
|
void |
MlflowClient.setTerminated(String runId,
Service.RunStatus status)
Set the status of a run to be completed at the current time.
|
void |
MlflowClient.setTerminated(String runId,
Service.RunStatus status,
long endTime)
Set the status of a run to be completed at the given endTime.
|
Copyright © 2020. All rights reserved.