public static interface Service.RunInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getArtifactUri()
URI of the directory where artifacts should be uploaded.
|
com.google.protobuf.ByteString |
getArtifactUriBytes()
URI of the directory where artifacts should be uploaded.
|
long |
getEndTime()
Unix timestamp of when the run ended in milliseconds.
|
String |
getEntryPointName()
Name of the entry point for the run.
|
com.google.protobuf.ByteString |
getEntryPointNameBytes()
Name of the entry point for the run.
|
long |
getExperimentId()
The experiment ID.
|
String |
getLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
com.google.protobuf.ByteString |
getLifecycleStageBytes()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
String |
getName()
Human readable name that identifies this run.
|
com.google.protobuf.ByteString |
getNameBytes()
Human readable name that identifies this run.
|
String |
getRunUuid()
Unique identifier for the run.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
Unique identifier for the run.
|
String |
getSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
com.google.protobuf.ByteString |
getSourceNameBytes()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
Service.SourceType |
getSourceType()
Source type.
|
String |
getSourceVersion()
Git commit hash of the code used for the run.
|
com.google.protobuf.ByteString |
getSourceVersionBytes()
Git commit hash of the code used for the run.
|
long |
getStartTime()
Unix timestamp of when the run started in milliseconds.
|
Service.RunStatus |
getStatus()
Current status of the run.
|
String |
getUserId()
User who initiated the run.
|
com.google.protobuf.ByteString |
getUserIdBytes()
User who initiated the run.
|
boolean |
hasArtifactUri()
URI of the directory where artifacts should be uploaded.
|
boolean |
hasEndTime()
Unix timestamp of when the run ended in milliseconds.
|
boolean |
hasEntryPointName()
Name of the entry point for the run.
|
boolean |
hasExperimentId()
The experiment ID.
|
boolean |
hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
boolean |
hasName()
Human readable name that identifies this run.
|
boolean |
hasRunUuid()
Unique identifier for the run.
|
boolean |
hasSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
boolean |
hasSourceType()
Source type.
|
boolean |
hasSourceVersion()
Git commit hash of the code used for the run.
|
boolean |
hasStartTime()
Unix timestamp of when the run started in milliseconds.
|
boolean |
hasStatus()
Current status of the run.
|
boolean |
hasUserId()
User who initiated the run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunUuid()
Unique identifier for the run.
optional string run_uuid = 1;
String getRunUuid()
Unique identifier for the run.
optional string run_uuid = 1;
com.google.protobuf.ByteString getRunUuidBytes()
Unique identifier for the run.
optional string run_uuid = 1;
boolean hasExperimentId()
The experiment ID.
optional int64 experiment_id = 2;
long getExperimentId()
The experiment ID.
optional int64 experiment_id = 2;
boolean hasName()
Human readable name that identifies this run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.runName`` run tag instead.
optional string name = 3;
String getName()
Human readable name that identifies this run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.runName`` run tag instead.
optional string name = 3;
com.google.protobuf.ByteString getNameBytes()
Human readable name that identifies this run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.runName`` run tag instead.
optional string name = 3;
boolean hasSourceType()
Source type. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.type`` run tag instead.
optional .mlflow.SourceType source_type = 4;
Service.SourceType getSourceType()
Source type. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.type`` run tag instead.
optional .mlflow.SourceType source_type = 4;
boolean hasSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.name`` run tag instead.
optional string source_name = 5;
String getSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.name`` run tag instead.
optional string source_name = 5;
com.google.protobuf.ByteString getSourceNameBytes()
Source identifier: GitHub URL, name of notebook, name of job, etc. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.name`` run tag instead.
optional string source_name = 5;
boolean hasUserId()
User who initiated the run.
optional string user_id = 6;
String getUserId()
User who initiated the run.
optional string user_id = 6;
com.google.protobuf.ByteString getUserIdBytes()
User who initiated the run.
optional string user_id = 6;
boolean hasStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
Service.RunStatus getStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
boolean hasStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
long getStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
boolean hasEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
long getEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
boolean hasSourceVersion()
Git commit hash of the code used for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.git.commit`` run tag instead.
optional string source_version = 10;
String getSourceVersion()
Git commit hash of the code used for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.git.commit`` run tag instead.
optional string source_version = 10;
com.google.protobuf.ByteString getSourceVersionBytes()
Git commit hash of the code used for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.git.commit`` run tag instead.
optional string source_version = 10;
boolean hasEntryPointName()
Name of the entry point for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.project.entryPoint`` run tag instead.
optional string entry_point_name = 11;
String getEntryPointName()
Name of the entry point for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.project.entryPoint`` run tag instead.
optional string entry_point_name = 11;
com.google.protobuf.ByteString getEntryPointNameBytes()
Name of the entry point for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.project.entryPoint`` run tag instead.
optional string entry_point_name = 11;
boolean 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;
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;
com.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;
boolean hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
String getLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
com.google.protobuf.ByteString getLifecycleStageBytes()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
Copyright © 2019. All rights reserved.