Package org.mlflow.api.proto
Class Service.RunInfo.Builder
- java.lang.Object
- 
- com.google.protobuf.AbstractMessageLite.Builder
- 
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
- 
- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
- 
- org.mlflow.api.proto.Service.RunInfo.Builder
 
 
 
 
- 
- All Implemented Interfaces:
- com.google.protobuf.Message.Builder,- com.google.protobuf.MessageLite.Builder,- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder,- java.lang.Cloneable,- Service.RunInfoOrBuilder
 - Enclosing class:
- Service.RunInfo
 
 public static final class Service.RunInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder> implements Service.RunInfoOrBuilder Metadata of a single run. Protobuf typemlflow.RunInfo
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Service.RunInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.RunInfobuild()Service.RunInfobuildPartial()Service.RunInfo.Builderclear()Service.RunInfo.BuilderclearArtifactUri()URI of the directory where artifacts should be uploaded.Service.RunInfo.BuilderclearEndTime()Unix timestamp of when the run ended in milliseconds.Service.RunInfo.BuilderclearExperimentId()The experiment ID.Service.RunInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Service.RunInfo.BuilderclearLifecycleStage()Current life cycle stage of the experiment : OneOf("active", "deleted")Service.RunInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Service.RunInfo.BuilderclearRunId()Unique identifier for the run.Service.RunInfo.BuilderclearRunName()The name of the run.Service.RunInfo.BuilderclearRunUuid()[Deprecated, use run_id instead] Unique identifier for the run.Service.RunInfo.BuilderclearStartTime()Unix timestamp of when the run started in milliseconds.Service.RunInfo.BuilderclearStatus()Current status of the run.Service.RunInfo.BuilderclearUserId()User who initiated the run.Service.RunInfo.Builderclone()java.lang.StringgetArtifactUri()URI of the directory where artifacts should be uploaded.com.google.protobuf.ByteStringgetArtifactUriBytes()URI of the directory where artifacts should be uploaded.Service.RunInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetEndTime()Unix timestamp of when the run ended in milliseconds.java.lang.StringgetExperimentId()The experiment ID.com.google.protobuf.ByteStringgetExperimentIdBytes()The experiment ID.java.lang.StringgetLifecycleStage()Current life cycle stage of the experiment : OneOf("active", "deleted")com.google.protobuf.ByteStringgetLifecycleStageBytes()Current life cycle stage of the experiment : OneOf("active", "deleted")java.lang.StringgetRunId()Unique identifier for the run.com.google.protobuf.ByteStringgetRunIdBytes()Unique identifier for the run.java.lang.StringgetRunName()The name of the run.com.google.protobuf.ByteStringgetRunNameBytes()The name of the run.java.lang.StringgetRunUuid()[Deprecated, use run_id instead] Unique identifier for the run.com.google.protobuf.ByteStringgetRunUuidBytes()[Deprecated, use run_id instead] Unique identifier for the run.longgetStartTime()Unix timestamp of when the run started in milliseconds.Service.RunStatusgetStatus()Current status of the run.java.lang.StringgetUserId()User who initiated the run.com.google.protobuf.ByteStringgetUserIdBytes()User who initiated the run.booleanhasArtifactUri()URI of the directory where artifacts should be uploaded.booleanhasEndTime()Unix timestamp of when the run ended in milliseconds.booleanhasExperimentId()The experiment ID.booleanhasLifecycleStage()Current life cycle stage of the experiment : OneOf("active", "deleted")booleanhasRunId()Unique identifier for the run.booleanhasRunName()The name of the run.booleanhasRunUuid()[Deprecated, use run_id instead] Unique identifier for the run.booleanhasStartTime()Unix timestamp of when the run started in milliseconds.booleanhasStatus()Current status of the run.booleanhasUserId()User who initiated the run.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Service.RunInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Service.RunInfo.BuildermergeFrom(com.google.protobuf.Message other)Service.RunInfo.BuildermergeFrom(Service.RunInfo other)Service.RunInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.RunInfo.BuildersetArtifactUri(java.lang.String value)URI of the directory where artifacts should be uploaded.Service.RunInfo.BuildersetArtifactUriBytes(com.google.protobuf.ByteString value)URI of the directory where artifacts should be uploaded.Service.RunInfo.BuildersetEndTime(long value)Unix timestamp of when the run ended in milliseconds.Service.RunInfo.BuildersetExperimentId(java.lang.String value)The experiment ID.Service.RunInfo.BuildersetExperimentIdBytes(com.google.protobuf.ByteString value)The experiment ID.Service.RunInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Service.RunInfo.BuildersetLifecycleStage(java.lang.String value)Current life cycle stage of the experiment : OneOf("active", "deleted")Service.RunInfo.BuildersetLifecycleStageBytes(com.google.protobuf.ByteString value)Current life cycle stage of the experiment : OneOf("active", "deleted")Service.RunInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Service.RunInfo.BuildersetRunId(java.lang.String value)Unique identifier for the run.Service.RunInfo.BuildersetRunIdBytes(com.google.protobuf.ByteString value)Unique identifier for the run.Service.RunInfo.BuildersetRunName(java.lang.String value)The name of the run.Service.RunInfo.BuildersetRunNameBytes(com.google.protobuf.ByteString value)The name of the run.Service.RunInfo.BuildersetRunUuid(java.lang.String value)[Deprecated, use run_id instead] Unique identifier for the run.Service.RunInfo.BuildersetRunUuidBytes(com.google.protobuf.ByteString value)[Deprecated, use run_id instead] Unique identifier for the run.Service.RunInfo.BuildersetStartTime(long value)Unix timestamp of when the run started in milliseconds.Service.RunInfo.BuildersetStatus(Service.RunStatus value)Current status of the run.Service.RunInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Service.RunInfo.BuildersetUserId(java.lang.String value)User who initiated the run.Service.RunInfo.BuildersetUserIdBytes(com.google.protobuf.ByteString value)User who initiated the run.- 
Methods inherited from class com.google.protobuf.GeneratedMessageV3.BuildergetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
 - 
