public static interface Service.CreateRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEntryPointName()
Name of the project entry point associated with the current run, if any.
|
com.google.protobuf.ByteString |
getEntryPointNameBytes()
Name of the project entry point associated with the current run, if any.
|
long |
getExperimentId()
ID of the associated experiment.
|
String |
getParentRunId()
ID of the parent run which started this run.
|
com.google.protobuf.ByteString |
getParentRunIdBytes()
ID of the parent run which started this run.
|
String |
getRunName()
Human readable name for the run.
|
com.google.protobuf.ByteString |
getRunNameBytes()
Human readable name for the run.
|
String |
getSourceName()
String descriptor for the run's source.
|
com.google.protobuf.ByteString |
getSourceNameBytes()
String descriptor for the run's source.
|
Service.SourceType |
getSourceType()
Originating source for the run.
|
String |
getSourceVersion()
Git commit hash of the source code used to create run.
|
com.google.protobuf.ByteString |
getSourceVersionBytes()
Git commit hash of the source code used to create run.
|
long |
getStartTime()
Unix timestamp of when the run started in milliseconds.
|
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 |
hasEntryPointName()
Name of the project entry point associated with the current run, if any.
|
boolean |
hasExperimentId()
ID of the associated experiment.
|
boolean |
hasParentRunId()
ID of the parent run which started this run.
|
boolean |
hasRunName()
Human readable name for the run.
|
boolean |
hasSourceName()
String descriptor for the run's source.
|
boolean |
hasSourceType()
Originating source for the run.
|
boolean |
hasSourceVersion()
Git commit hash of the source code used to create run.
|
boolean |
hasStartTime()
Unix timestamp of when the run started in milliseconds.
|
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 int64 experiment_id = 1;
long getExperimentId()
ID of the associated experiment.
optional int64 experiment_id = 1;
boolean hasUserId()
ID of the user executing the run.
optional string user_id = 2;
String getUserId()
ID of the user executing the run.
optional string user_id = 2;
com.google.protobuf.ByteString getUserIdBytes()
ID of the user executing the run.
optional string user_id = 2;
boolean hasRunName()
Human readable name for the run.
optional string run_name = 3;
String getRunName()
Human readable name for the run.
optional string run_name = 3;
com.google.protobuf.ByteString getRunNameBytes()
Human readable name for the run.
optional string run_name = 3;
boolean hasSourceType()
Originating source for the run.
optional .mlflow.SourceType source_type = 4;
Service.SourceType getSourceType()
Originating source for the run.
optional .mlflow.SourceType source_type = 4;
boolean hasSourceName()
String descriptor for the run's source. For example, name or description of a notebook, or the URL or path to a project.
optional string source_name = 5;
String getSourceName()
String descriptor for the run's source. For example, name or description of a notebook, or the URL or path to a project.
optional string source_name = 5;
com.google.protobuf.ByteString getSourceNameBytes()
String descriptor for the run's source. For example, name or description of a notebook, or the URL or path to a project.
optional string source_name = 5;
boolean hasEntryPointName()
Name of the project entry point associated with the current run, if any.
optional string entry_point_name = 6;
String getEntryPointName()
Name of the project entry point associated with the current run, if any.
optional string entry_point_name = 6;
com.google.protobuf.ByteString getEntryPointNameBytes()
Name of the project entry point associated with the current run, if any.
optional string entry_point_name = 6;
boolean hasStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 7;
long getStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 7;
boolean hasSourceVersion()
Git commit hash of the source code used to create run.
optional string source_version = 8;
String getSourceVersion()
Git commit hash of the source code used to create run.
optional string source_version = 8;
com.google.protobuf.ByteString getSourceVersionBytes()
Git commit hash of the source code used to create run.
optional string source_version = 8;
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;
boolean hasParentRunId()
ID of the parent run which started this run.
optional string parent_run_id = 10;
String getParentRunId()
ID of the parent run which started this run.
optional string parent_run_id = 10;
com.google.protobuf.ByteString getParentRunIdBytes()
ID of the parent run which started this run.
optional string parent_run_id = 10;
Copyright © 2019. All rights reserved.