Class Service.LoggedModelInfo.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.LoggedModelInfoOrBuilder
    Enclosing class:
    Service.LoggedModelInfo

    public static final class Service.LoggedModelInfo.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
    implements Service.LoggedModelInfoOrBuilder
     A LoggedModelInfo includes logged model attributes,
     tags, and registration info.
     
    Protobuf type mlflow.LoggedModelInfo
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • clear

        public Service.LoggedModelInfo.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • getDefaultInstanceForType

        public Service.LoggedModelInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Service.LoggedModelInfo build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Service.LoggedModelInfo buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Service.LoggedModelInfo.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • setField

        public Service.LoggedModelInfo.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • clearField

        public Service.LoggedModelInfo.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • clearOneof

        public Service.LoggedModelInfo.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • setRepeatedField

        public Service.LoggedModelInfo.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • addRepeatedField

        public Service.LoggedModelInfo.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • mergeFrom

        public Service.LoggedModelInfo.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.LoggedModelInfo.Builder>
        Throws:
        java.io.IOException
      • hasModelId

        public boolean hasModelId()
         A unique identifier for the model.
         
        optional string model_id = 1;
        Specified by:
        hasModelId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the modelId field is set.
      • getModelId

        public java.lang.String getModelId()
         A unique identifier for the model.
         
        optional string model_id = 1;
        Specified by:
        getModelId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The modelId.
      • getModelIdBytes

        public com.google.protobuf.ByteString getModelIdBytes()
         A unique identifier for the model.
         
        optional string model_id = 1;
        Specified by:
        getModelIdBytes in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The bytes for modelId.
      • setModelId

        public Service.LoggedModelInfo.Builder setModelId​(java.lang.String value)
         A unique identifier for the model.
         
        optional string model_id = 1;
        Parameters:
        value - The modelId to set.
        Returns:
        This builder for chaining.
      • clearModelId

        public Service.LoggedModelInfo.Builder clearModelId()
         A unique identifier for the model.
         
        optional string model_id = 1;
        Returns:
        This builder for chaining.
      • setModelIdBytes

        public Service.LoggedModelInfo.Builder setModelIdBytes​(com.google.protobuf.ByteString value)
         A unique identifier for the model.
         
        optional string model_id = 1;
        Parameters:
        value - The bytes for modelId to set.
        Returns:
        This builder for chaining.
      • hasExperimentId

        public boolean hasExperimentId()
         The ID of the experiment that owns the model.
         
        optional string experiment_id = 2;
        Specified by:
        hasExperimentId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the experimentId field is set.
      • getExperimentId

        public java.lang.String getExperimentId()
         The ID of the experiment that owns the model.
         
        optional string experiment_id = 2;
        Specified by:
        getExperimentId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The experimentId.
      • getExperimentIdBytes

        public com.google.protobuf.ByteString getExperimentIdBytes()
         The ID of the experiment that owns the model.
         
        optional string experiment_id = 2;
        Specified by:
        getExperimentIdBytes in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The bytes for experimentId.
      • setExperimentId

        public Service.LoggedModelInfo.Builder setExperimentId​(java.lang.String value)
         The ID of the experiment that owns the model.
         
        optional string experiment_id = 2;
        Parameters:
        value - The experimentId to set.
        Returns:
        This builder for chaining.
      • clearExperimentId

        public Service.LoggedModelInfo.Builder clearExperimentId()
         The ID of the experiment that owns the model.
         
        optional string experiment_id = 2;
        Returns:
        This builder for chaining.
      • setExperimentIdBytes

        public Service.LoggedModelInfo.Builder setExperimentIdBytes​(com.google.protobuf.ByteString value)
         The ID of the experiment that owns the model.
         
        optional string experiment_id = 2;
        Parameters:
        value - The bytes for experimentId to set.
        Returns:
        This builder for chaining.
      • setName

        public Service.LoggedModelInfo.Builder setName​(java.lang.String value)
         Name of the model.
         
        optional string name = 3;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • setNameBytes

        public Service.LoggedModelInfo.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the model.
         
        optional string name = 3;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasCreationTimestampMs

        public boolean hasCreationTimestampMs()
         Timestamp when the model was created, in milliseconds since the UNIX epoch.
         
        optional int64 creation_timestamp_ms = 4;
        Specified by:
        hasCreationTimestampMs in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the creationTimestampMs field is set.
      • getCreationTimestampMs

        public long getCreationTimestampMs()
         Timestamp when the model was created, in milliseconds since the UNIX epoch.
         
        optional int64 creation_timestamp_ms = 4;
        Specified by:
        getCreationTimestampMs in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The creationTimestampMs.
      • setCreationTimestampMs

        public Service.LoggedModelInfo.Builder setCreationTimestampMs​(long value)
         Timestamp when the model was created, in milliseconds since the UNIX epoch.
         
        optional int64 creation_timestamp_ms = 4;
        Parameters:
        value - The creationTimestampMs to set.
        Returns:
        This builder for chaining.
      • clearCreationTimestampMs

        public Service.LoggedModelInfo.Builder clearCreationTimestampMs()
         Timestamp when the model was created, in milliseconds since the UNIX epoch.
         
        optional int64 creation_timestamp_ms = 4;
        Returns:
        This builder for chaining.
      • hasLastUpdatedTimestampMs

        public boolean hasLastUpdatedTimestampMs()
         Timestamp when the model was last updated, in milliseconds since the UNIX epoch
         
        optional int64 last_updated_timestamp_ms = 5;
        Specified by:
        hasLastUpdatedTimestampMs in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the lastUpdatedTimestampMs field is set.
      • getLastUpdatedTimestampMs

        public long getLastUpdatedTimestampMs()
         Timestamp when the model was last updated, in milliseconds since the UNIX epoch
         
        optional int64 last_updated_timestamp_ms = 5;
        Specified by:
        getLastUpdatedTimestampMs in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The lastUpdatedTimestampMs.
      • setLastUpdatedTimestampMs

        public Service.LoggedModelInfo.Builder setLastUpdatedTimestampMs​(long value)
         Timestamp when the model was last updated, in milliseconds since the UNIX epoch
         
        optional int64 last_updated_timestamp_ms = 5;
        Parameters:
        value - The lastUpdatedTimestampMs to set.
        Returns:
        This builder for chaining.
      • clearLastUpdatedTimestampMs

        public Service.LoggedModelInfo.Builder clearLastUpdatedTimestampMs()
         Timestamp when the model was last updated, in milliseconds since the UNIX epoch
         
        optional int64 last_updated_timestamp_ms = 5;
        Returns:
        This builder for chaining.
      • hasArtifactUri

        public boolean hasArtifactUri()
         URI of the directory where model artifacts are stored.
         
        optional string artifact_uri = 6;
        Specified by:
        hasArtifactUri in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the artifactUri field is set.
      • getArtifactUri

        public java.lang.String getArtifactUri()
         URI of the directory where model artifacts are stored.
         
        optional string artifact_uri = 6;
        Specified by:
        getArtifactUri in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The artifactUri.
      • getArtifactUriBytes

        public com.google.protobuf.ByteString getArtifactUriBytes()
         URI of the directory where model artifacts are stored.
         
        optional string artifact_uri = 6;
        Specified by:
        getArtifactUriBytes in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The bytes for artifactUri.
      • setArtifactUri

        public Service.LoggedModelInfo.Builder setArtifactUri​(java.lang.String value)
         URI of the directory where model artifacts are stored.
         
        optional string artifact_uri = 6;
        Parameters:
        value - The artifactUri to set.
        Returns:
        This builder for chaining.
      • clearArtifactUri

        public Service.LoggedModelInfo.Builder clearArtifactUri()
         URI of the directory where model artifacts are stored.
         
        optional string artifact_uri = 6;
        Returns:
        This builder for chaining.
      • setArtifactUriBytes

        public Service.LoggedModelInfo.Builder setArtifactUriBytes​(com.google.protobuf.ByteString value)
         URI of the directory where model artifacts are stored.
         
        optional string artifact_uri = 6;
        Parameters:
        value - The bytes for artifactUri to set.
        Returns:
        This builder for chaining.
      • hasStatus

        public boolean hasStatus()
         Whether or not the model is ready for use.
         
        optional .mlflow.LoggedModelStatus status = 7;
        Specified by:
        hasStatus in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the status field is set.
      • clearStatus

        public Service.LoggedModelInfo.Builder clearStatus()
         Whether or not the model is ready for use.
         
        optional .mlflow.LoggedModelStatus status = 7;
        Returns:
        This builder for chaining.
      • hasCreatorId

        public boolean hasCreatorId()
         The ID of the user or principal that created the model.
         
        optional int64 creator_id = 8;
        Specified by:
        hasCreatorId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the creatorId field is set.
      • getCreatorId

        public long getCreatorId()
         The ID of the user or principal that created the model.
         
        optional int64 creator_id = 8;
        Specified by:
        getCreatorId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The creatorId.
      • setCreatorId

        public Service.LoggedModelInfo.Builder setCreatorId​(long value)
         The ID of the user or principal that created the model.
         
        optional int64 creator_id = 8;
        Parameters:
        value - The creatorId to set.
        Returns:
        This builder for chaining.
      • clearCreatorId

        public Service.LoggedModelInfo.Builder clearCreatorId()
         The ID of the user or principal that created the model.
         
        optional int64 creator_id = 8;
        Returns:
        This builder for chaining.
      • hasModelType

        public boolean hasModelType()
         The type of model, such as "Agent", "Classifier", "LLM".
         
        optional string model_type = 9;
        Specified by:
        hasModelType in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the modelType field is set.
      • getModelType

        public java.lang.String getModelType()
         The type of model, such as "Agent", "Classifier", "LLM".
         
        optional string model_type = 9;
        Specified by:
        getModelType in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The modelType.
      • getModelTypeBytes

        public com.google.protobuf.ByteString getModelTypeBytes()
         The type of model, such as "Agent", "Classifier", "LLM".
         
        optional string model_type = 9;
        Specified by:
        getModelTypeBytes in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The bytes for modelType.
      • setModelType

        public Service.LoggedModelInfo.Builder setModelType​(java.lang.String value)
         The type of model, such as "Agent", "Classifier", "LLM".
         
        optional string model_type = 9;
        Parameters:
        value - The modelType to set.
        Returns:
        This builder for chaining.
      • clearModelType

        public Service.LoggedModelInfo.Builder clearModelType()
         The type of model, such as "Agent", "Classifier", "LLM".
         
        optional string model_type = 9;
        Returns:
        This builder for chaining.
      • setModelTypeBytes

        public Service.LoggedModelInfo.Builder setModelTypeBytes​(com.google.protobuf.ByteString value)
         The type of model, such as "Agent", "Classifier", "LLM".
         
        optional string model_type = 9;
        Parameters:
        value - The bytes for modelType to set.
        Returns:
        This builder for chaining.
      • hasSourceRunId

        public boolean hasSourceRunId()
         Run ID of the run that created the model.
         
        optional string source_run_id = 10;
        Specified by:
        hasSourceRunId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the sourceRunId field is set.
      • getSourceRunId

        public java.lang.String getSourceRunId()
         Run ID of the run that created the model.
         
        optional string source_run_id = 10;
        Specified by:
        getSourceRunId in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The sourceRunId.
      • getSourceRunIdBytes

        public com.google.protobuf.ByteString getSourceRunIdBytes()
         Run ID of the run that created the model.
         
        optional string source_run_id = 10;
        Specified by:
        getSourceRunIdBytes in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The bytes for sourceRunId.
      • setSourceRunId

        public Service.LoggedModelInfo.Builder setSourceRunId​(java.lang.String value)
         Run ID of the run that created the model.
         
        optional string source_run_id = 10;
        Parameters:
        value - The sourceRunId to set.
        Returns:
        This builder for chaining.
      • clearSourceRunId

        public Service.LoggedModelInfo.Builder clearSourceRunId()
         Run ID of the run that created the model.
         
        optional string source_run_id = 10;
        Returns:
        This builder for chaining.
      • setSourceRunIdBytes

        public Service.LoggedModelInfo.Builder setSourceRunIdBytes​(com.google.protobuf.ByteString value)
         Run ID of the run that created the model.
         
        optional string source_run_id = 10;
        Parameters:
        value - The bytes for sourceRunId to set.
        Returns:
        This builder for chaining.
      • hasStatusMessage

        public boolean hasStatusMessage()
         Details on the current status.
         
        optional string status_message = 11;
        Specified by:
        hasStatusMessage in interface Service.LoggedModelInfoOrBuilder
        Returns:
        Whether the statusMessage field is set.
      • getStatusMessageBytes

        public com.google.protobuf.ByteString getStatusMessageBytes()
         Details on the current status.
         
        optional string status_message = 11;
        Specified by:
        getStatusMessageBytes in interface Service.LoggedModelInfoOrBuilder
        Returns:
        The bytes for statusMessage.
      • setStatusMessage

        public Service.LoggedModelInfo.Builder setStatusMessage​(java.lang.String value)
         Details on the current status.
         
        optional string status_message = 11;
        Parameters:
        value - The statusMessage to set.
        Returns:
        This builder for chaining.
      • clearStatusMessage

        public Service.LoggedModelInfo.Builder clearStatusMessage()
         Details on the current status.
         
        optional string status_message = 11;
        Returns:
        This builder for chaining.
      • setStatusMessageBytes

        public Service.LoggedModelInfo.Builder setStatusMessageBytes​(com.google.protobuf.ByteString value)
         Details on the current status.
         
        optional string status_message = 11;
        Parameters:
        value - The bytes for statusMessage to set.
        Returns:
        This builder for chaining.
      • clearTags

        public Service.LoggedModelInfo.Builder clearTags()
         Mutable String key-value pairs set on the model.
         
        repeated .mlflow.LoggedModelTag tags = 12;
      • removeTags

        public Service.LoggedModelInfo.Builder removeTags​(int index)
         Mutable String key-value pairs set on the model.
         
        repeated .mlflow.LoggedModelTag tags = 12;
      • getTagsBuilder

        public Service.LoggedModelTag.Builder getTagsBuilder​(int index)
         Mutable String key-value pairs set on the model.
         
        repeated .mlflow.LoggedModelTag tags = 12;
      • addTagsBuilder

        public Service.LoggedModelTag.Builder addTagsBuilder()
         Mutable String key-value pairs set on the model.
         
        repeated .mlflow.LoggedModelTag tags = 12;
      • addTagsBuilder

        public Service.LoggedModelTag.Builder addTagsBuilder​(int index)
         Mutable String key-value pairs set on the model.
         
        repeated .mlflow.LoggedModelTag tags = 12;
      • getTagsBuilderList

        public java.util.List<Service.LoggedModelTag.Builder> getTagsBuilderList()
         Mutable String key-value pairs set on the model.
         
        repeated .mlflow.LoggedModelTag tags = 12;
      • getRegistrationsCount

        public int getRegistrationsCount()
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
        Specified by:
        getRegistrationsCount in interface Service.LoggedModelInfoOrBuilder
      • setRegistrations

        public Service.LoggedModelInfo.Builder setRegistrations​(int index,
                                                                Service.LoggedModelRegistrationInfo value)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • addRegistrations

        public Service.LoggedModelInfo.Builder addRegistrations​(Service.LoggedModelRegistrationInfo value)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • addRegistrations

        public Service.LoggedModelInfo.Builder addRegistrations​(int index,
                                                                Service.LoggedModelRegistrationInfo value)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • addAllRegistrations

        public Service.LoggedModelInfo.Builder addAllRegistrations​(java.lang.Iterable<? extends Service.LoggedModelRegistrationInfo> values)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • clearRegistrations

        public Service.LoggedModelInfo.Builder clearRegistrations()
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • removeRegistrations

        public Service.LoggedModelInfo.Builder removeRegistrations​(int index)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • getRegistrationsBuilder

        public Service.LoggedModelRegistrationInfo.Builder getRegistrationsBuilder​(int index)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • addRegistrationsBuilder

        public Service.LoggedModelRegistrationInfo.Builder addRegistrationsBuilder()
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • addRegistrationsBuilder

        public Service.LoggedModelRegistrationInfo.Builder addRegistrationsBuilder​(int index)
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • getRegistrationsBuilderList

        public java.util.List<Service.LoggedModelRegistrationInfo.Builder> getRegistrationsBuilderList()
         If the model has been promoted to the Model Registry, this field includes
         information like the Registered Model name, Model Version number, etc.
         
        repeated .mlflow.LoggedModelRegistrationInfo registrations = 13;
      • setUnknownFields

        public final Service.LoggedModelInfo.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>
      • mergeUnknownFields

        public final Service.LoggedModelInfo.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LoggedModelInfo.Builder>