Interface ModelRegistry.CreateRegisteredModelOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         Register models under this name
         
        optional string name = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         Register models under this name
         
        optional string name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Register models under this name
         
        optional string name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for name.
      • getTagsList

        java.util.List<ModelRegistry.RegisteredModelTag> getTagsList()
         Additional metadata for registered model.
         
        repeated .mlflow.RegisteredModelTag tags = 2;
      • getTagsCount

        int getTagsCount()
         Additional metadata for registered model.
         
        repeated .mlflow.RegisteredModelTag tags = 2;
      • hasDescription

        boolean hasDescription()
         Optional description for registered model.
         
        optional string description = 3;
        Returns:
        Whether the description field is set.
      • getDescription

        java.lang.String getDescription()
         Optional description for registered model.
         
        optional string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Optional description for registered model.
         
        optional string description = 3;
        Returns:
        The bytes for description.
      • hasDeploymentJobId

        boolean hasDeploymentJobId()
         Deployment job id for this model.
         
        optional string deployment_job_id = 4;
        Returns:
        Whether the deploymentJobId field is set.
      • getDeploymentJobId

        java.lang.String getDeploymentJobId()
         Deployment job id for this model.
         
        optional string deployment_job_id = 4;
        Returns:
        The deploymentJobId.
      • getDeploymentJobIdBytes

        com.google.protobuf.ByteString getDeploymentJobIdBytes()
         Deployment job id for this model.
         
        optional string deployment_job_id = 4;
        Returns:
        The bytes for deploymentJobId.