Methods inherited from class com.google.protobuf.AbstractMessage.BuilderfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
 - 
Methods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeFrom, newUninitializedMessageException
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptorpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
clearpublic Service.RunInfo.Builder clear() - Specified by:
- clearin interface- com.google.protobuf.Message.Builder
- Specified by:
- clearin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clearin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
getDescriptorForTypepublic com.google.protobuf.Descriptors.Descriptor getDescriptorForType() - Specified by:
- getDescriptorForTypein interface- com.google.protobuf.Message.Builder
- Specified by:
- getDescriptorForTypein interface- com.google.protobuf.MessageOrBuilder
- Overrides:
- getDescriptorForTypein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
getDefaultInstanceForTypepublic Service.RunInfo getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- com.google.protobuf.MessageOrBuilder
 
 - 
buildpublic Service.RunInfo build() - Specified by:
- buildin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildin interface- com.google.protobuf.MessageLite.Builder
 
 - 
buildPartialpublic Service.RunInfo buildPartial() - Specified by:
- buildPartialin interface- com.google.protobuf.Message.Builder
- Specified by:
- buildPartialin interface- com.google.protobuf.MessageLite.Builder
 
 - 
clonepublic Service.RunInfo.Builder clone() - Specified by:
- clonein interface- com.google.protobuf.Message.Builder
- Specified by:
- clonein interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- clonein class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
setFieldpublic Service.RunInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- setFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
clearFieldpublic Service.RunInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
- clearFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
clearOneofpublic Service.RunInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
- clearOneofin interface- com.google.protobuf.Message.Builder
- Overrides:
- clearOneofin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
setRepeatedFieldpublic Service.RunInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) - Specified by:
- setRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- setRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
addRepeatedFieldpublic Service.RunInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) - Specified by:
- addRepeatedFieldin interface- com.google.protobuf.Message.Builder
- Overrides:
- addRepeatedFieldin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
mergeFrompublic Service.RunInfo.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.RunInfo.Builder>
 
 - 
