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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int RUN_UUID_FIELD_NUMBER
public static final int RUN_ID_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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public 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.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public boolean hasRunId()
Unique identifier for the run.
optional string run_id = 15;
hasRunId
in interface Service.RunInfoOrBuilder
public String getRunId()
Unique identifier for the run.
optional string run_id = 15;
getRunId
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getRunIdBytes()
Unique identifier for the run.
optional string run_id = 15;
getRunIdBytes
in interface Service.RunInfoOrBuilder
public boolean hasExperimentId()
The experiment ID.
optional string experiment_id = 2;
hasExperimentId
in interface Service.RunInfoOrBuilder
public String getExperimentId()
The experiment ID.
optional string experiment_id = 2;
getExperimentId
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getExperimentIdBytes()
The experiment ID.
optional string experiment_id = 2;
getExperimentIdBytes
in interface Service.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public boolean hasStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
hasStatus
in interface Service.RunInfoOrBuilder
public Service.RunStatus getStatus()
Current status of the run.
optional .mlflow.RunStatus status = 7;
getStatus
in interface Service.RunInfoOrBuilder
public boolean hasStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
hasStartTime
in interface Service.RunInfoOrBuilder
public long getStartTime()
Unix timestamp of when the run started in milliseconds.
optional int64 start_time = 8;
getStartTime
in interface Service.RunInfoOrBuilder
public boolean hasEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
hasEndTime
in interface Service.RunInfoOrBuilder
public long getEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 9;
getEndTime
in interface Service.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public 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.RunInfoOrBuilder
public boolean hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
hasLifecycleStage
in interface Service.RunInfoOrBuilder
public String getLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
getLifecycleStage
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getLifecycleStageBytes()
Current life cycle stage of the experiment : OneOf("active", "deleted")
optional string lifecycle_stage = 14;
getLifecycleStageBytes
in interface Service.RunInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Service.RunInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.RunInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.RunInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.RunInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.RunInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.RunInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.RunInfo parseFrom(InputStream input) throws IOException
IOException
public static Service.RunInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Service.RunInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Service.RunInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Service.RunInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Service.RunInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Service.RunInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Service.RunInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Service.RunInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2019. All rights reserved.