Interface Service.CreatePromptOptimizationJobOrBuilder

    • Method Detail

      • hasExperimentId

        boolean hasExperimentId()
         ID of the MLflow experiment to track the optimization job in.
         
        optional string experiment_id = 1;
        Returns:
        Whether the experimentId field is set.
      • getExperimentId

        java.lang.String getExperimentId()
         ID of the MLflow experiment to track the optimization job in.
         
        optional string experiment_id = 1;
        Returns:
        The experimentId.
      • getExperimentIdBytes

        com.google.protobuf.ByteString getExperimentIdBytes()
         ID of the MLflow experiment to track the optimization job in.
         
        optional string experiment_id = 1;
        Returns:
        The bytes for experimentId.
      • hasSourcePromptUri

        boolean hasSourcePromptUri()
         URI of the source prompt to optimize (e.g., "prompts:/my-prompt/1").
         
        optional string source_prompt_uri = 2;
        Returns:
        Whether the sourcePromptUri field is set.
      • getSourcePromptUri

        java.lang.String getSourcePromptUri()
         URI of the source prompt to optimize (e.g., "prompts:/my-prompt/1").
         
        optional string source_prompt_uri = 2;
        Returns:
        The sourcePromptUri.
      • getSourcePromptUriBytes

        com.google.protobuf.ByteString getSourcePromptUriBytes()
         URI of the source prompt to optimize (e.g., "prompts:/my-prompt/1").
         
        optional string source_prompt_uri = 2;
        Returns:
        The bytes for sourcePromptUri.
      • hasConfig

        boolean hasConfig()
         Configuration for the optimization job.
         
        optional .mlflow.PromptOptimizationJobConfig config = 3;
        Returns:
        Whether the config field is set.
      • getTagsCount

        int getTagsCount()
         Optional tags for the optimization job.
         
        repeated .mlflow.PromptOptimizationJobTag tags = 4;