mergeFrompublic Service.RunInfo.Builder mergeFrom(Service.RunInfo other) 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- com.google.protobuf.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
mergeFrompublic Service.RunInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException - Specified by:
- mergeFromin interface- com.google.protobuf.Message.Builder
- Specified by:
- mergeFromin interface- com.google.protobuf.MessageLite.Builder
- Overrides:
- mergeFromin class- com.google.protobuf.AbstractMessage.Builder<Service.RunInfo.Builder>
- Throws:
- java.io.IOException
 
 - 
hasRunIdpublic boolean hasRunId() Unique identifier for the run. optional string run_id = 15;- Specified by:
- hasRunIdin interface- Service.RunInfoOrBuilder
- Returns:
- Whether the runId field is set.
 
 - 
getRunIdpublic java.lang.String getRunId() Unique identifier for the run. optional string run_id = 15;- Specified by:
- getRunIdin interface- Service.RunInfoOrBuilder
- Returns:
- The runId.
 
 - 
getRunIdBytespublic com.google.protobuf.ByteString getRunIdBytes() Unique identifier for the run. optional string run_id = 15;- Specified by:
- getRunIdBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for runId.
 
 - 
setRunIdpublic Service.RunInfo.Builder setRunId(java.lang.String value) Unique identifier for the run. optional string run_id = 15;- Parameters:
- value- The runId to set.
- Returns:
- This builder for chaining.
 
 - 
clearRunIdpublic Service.RunInfo.Builder clearRunId() Unique identifier for the run. optional string run_id = 15;- Returns:
- This builder for chaining.
 
 - 
setRunIdBytespublic Service.RunInfo.Builder setRunIdBytes(com.google.protobuf.ByteString value) Unique identifier for the run. optional string run_id = 15;- Parameters:
- value- The bytes for runId to set.
- Returns:
- This builder for chaining.
 
 - 
hasRunUuidpublic 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;- Specified by:
- hasRunUuidin interface- Service.RunInfoOrBuilder
- Returns:
- Whether the runUuid field is set.
 
 - 
getRunUuidpublic java.lang.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;- Specified by:
- getRunUuidin interface- Service.RunInfoOrBuilder
- Returns:
- The runUuid.
 
 - 
getRunUuidBytespublic 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;- Specified by:
- getRunUuidBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for runUuid.
 
 - 
