Uses of Class
org.mlflow.api.proto.Service.RunInfo.Builder
-
Uses of Service.RunInfo.Builder in org.mlflow.api.proto
Modifier and TypeMethodDescriptionService.RunInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.RunInfo.Builder.clear()
Service.RunInfo.Builder.clearArtifactUri()
URI of the directory where artifacts should be uploaded.Service.RunInfo.Builder.clearEndTime()
Unix timestamp of when the run ended in milliseconds.Service.RunInfo.Builder.clearExperimentId()
The experiment ID.Service.RunInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.RunInfo.Builder.clearLifecycleStage()
Current life cycle stage of the experiment : OneOf("active", "deleted")Service.RunInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.RunInfo.Builder.clearRunId()
Unique identifier for the run.Service.RunInfo.Builder.clearRunName()
The name of the run.Service.RunInfo.Builder.clearRunUuid()
[Deprecated, use run_id instead] Unique identifier for the run.Service.RunInfo.Builder.clearStartTime()
Unix timestamp of when the run started in milliseconds.Service.RunInfo.Builder.clearStatus()
Current status of the run.Service.RunInfo.Builder.clearUserId()
User who initiated the run.Service.RunInfo.Builder.clone()
Service.Run.Builder.getInfoBuilder()
Run metadata.Service.UpdateRun.Response.Builder.getRunInfoBuilder()
Updated metadata of the run.Service.RunInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.RunInfo.Builder.mergeFrom
(com.google.protobuf.Message other) Service.RunInfo.Builder.mergeFrom
(Service.RunInfo other) final Service.RunInfo.Builder
Service.RunInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Service.RunInfo.Builder
Service.RunInfo.newBuilder()
static Service.RunInfo.Builder
Service.RunInfo.newBuilder
(Service.RunInfo prototype) Service.RunInfo.newBuilderForType()
protected Service.RunInfo.Builder
Service.RunInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.RunInfo.Builder.setArtifactUri
(String value) URI of the directory where artifacts should be uploaded.Service.RunInfo.Builder.setArtifactUriBytes
(com.google.protobuf.ByteString value) URI of the directory where artifacts should be uploaded.Service.RunInfo.Builder.setEndTime
(long value) Unix timestamp of when the run ended in milliseconds.Service.RunInfo.Builder.setExperimentId
(String value) The experiment ID.Service.RunInfo.Builder.setExperimentIdBytes
(com.google.protobuf.ByteString value) The experiment ID.Service.RunInfo.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.RunInfo.Builder.setLifecycleStage
(String value) Current life cycle stage of the experiment : OneOf("active", "deleted")Service.RunInfo.Builder.setLifecycleStageBytes
(com.google.protobuf.ByteString value) Current life cycle stage of the experiment : OneOf("active", "deleted")Service.RunInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Unique identifier for the run.Service.RunInfo.Builder.setRunIdBytes
(com.google.protobuf.ByteString value) Unique identifier for the run.Service.RunInfo.Builder.setRunName
(String value) The name of the run.Service.RunInfo.Builder.setRunNameBytes
(com.google.protobuf.ByteString value) The name of the run.Service.RunInfo.Builder.setRunUuid
(String value) [Deprecated, use run_id instead] Unique identifier for the run.Service.RunInfo.Builder.setRunUuidBytes
(com.google.protobuf.ByteString value) [Deprecated, use run_id instead] Unique identifier for the run.Service.RunInfo.Builder.setStartTime
(long value) Unix timestamp of when the run started in milliseconds.Service.RunInfo.Builder.setStatus
(Service.RunStatus value) Current status of the run.final Service.RunInfo.Builder
Service.RunInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) User who initiated the run.Service.RunInfo.Builder.setUserIdBytes
(com.google.protobuf.ByteString value) User who initiated the run.Service.RunInfo.toBuilder()
Modifier and TypeMethodDescriptionService.Run.Builder.setInfo
(Service.RunInfo.Builder builderForValue) Run metadata.Service.UpdateRun.Response.Builder.setRunInfo
(Service.RunInfo.Builder builderForValue) Updated metadata of the run.