Interface Service.CreateLoggedModelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.CreateLoggedModel, Service.CreateLoggedModel.Builder
Enclosing class:
Service

public static interface Service.CreateLoggedModelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasExperimentId

      boolean hasExperimentId()
       ID of the associated experiment.
       
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       ID of the associated experiment.
       
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       ID of the associated experiment.
       
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for experimentId.
    • hasName

      boolean hasName()
       Name of the model. Optional. If not specified, the backend will generate one.
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Name of the model. Optional. If not specified, the backend will generate one.
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the model. Optional. If not specified, the backend will generate one.
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasModelType

      boolean hasModelType()
       The type of model, such as "Agent", "Classifier", "LLM".
       
      optional string model_type = 3;
      Returns:
      Whether the modelType field is set.
    • getModelType

      String getModelType()
       The type of model, such as "Agent", "Classifier", "LLM".
       
      optional string model_type = 3;
      Returns:
      The modelType.
    • getModelTypeBytes

      com.google.protobuf.ByteString getModelTypeBytes()
       The type of model, such as "Agent", "Classifier", "LLM".
       
      optional string model_type = 3;
      Returns:
      The bytes for modelType.
    • hasSourceRunId

      boolean hasSourceRunId()
       Run ID of the run that created this model.
       
      optional string source_run_id = 4;
      Returns:
      Whether the sourceRunId field is set.
    • getSourceRunId

      String getSourceRunId()
       Run ID of the run that created this model.
       
      optional string source_run_id = 4;
      Returns:
      The sourceRunId.
    • getSourceRunIdBytes

      com.google.protobuf.ByteString getSourceRunIdBytes()
       Run ID of the run that created this model.
       
      optional string source_run_id = 4;
      Returns:
      The bytes for sourceRunId.
    • getParamsList

       LoggedModel params.
       
      repeated .mlflow.LoggedModelParameter params = 5;
    • getParams

      Service.LoggedModelParameter getParams(int index)
       LoggedModel params.
       
      repeated .mlflow.LoggedModelParameter params = 5;
    • getParamsCount

      int getParamsCount()
       LoggedModel params.
       
      repeated .mlflow.LoggedModelParameter params = 5;
    • getParamsOrBuilderList

      List<? extends Service.LoggedModelParameterOrBuilder> getParamsOrBuilderList()
       LoggedModel params.
       
      repeated .mlflow.LoggedModelParameter params = 5;
    • getParamsOrBuilder

      Service.LoggedModelParameterOrBuilder getParamsOrBuilder(int index)
       LoggedModel params.
       
      repeated .mlflow.LoggedModelParameter params = 5;
    • getTagsList

       LoggedModel tags.
       
      repeated .mlflow.LoggedModelTag tags = 6;
    • getTags

      Service.LoggedModelTag getTags(int index)
       LoggedModel tags.
       
      repeated .mlflow.LoggedModelTag tags = 6;
    • getTagsCount

      int getTagsCount()
       LoggedModel tags.
       
      repeated .mlflow.LoggedModelTag tags = 6;
    • getTagsOrBuilderList

      List<? extends Service.LoggedModelTagOrBuilder> getTagsOrBuilderList()
       LoggedModel tags.
       
      repeated .mlflow.LoggedModelTag tags = 6;
    • getTagsOrBuilder

      Service.LoggedModelTagOrBuilder getTagsOrBuilder(int index)
       LoggedModel tags.
       
      repeated .mlflow.LoggedModelTag tags = 6;