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 |
ENTRY_POINT_NAME_FIELD_NUMBER |
static int |
EXPERIMENT_ID_FIELD_NUMBER |
static int |
LIFECYCLE_STAGE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<Service.RunInfo> |
PARSER
Deprecated.
|
static int |
RUN_UUID_FIELD_NUMBER |
static int |
SOURCE_NAME_FIELD_NUMBER |
static int |
SOURCE_TYPE_FIELD_NUMBER |
static int |
SOURCE_VERSION_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 |
getEntryPointName()
Name of the entry point for the run.
|
com.google.protobuf.ByteString |
getEntryPointNameBytes()
Name of the entry point for the run.
|
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")
|
String |
getName()
Human readable name that identifies this run.
|
com.google.protobuf.ByteString |
getNameBytes()
Human readable name that identifies this run.
|
com.google.protobuf.Parser<Service.RunInfo> |
getParserForType() |
String |
getRunUuid()
Unique identifier for the run.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
Unique identifier for the run.
|
int |
getSerializedSize() |
String |
getSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
com.google.protobuf.ByteString |
getSourceNameBytes()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
Service.SourceType |
getSourceType()
Source type.
|
String |
getSourceVersion()
Git commit hash of the code used for the run.
|
com.google.protobuf.ByteString |
getSourceVersionBytes()
Git commit hash of the code used for the run.
|
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 |
hasEntryPointName()
Name of the entry point for the run.
|
boolean |
hasExperimentId()
The experiment ID.
|
int |
hashCode() |
boolean |
hasLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")
|
boolean |
hasName()
Human readable name that identifies this run.
|
boolean |
hasRunUuid()
Unique identifier for the run.
|
boolean |
hasSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc.
|
boolean |
hasSourceType()
Source type.
|
boolean |
hasSourceVersion()
Git commit hash of the code used 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 EXPERIMENT_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int SOURCE_TYPE_FIELD_NUMBER
public static final int SOURCE_NAME_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 SOURCE_VERSION_FIELD_NUMBER
public static final int ENTRY_POINT_NAME_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()
Unique identifier for the run.
optional string run_uuid = 1;
hasRunUuid
in interface Service.RunInfoOrBuilder
public String getRunUuid()
Unique identifier for the run.
optional string run_uuid = 1;
getRunUuid
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getRunUuidBytes()
Unique identifier for the run.
optional string run_uuid = 1;
getRunUuidBytes
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 hasName()
Human readable name that identifies this run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.runName`` run tag instead.
optional string name = 3;
hasName
in interface Service.RunInfoOrBuilder
public String getName()
Human readable name that identifies this run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.runName`` run tag instead.
optional string name = 3;
getName
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Human readable name that identifies this run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.runName`` run tag instead.
optional string name = 3;
getNameBytes
in interface Service.RunInfoOrBuilder
public boolean hasSourceType()
Source type. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.type`` run tag instead.
optional .mlflow.SourceType source_type = 4;
hasSourceType
in interface Service.RunInfoOrBuilder
public Service.SourceType getSourceType()
Source type. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.type`` run tag instead.
optional .mlflow.SourceType source_type = 4;
getSourceType
in interface Service.RunInfoOrBuilder
public boolean hasSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.name`` run tag instead.
optional string source_name = 5;
hasSourceName
in interface Service.RunInfoOrBuilder
public String getSourceName()
Source identifier: GitHub URL, name of notebook, name of job, etc. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.name`` run tag instead.
optional string source_name = 5;
getSourceName
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getSourceNameBytes()
Source identifier: GitHub URL, name of notebook, name of job, etc. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.name`` run tag instead.
optional string source_name = 5;
getSourceNameBytes
in interface Service.RunInfoOrBuilder
public boolean hasUserId()
User who initiated the run.
optional string user_id = 6;
hasUserId
in interface Service.RunInfoOrBuilder
public String getUserId()
User who initiated the run.
optional string user_id = 6;
getUserId
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getUserIdBytes()
User who initiated the run.
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 hasSourceVersion()
Git commit hash of the code used for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.git.commit`` run tag instead.
optional string source_version = 10;
hasSourceVersion
in interface Service.RunInfoOrBuilder
public String getSourceVersion()
Git commit hash of the code used for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.git.commit`` run tag instead.
optional string source_version = 10;
getSourceVersion
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getSourceVersionBytes()
Git commit hash of the code used for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.source.git.commit`` run tag instead.
optional string source_version = 10;
getSourceVersionBytes
in interface Service.RunInfoOrBuilder
public boolean hasEntryPointName()
Name of the entry point for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.project.entryPoint`` run tag instead.
optional string entry_point_name = 11;
hasEntryPointName
in interface Service.RunInfoOrBuilder
public String getEntryPointName()
Name of the entry point for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.project.entryPoint`` run tag instead.
optional string entry_point_name = 11;
getEntryPointName
in interface Service.RunInfoOrBuilder
public com.google.protobuf.ByteString getEntryPointNameBytes()
Name of the entry point for the run. This field is deprecated and will be removed in MLflow 1.0. Use the ``mlflow.project.entryPoint`` run tag instead.
optional string entry_point_name = 11;
getEntryPointNameBytes
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.