SampleType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. projects. models. SampleType
- com.
- com.
public final class SampleType
extends ExpandableStringEnum<SampleType>
The type of sample used in the analysis.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sample |
EVALUATION_RESULT_SAMPLE
A sample from the evaluation result. |
Constructor Summary
| Constructor | Description |
|---|---|
| SampleType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sample |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sample |
fromString(String name)
Creates or finds a Sample |
|
static
Collection<Sample |
values()
Gets known Sample |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EVALUATION_RESULT_SAMPLE
public static final SampleType EVALUATION_RESULT_SAMPLE
A sample from the evaluation result.
Constructor Details
SampleType
@Deprecated
public SampleType()
Deprecated
Creates a new instance of SampleType value.
Method Details
fromString
public static SampleType fromString(String name)
Creates or finds a SampleType from its string representation.
Parameters:
Returns:
values
public static Collection<SampleType> values()
Gets known SampleType values.
Returns: