Interface Service.CreatePromptOptimizationJobOrBuilder

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

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

    • 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

      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

      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.
    • getConfig

       Configuration for the optimization job.
       
      optional .mlflow.PromptOptimizationJobConfig config = 3;
      Returns:
      The config.
    • getConfigOrBuilder

       Configuration for the optimization job.
       
      optional .mlflow.PromptOptimizationJobConfig config = 3;
    • getTagsList

       Optional tags for the optimization job.
       
      repeated .mlflow.PromptOptimizationJobTag tags = 4;
    • getTags

       Optional tags for the optimization job.
       
      repeated .mlflow.PromptOptimizationJobTag tags = 4;
    • getTagsCount

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

       Optional tags for the optimization job.
       
      repeated .mlflow.PromptOptimizationJobTag tags = 4;
    • getTagsOrBuilder

       Optional tags for the optimization job.
       
      repeated .mlflow.PromptOptimizationJobTag tags = 4;