UploadPurpose Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. openai. models. UploadPurpose
- com.
- com.
public final class UploadPurpose
extends ExpandableStringEnum<UploadPurpose>
Defines values for UploadPurpose.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Upload |
ASSISTANTS
Static value assistants for Upload |
static final
Upload |
ASSISTANTS_OUTPUT
Static value assistants_output for Upload |
static final
Upload |
BATCH
Static value batch for Upload |
static final
Upload |
BATCH_OUTPUT
Static value batch_output for Upload |
static final
Upload |
FINE_TUNE
Static value fine-tune for Upload |
static final
Upload |
FINE_TUNE_RESULTS
Static value fine-tune-results for Upload |
static final
Upload |
VISION
Static value vision for Upload |
Constructor Summary
Constructor | Description |
---|---|
UploadPurpose() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Upload |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Upload |
fromString(String name)
Creates or finds a Upload |
static
Collection<Upload |
values()
Gets known Upload |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ASSISTANTS
public static final UploadPurpose ASSISTANTS
Static value assistants for UploadPurpose.
ASSISTANTS_OUTPUT
public static final UploadPurpose ASSISTANTS_OUTPUT
Static value assistants_output for UploadPurpose.
BATCH
public static final UploadPurpose BATCH
Static value batch for UploadPurpose.
BATCH_OUTPUT
public static final UploadPurpose BATCH_OUTPUT
Static value batch_output for UploadPurpose.
FINE_TUNE
public static final UploadPurpose FINE_TUNE
Static value fine-tune for UploadPurpose.
FINE_TUNE_RESULTS
public static final UploadPurpose FINE_TUNE_RESULTS
Static value fine-tune-results for UploadPurpose.
VISION
public static final UploadPurpose VISION
Static value vision for UploadPurpose.
Constructor Details
UploadPurpose
@Deprecated
public UploadPurpose()
Deprecated
Creates a new instance of UploadPurpose value.
Method Details
fromString
public static UploadPurpose fromString(String name)
Creates or finds a UploadPurpose from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known UploadPurpose values.
Returns:
Applies to
Azure SDK for Java