Class RunIncludes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunIncludes>
com.azure.ai.openai.assistants.models.RunIncludes
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class RunIncludes extends com.azure.core.util.ExpandableStringEnum<RunIncludes>
Values to for the includes parameter in the create run operation.
  • Field Details

    • FILE_SEARCH_CONTENT

      public static final RunIncludes FILE_SEARCH_CONTENT
      Fetch the file search result content.
  • Constructor Details

    • RunIncludes

      @Deprecated public RunIncludes()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RunIncludes value.
  • Method Details

    • fromString

      public static RunIncludes fromString(String name)
      Creates or finds a RunIncludes from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RunIncludes.
    • values

      public static Collection<RunIncludes> values()
      Gets known RunIncludes values.
      Returns:
      known RunIncludes values.