setRunUuidpublic Service.RunInfo.Builder setRunUuid(java.lang.String value) [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;- Parameters:
- value- The runUuid to set.
- Returns:
- This builder for chaining.
 
 - 
clearRunUuidpublic Service.RunInfo.Builder clearRunUuid() [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;- Returns:
- This builder for chaining.
 
 - 
setRunUuidBytespublic Service.RunInfo.Builder setRunUuidBytes(com.google.protobuf.ByteString value) [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;- Parameters:
- value- The bytes for runUuid to set.
- Returns:
- This builder for chaining.
 
 - 
hasRunNamepublic boolean hasRunName() The name of the run. optional string run_name = 3;- Specified by:
- hasRunNamein interface- Service.RunInfoOrBuilder
- Returns:
- Whether the runName field is set.
 
 - 
getRunNamepublic java.lang.String getRunName() The name of the run. optional string run_name = 3;- Specified by:
- getRunNamein interface- Service.RunInfoOrBuilder
- Returns:
- The runName.
 
 - 
getRunNameBytespublic com.google.protobuf.ByteString getRunNameBytes() The name of the run. optional string run_name = 3;- Specified by:
- getRunNameBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for runName.
 
 - 
setRunNamepublic Service.RunInfo.Builder setRunName(java.lang.String value) The name of the run. optional string run_name = 3;- Parameters:
- value- The runName to set.
- Returns:
- This builder for chaining.
 
 - 
clearRunNamepublic Service.RunInfo.Builder clearRunName() The name of the run. optional string run_name = 3;- Returns:
- This builder for chaining.
 
 - 
setRunNameBytespublic Service.RunInfo.Builder setRunNameBytes(com.google.protobuf.ByteString value) The name of the run. optional string run_name = 3;- Parameters:
- value- The bytes for runName to set.
- Returns:
- This builder for chaining.
 
 - 
hasExperimentIdpublic boolean hasExperimentId() The experiment ID. optional string experiment_id = 2;- Specified by:
- hasExperimentIdin interface- Service.RunInfoOrBuilder
- Returns:
- Whether the experimentId field is set.
 
 - 
getExperimentIdpublic java.lang.String getExperimentId() The experiment ID. optional string experiment_id = 2;- Specified by:
- getExperimentIdin interface- Service.RunInfoOrBuilder
- Returns:
- The experimentId.
 
 - 
getExperimentIdBytespublic com.google.protobuf.ByteString getExperimentIdBytes() The experiment ID. optional string experiment_id = 2;- Specified by:
- getExperimentIdBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for experimentId.
 
 - 
setExperimentIdpublic Service.RunInfo.Builder setExperimentId(java.lang.String value) The experiment ID. optional string experiment_id = 2;- Parameters:
- value- The experimentId to set.
- Returns:
- This builder for chaining.
 
 - 
clearExperimentIdpublic Service.RunInfo.Builder clearExperimentId() The experiment ID. optional string experiment_id = 2;- Returns:
- This builder for chaining.
 
 - 
setExperimentIdBytespublic Service.RunInfo.Builder setExperimentIdBytes(com.google.protobuf.ByteString value) The experiment ID. optional string experiment_id = 2;- Parameters:
- value- The bytes for experimentId to set.
- Returns:
- This builder for chaining.
 
 - 
hasUserIdpublic 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;- Specified by:
- hasUserIdin interface- Service.RunInfoOrBuilder
- Returns:
- Whether the userId field is set.
 
 - 
getUserIdpublic java.lang.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;- Specified by:
- getUserIdin interface- Service.RunInfoOrBuilder
- Returns:
- The userId.
 
 - 
getUserIdBytespublic 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;- Specified by:
- getUserIdBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for userId.
 
 - 
setUserIdpublic Service.RunInfo.Builder setUserId(java.lang.String value) 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;- Parameters:
- value- The userId to set.
- Returns:
- This builder for chaining.
 
 - 
clearUserIdpublic Service.RunInfo.Builder clearUserId() 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;- Returns:
- This builder for chaining.
 
 - 
setUserIdBytespublic Service.RunInfo.Builder setUserIdBytes(com.google.protobuf.ByteString value) 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;- Parameters:
- value- The bytes for userId to set.
- Returns:
- This builder for chaining.
 
 - 
hasStatuspublic boolean hasStatus() Current status of the run. optional .mlflow.RunStatus status = 7;- Specified by:
- hasStatusin interface- Service.RunInfoOrBuilder
- Returns:
- Whether the status field is set.
 
 - 
getStatuspublic Service.RunStatus getStatus() Current status of the run. optional .mlflow.RunStatus status = 7;- Specified by:
- getStatusin interface- Service.RunInfoOrBuilder
- Returns:
- The status.
 
 - 
setStatuspublic Service.RunInfo.Builder setStatus(Service.RunStatus value) Current status of the run. optional .mlflow.RunStatus status = 7;- Parameters:
- value- The status to set.
- Returns:
- This builder for chaining.
 
 - 
clearStatuspublic Service.RunInfo.Builder clearStatus() Current status of the run. optional .mlflow.RunStatus status = 7;- Returns:
- This builder for chaining.
 
 - 
hasStartTimepublic boolean hasStartTime() Unix timestamp of when the run started in milliseconds. optional int64 start_time = 8;- Specified by:
- hasStartTimein interface- Service.RunInfoOrBuilder
- Returns:
- Whether the startTime field is set.
 
 - 
getStartTimepublic long getStartTime() Unix timestamp of when the run started in milliseconds. optional int64 start_time = 8;- Specified by:
- getStartTimein interface- Service.RunInfoOrBuilder
- Returns:
- The startTime.
 
 - 
setStartTimepublic Service.RunInfo.Builder setStartTime(long value) Unix timestamp of when the run started in milliseconds. optional int64 start_time = 8;- Parameters:
- value- The startTime to set.
- Returns:
- This builder for chaining.
 
 - 
clearStartTimepublic Service.RunInfo.Builder clearStartTime() Unix timestamp of when the run started in milliseconds. optional int64 start_time = 8;- Returns:
- This builder for chaining.
 
 - 
hasEndTimepublic boolean hasEndTime() Unix timestamp of when the run ended in milliseconds. optional int64 end_time = 9;- Specified by:
- hasEndTimein interface- Service.RunInfoOrBuilder
- Returns:
- Whether the endTime field is set.
 
 - 
getEndTimepublic long getEndTime() Unix timestamp of when the run ended in milliseconds. optional int64 end_time = 9;- Specified by:
- getEndTimein interface- Service.RunInfoOrBuilder
- Returns:
- The endTime.
 
 - 
setEndTimepublic Service.RunInfo.Builder setEndTime(long value) Unix timestamp of when the run ended in milliseconds. optional int64 end_time = 9;- Parameters:
- value- The endTime to set.
- Returns:
- This builder for chaining.
 
 - 
clearEndTimepublic Service.RunInfo.Builder clearEndTime() Unix timestamp of when the run ended in milliseconds. optional int64 end_time = 9;- Returns:
- This builder for chaining.
 
 - 
hasArtifactUripublic 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;- Specified by:
- hasArtifactUriin interface- Service.RunInfoOrBuilder
- Returns:
- Whether the artifactUri field is set.
 
 - 
getArtifactUripublic java.lang.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;- Specified by:
- getArtifactUriin interface- Service.RunInfoOrBuilder
- Returns:
- The artifactUri.
 
 - 
getArtifactUriBytespublic 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;- Specified by:
- getArtifactUriBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for artifactUri.
 
 - 
setArtifactUripublic Service.RunInfo.Builder setArtifactUri(java.lang.String value) 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;- Parameters:
- value- The artifactUri to set.
- Returns:
- This builder for chaining.
 
 - 
clearArtifactUripublic Service.RunInfo.Builder clearArtifactUri() 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;- Returns:
- This builder for chaining.
 
 - 
setArtifactUriBytespublic Service.RunInfo.Builder setArtifactUriBytes(com.google.protobuf.ByteString value) 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;- Parameters:
- value- The bytes for artifactUri to set.
- Returns:
- This builder for chaining.
 
 - 
hasLifecycleStagepublic boolean hasLifecycleStage() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Specified by:
- hasLifecycleStagein interface- Service.RunInfoOrBuilder
- Returns:
- Whether the lifecycleStage field is set.
 
 - 
getLifecycleStagepublic java.lang.String getLifecycleStage() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Specified by:
- getLifecycleStagein interface- Service.RunInfoOrBuilder
- Returns:
- The lifecycleStage.
 
 - 
getLifecycleStageBytespublic com.google.protobuf.ByteString getLifecycleStageBytes() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Specified by:
- getLifecycleStageBytesin interface- Service.RunInfoOrBuilder
- Returns:
- The bytes for lifecycleStage.
 
 - 
setLifecycleStagepublic Service.RunInfo.Builder setLifecycleStage(java.lang.String value) Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Parameters:
- value- The lifecycleStage to set.
- Returns:
- This builder for chaining.
 
 - 
clearLifecycleStagepublic Service.RunInfo.Builder clearLifecycleStage() Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Returns:
- This builder for chaining.
 
 - 
setLifecycleStageBytespublic Service.RunInfo.Builder setLifecycleStageBytes(com.google.protobuf.ByteString value) Current life cycle stage of the experiment : OneOf("active", "deleted")optional string lifecycle_stage = 14;- Parameters:
- value- The bytes for lifecycleStage to set.
- Returns:
- This builder for chaining.
 
 - 
setUnknownFieldspublic final Service.RunInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- setUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- setUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 - 
mergeUnknownFieldspublic final Service.RunInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
- mergeUnknownFieldsin interface- com.google.protobuf.Message.Builder
- Overrides:
- mergeUnknownFieldsin class- com.google.protobuf.GeneratedMessageV3.Builder<Service.RunInfo.Builder>
 
 
- 
 
-