Package org.mlflow.api.proto
Interface Service.RunInfoOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.RunInfo,- Service.RunInfo.Builder
 - Enclosing class:
- Service
 
 public static interface Service.RunInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArtifactUri()URI of the directory where artifacts should be uploaded.com.google.protobuf.ByteStringgetArtifactUriBytes()URI of the directory where artifacts should be uploaded.longgetEndTime()Unix timestamp of when the run ended in milliseconds.java.lang.StringgetExperimentId()The experiment ID.com.google.protobuf.ByteStringgetExperimentIdBytes()The experiment ID.java.lang.StringgetLifecycleStage()Current life cycle stage of the experiment : OneOf("active", "deleted")com.google.protobuf.ByteStringgetLifecycleStageBytes()Current life cycle stage of the experiment : OneOf("active", "deleted")java.lang.StringgetRunId()Unique identifier for the run.com.google.protobuf.ByteStringgetRunIdBytes()Unique identifier for the run.java.lang.StringgetRunName()The name of the run.com.google.protobuf.ByteStringgetRunNameBytes()The name of the run.java.lang.StringgetRunUuid()[Deprecated, use run_id instead] Unique identifier for the run.com.google.protobuf.ByteStringgetRunUuidBytes()[Deprecated, use run_id instead] Unique identifier for the run.longgetStartTime()Unix timestamp of when the run started in milliseconds.Service.RunStatusgetStatus()Current status of the run.java.lang.StringgetUserId()User who initiated the run.com.google.protobuf.ByteStringgetUserIdBytes()User who initiated the run.booleanhasArtifactUri()URI of the directory where artifacts should be uploaded.booleanhasEndTime()Unix timestamp of when the run ended in milliseconds.booleanhasExperimentId()The experiment ID.booleanhasLifecycleStage()Current life cycle stage of the experiment : OneOf("active", "deleted")booleanhasRunId()Unique identifier for the run.booleanhasRunName()The name of the run.booleanhasRunUuid()[Deprecated, use run_id instead] Unique identifier for the run.booleanhasStartTime()Unix timestamp of when the run started in milliseconds.booleanhasStatus()Current status of the run.booleanhasUserId()User who initiated the run.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasRunIdboolean hasRunId() Unique identifier for the run. optional string run_id = 15;- Returns:
- Whether the runId field is set.
 
 - 
getRunIdjava.lang.String getRunId() Unique identifier for the run. optional string run_id = 15;- Returns:
- The runId.
 
 - 
getRunIdBytescom.google.protobuf.ByteString getRunIdBytes() Unique identifier for the run. optional string run_id = 15;- Returns:
- The bytes for runId.
 
 - 
hasRunUuidboolean hasRunUuid() [Deprecated, use run_id instead] Unique identifier for the run. This field will be removed in a future MLflow version. optional string run_uuid = 1;- Returns:
- Whether the runUuid field is set.
 
 - 
getRunUuidjava.lang.String getRunUuid() [Deprecated, use run_id instead] Unique identifier for the run. This field will be removed in a future MLflow version. optional string run_uuid = 1;- Returns:
- The runUuid.
 
 - 
getRunUuidBytescom.google.protobuf.ByteString getRunUuidBytes() [Deprecated, use run_id instead] Unique identifier for the run. This field will be removed in a future MLflow version. optional string run_uuid = 1;- Returns:
- The bytes for runUuid.
 
 - 
hasRunNameboolean hasRunName() The name of the run. optional string run_name = 3;- Returns:
- Whether the runName field is set.
 
 - 
getRunNamejava.lang.String getRunName() The name of the run. optional string run_name = 3;- Returns:
- The runName.
 
 - 
getRunNameBytescom.google.protobuf.ByteString getRunNameBytes() The name of the run. optional string run_name = 3;- Returns:
- The bytes for runName.
 
 - 
hasExperimentIdboolean hasExperimentId() The experiment ID. optional string experiment_id = 2;- Returns:
- Whether the experimentId field is set.
 
 - 
getExperimentIdjava.lang.String getExperimentId() The experiment ID. optional string experiment_id = 2;- Returns:
- The experimentId.
 
 - 
getExperimentIdBytescom.google.protobuf.ByteString getExperimentIdBytes() The experiment ID. optional string experiment_id = 2;- Returns:
- The bytes for experimentId.
 
 - 
hasUserIdboolean hasUserId() User who initiated the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead. optional string user_id = 6;- Returns:
- Whether the userId field is set.
 
 - 
getUserIdjava.lang.String getUserId() User who initiated the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead. optional string user_id = 6;- Returns:
- The userId.
 
 - 
getUserIdBytescom.google.protobuf.ByteString getUserIdBytes() User who initiated the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead. optional string user_id = 6;- Returns:
- The bytes for userId.
 
 - 
hasStatusboolean hasStatus() Current status of the run. optional .mlflow.RunStatus status = 7;- Returns:
- Whether the status field is set.
 
 - 
getStatusService.RunStatus getStatus() Current status of the run. optional .mlflow.RunStatus status = 7;- Returns:
- The status.
 
 - 
hasStartTimeboolean hasStartTime() Unix timestamp of when the run started in milliseconds. optional int64 start_time = 8;- Returns:
- Whether the startTime field is set.
 
 - 
getStartTimelong getStartTime() Unix timestamp of when the run started in milliseconds. optional int64 start_time = 8;- Returns:
- The startTime.
 
 - 
hasEndTimeboolean hasEndTime() Unix timestamp of when the run ended in milliseconds. optional int64 end_time = 9;- Returns:
- Whether the endTime field is set.
 
 - 
getEndTimelong getEndTime() Unix timestamp of when the run ended in milliseconds. optional int64 end_time = 9;- Returns:
- The endTime.
 
 - 
hasArtifactUriboolean hasArtifactUri() URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen. optional string artifact_uri = 13;- Returns:
- Whether the artifactUri field is set.
 
 - 
getArtifactUrijava.lang.String getArtifactUri() URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen. optional string artifact_uri = 13;- Returns:
- The artifactUri.
 
 - 
getArtifactUriBytescom.google.protobuf.ByteString getArtifactUriBytes() URI of the directory where artifacts should be uploaded. This can be a local path (starting with "/"), or a distributed file system (DFS) path, like ``s3://bucket/directory`` or ``dbfs:/my/directory``. If not set, the local ``./mlruns`` directory is chosen. optional string artifact_uri = 13;- Returns:
- The bytes for artifactUri.
 
 - 
hasLifecycleStageboolean hasLifecycleStage() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Returns:
- Whether the lifecycleStage field is set.
 
 - 
getLifecycleStagejava.lang.String getLifecycleStage() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Returns:
- The lifecycleStage.
 
 - 
getLifecycleStageBytescom.google.protobuf.ByteString getLifecycleStageBytes() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Returns:
- The bytes for lifecycleStage.
 
 
- 
 
-