public static final class Service.RunInfo extends com.google.protobuf.GeneratedMessageV3 implements Service.RunInfoOrBuilder
Metadata of a single run.Protobuf type
mlflow.RunInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Service.RunInfo.Builder
Metadata of a single run.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ARTIFACT_URI_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
EXPERIMENT_ID_FIELD_NUMBER |
static int |
LIFECYCLE_STAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<Service.RunInfo> |
PARSER
Deprecated.
|
static int |
RUN_ID_FIELD_NUMBER |
static int |
RUN_UUID_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
USER_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static Service.RunInfo |
getDefaultInstance() |
Service.RunInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEndTime()
Unix timestamp of when the run ended in milliseconds.
|
String |
getExperimentId()
The experiment ID.
|
com.google.protobuf.ByteString |
getExperimentIdBytes()
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")
|
com.google.protobuf.Parser<Service.RunInfo> |
getParserForType() |
String |
getRunId()
Unique identifier for the run.
|
com.google.protobuf.ByteString |
getRunIdBytes()
Unique identifier for the run.
|
String |
getRunUuid()
[Deprecated, use run_id instead] Unique identifier for the run.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
[Deprecated, use run_id instead] Unique identifier for the run.
|
int |
getSerializedSize() |
long |
getStartTime()
Unix timestamp of when the run started in milliseconds.
|
Service.RunStatus |
getStatus()
Current status of the run.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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 |
hasExperimentId()
The experiment ID.
|
int |
hashCode() |
boolean |
hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
boolean |
hasRunId()
Unique identifier for the run.
|
boolean |
hasRunUuid()
[Deprecated, use run_id instead] Unique identifier 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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Service.RunInfo.Builder |
newBuilder() |
static Service.RunInfo.Builder |
newBuilder(Service.RunInfo prototype) |
Service.RunInfo.Builder |
newBuilderForType() |
protected Service.RunInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Service.RunInfo |
parseDelimitedFrom(InputStream input) |
static Service.RunInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.RunInfo |
parseFrom(byte[] data) |
static Service.RunInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.RunInfo |
parseFrom(ByteBuffer data) |
static Service.RunInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.RunInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Service.RunInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.RunInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Service.RunInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.RunInfo |
parseFrom(InputStream input) |
static Service.RunInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Service.RunInfo> |
parser() |
Service.RunInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RUN_ID_FIELD_NUMBER
public static final int RUN_UUID_FIELD_NUMBER
public static final int EXPERIMENT_ID_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public static final int ARTIFACT_URI_FIELD_NUMBER
public static final int LIFECYCLE_STAGE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Service.RunInfo> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasRunId()
Unique identifier for the run.
optional string run_id = 15;hasRunId in interface Service.RunInfoOrBuilderpublic String getRunId()
Unique identifier for the run.
optional string run_id = 15;getRunId in interface Service.RunInfoOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
Unique identifier for the run.
optional string run_id = 15;getRunIdBytes in interface Service.RunInfoOrBuilderpublic boolean 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;hasRunUuid in interface Service.RunInfoOrBuilderpublic 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;getRunUuid in interface Service.RunInfoOrBuilderpublic com.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;getRunUuidBytes in interface Service.RunInfoOrBuilderpublic boolean hasExperimentId()
The experiment ID.
optional string experiment_id = 2;hasExperimentId in interface Service.RunInfoOrBuilderpublic String getExperimentId()
The experiment ID.
optional string experiment_id = 2;getExperimentId in interface Service.RunInfoOrBuilderpublic com.google.protobuf.ByteString getExperimentIdBytes()
The experiment ID.
optional string experiment_id = 2;getExperimentIdBytes in interface Service.RunInfoOrBuilderpublic boolean 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;hasUserId in interface Service.RunInfoOrBuilderpublic 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;getUserId in interface Service.RunInfoOrBuilderpublic com.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;getUserIdBytes in interface Service.RunInfoOrBuilderpublic boolean hasStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;hasStatus in interface Service.RunInfoOrBuilderpublic Service.RunStatus getStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;getStatus in interface Service.RunInfoOrBuilderpublic boolean hasStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;hasStartTime in interface Service.RunInfoOrBuilderpublic long getStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;getStartTime in interface Service.RunInfoOrBuilderpublic boolean hasEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;hasEndTime in interface Service.RunInfoOrBuilderpublic long getEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;getEndTime in interface Service.RunInfoOrBuilderpublic 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;hasArtifactUri in interface Service.RunInfoOrBuilderpublic 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;getArtifactUri in interface Service.RunInfoOrBuilderpublic 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;getArtifactUriBytes in interface Service.RunInfoOrBuilderpublic boolean hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;hasLifecycleStage in interface Service.RunInfoOrBuilderpublic String getLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;getLifecycleStage in interface Service.RunInfoOrBuilderpublic com.google.protobuf.ByteString getLifecycleStageBytes()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;getLifecycleStageBytes in interface Service.RunInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Service.RunInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.RunInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.RunInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.RunInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.RunInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.RunInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.RunInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Service.RunInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Service.RunInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Service.RunInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Service.RunInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Service.RunInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Service.RunInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Service.RunInfo.Builder newBuilder()
public static Service.RunInfo.Builder newBuilder(Service.RunInfo prototype)
public Service.RunInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Service.RunInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Service.RunInfo getDefaultInstance()
public static com.google.protobuf.Parser<Service.RunInfo> parser()
public com.google.protobuf.Parser<Service.RunInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Service.RunInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.