Package org.mlflow.api.proto
Interface Service.CreateRunOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateRun
,Service.CreateRun.Builder
- Enclosing class:
Service
public static interface Service.CreateRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the associated experiment.com.google.protobuf.ByteString
ID of the associated experiment.Name of the run.com.google.protobuf.ByteString
Name of the run.long
Unix timestamp in milliseconds of when the run started.getTags
(int index) Additional metadata for run.int
Additional metadata for run.Additional metadata for run.getTagsOrBuilder
(int index) Additional metadata for run.List
<? extends Service.RunTagOrBuilder> Additional metadata for run.ID of the user executing the run.com.google.protobuf.ByteString
ID of the user executing the run.boolean
ID of the associated experiment.boolean
Name of the run.boolean
Unix timestamp in milliseconds of when the run started.boolean
ID of the user executing the run.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExperimentId
boolean hasExperimentId()ID of the associated experiment.
optional string experiment_id = 1;
- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()ID of the associated experiment.
optional string experiment_id = 1;
- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()ID of the associated experiment.
optional string experiment_id = 1;
- Returns:
- The bytes for experimentId.
-
hasUserId
boolean hasUserId()ID of the user executing 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 = 2;
- Returns:
- Whether the userId field is set.
-
getUserId
String getUserId()ID of the user executing 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 = 2;
- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()ID of the user executing 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 = 2;
- Returns:
- The bytes for userId.
-
hasRunName
boolean hasRunName()Name of the run.
optional string run_name = 3;
- Returns:
- Whether the runName field is set.
-
getRunName
String getRunName()Name of the run.
optional string run_name = 3;
- Returns:
- The runName.
-
getRunNameBytes
com.google.protobuf.ByteString getRunNameBytes()Name of the run.
optional string run_name = 3;
- Returns:
- The bytes for runName.
-
hasStartTime
boolean hasStartTime()Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;
- Returns:
- Whether the startTime field is set.
-
getStartTime
long getStartTime()Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;
- Returns:
- The startTime.
-
getTagsList
List<Service.RunTag> getTagsList()Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
-
getTags
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
-
getTagsCount
int getTagsCount()Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
-
getTagsOrBuilderList
List<? extends Service.RunTagOrBuilder> getTagsOrBuilderList()Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
-
getTagsOrBuilder
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
-