public static interface Service.CreateRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getExperimentId()
ID of the associated experiment.
|
com.google.protobuf.ByteString |
getExperimentIdBytes()
ID of the associated experiment.
|
long |
getStartTime()
Unix timestamp in milliseconds of when the run started.
|
Service.RunTag |
getTags(int index)
Additional metadata for run.
|
int |
getTagsCount()
Additional metadata for run.
|
List<Service.RunTag> |
getTagsList()
Additional metadata for run.
|
Service.RunTagOrBuilder |
getTagsOrBuilder(int index)
Additional metadata for run.
|
List<? extends Service.RunTagOrBuilder> |
getTagsOrBuilderList()
Additional metadata for run.
|
String |
getUserId()
ID of the user executing the run.
|
com.google.protobuf.ByteString |
getUserIdBytes()
ID of the user executing the run.
|
boolean |
hasExperimentId()
ID of the associated experiment.
|
boolean |
hasStartTime()
Unix timestamp in milliseconds of when the run started.
|
boolean |
hasUserId()
ID of the user executing the run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperimentId()
ID of the associated experiment.
optional string experiment_id = 1;
String getExperimentId()
ID of the associated experiment.
optional string experiment_id = 1;
com.google.protobuf.ByteString getExperimentIdBytes()
ID of the associated experiment.
optional string experiment_id = 1;
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;
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;
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;
boolean hasStartTime()
Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;
long getStartTime()
Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;
List<Service.RunTag> getTagsList()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
Service.RunTag getTags(int index)
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
int getTagsCount()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
List<? extends Service.RunTagOrBuilder> getTagsOrBuilderList()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
Service.RunTagOrBuilder getTagsOrBuilder(int index)
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
Copyright © 2019. All rights reserved.