UploadPurpose Class

public final class UploadPurpose
extends ExpandableStringEnum<UploadPurpose>

Defines values for UploadPurpose.

Field Summary

Modifier and Type Field and Description
static final UploadPurpose ASSISTANTS

Static value assistants for UploadPurpose.

static final UploadPurpose ASSISTANTS_OUTPUT

Static value assistants_output for UploadPurpose.

static final UploadPurpose BATCH

Static value batch for UploadPurpose.

static final UploadPurpose BATCH_OUTPUT

Static value batch_output for UploadPurpose.

static final UploadPurpose FINE_TUNE

Static value fine-tune for UploadPurpose.

static final UploadPurpose FINE_TUNE_RESULTS

Static value fine-tune-results for UploadPurpose.

static final UploadPurpose VISION

Static value vision for UploadPurpose.

Constructor Summary

Constructor Description
UploadPurpose()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UploadPurpose value.

Method Summary

Modifier and Type Method and Description
static UploadPurpose fromString(String name)

Creates or finds a UploadPurpose from its string representation.

static Collection<UploadPurpose> values()

Gets known UploadPurpose values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding UploadPurpose.

values

public static Collection values()

Gets known UploadPurpose values.

Returns:

known UploadPurpose values.

Applies to