Class Service.ListLoggedModelArtifacts.Builder

    • 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.ListLoggedModelArtifacts.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.ListLoggedModelArtifacts.Builder>
      • getDefaultInstanceForType

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

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

        public Service.ListLoggedModelArtifacts buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.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.ListLoggedModelArtifacts.Builder>
      • mergeFrom

        public Service.ListLoggedModelArtifacts.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.ListLoggedModelArtifacts.Builder>
        Throws:
        java.io.IOException
      • hasModelId

        public boolean hasModelId()
         The ID of the LoggedModel for which to list the artifacts
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        hasModelId in interface Service.ListLoggedModelArtifactsOrBuilder
        Returns:
        Whether the modelId field is set.
      • getModelId

        public java.lang.String getModelId()
         The ID of the LoggedModel for which to list the artifacts
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getModelId in interface Service.ListLoggedModelArtifactsOrBuilder
        Returns:
        The modelId.
      • getModelIdBytes

        public com.google.protobuf.ByteString getModelIdBytes()
         The ID of the LoggedModel for which to list the artifacts
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getModelIdBytes in interface Service.ListLoggedModelArtifactsOrBuilder
        Returns:
        The bytes for modelId.
      • setModelId

        public Service.ListLoggedModelArtifacts.Builder setModelId​(java.lang.String value)
         The ID of the LoggedModel for which to list the artifacts
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The modelId to set.
        Returns:
        This builder for chaining.
      • clearModelId

        public Service.ListLoggedModelArtifacts.Builder clearModelId()
         The ID of the LoggedModel for which to list the artifacts
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setModelIdBytes

        public Service.ListLoggedModelArtifacts.Builder setModelIdBytes​(com.google.protobuf.ByteString value)
         The ID of the LoggedModel for which to list the artifacts
         
        optional string model_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for modelId to set.
        Returns:
        This builder for chaining.
      • hasArtifactDirectoryPath

        public boolean hasArtifactDirectoryPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string artifact_directory_path = 2;
        Specified by:
        hasArtifactDirectoryPath in interface Service.ListLoggedModelArtifactsOrBuilder
        Returns:
        Whether the artifactDirectoryPath field is set.
      • getArtifactDirectoryPath

        public java.lang.String getArtifactDirectoryPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string artifact_directory_path = 2;
        Specified by:
        getArtifactDirectoryPath in interface Service.ListLoggedModelArtifactsOrBuilder
        Returns:
        The artifactDirectoryPath.
      • getArtifactDirectoryPathBytes

        public com.google.protobuf.ByteString getArtifactDirectoryPathBytes()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string artifact_directory_path = 2;
        Specified by:
        getArtifactDirectoryPathBytes in interface Service.ListLoggedModelArtifactsOrBuilder
        Returns:
        The bytes for artifactDirectoryPath.
      • setArtifactDirectoryPath

        public Service.ListLoggedModelArtifacts.Builder setArtifactDirectoryPath​(java.lang.String value)
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string artifact_directory_path = 2;
        Parameters:
        value - The artifactDirectoryPath to set.
        Returns:
        This builder for chaining.
      • clearArtifactDirectoryPath

        public Service.ListLoggedModelArtifacts.Builder clearArtifactDirectoryPath()
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string artifact_directory_path = 2;
        Returns:
        This builder for chaining.
      • setArtifactDirectoryPathBytes

        public Service.ListLoggedModelArtifacts.Builder setArtifactDirectoryPathBytes​(com.google.protobuf.ByteString value)
         Filter artifacts matching this path (a relative path from the root artifact directory).
         
        optional string artifact_directory_path = 2;
        Parameters:
        value - The bytes for artifactDirectoryPath to set.
        Returns:
        This builder for chaining.
      • setPageToken

        public Service.ListLoggedModelArtifacts.Builder setPageToken​(java.lang.String value)
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public Service.ListLoggedModelArtifacts.Builder clearPageToken()
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public Service.ListLoggedModelArtifacts.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Token indicating the page of artifact results to fetch
         
        optional string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.