InsightSample Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A sample from the analysis. Please note this is the abstract base class. The derived classes available for instantiation are: EvaluationResultSample.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownInsightSample))]
public abstract class InsightSample : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InsightSample>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InsightSample>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.UnknownInsightSample))>]
type InsightSample = class
interface IJsonModel<InsightSample>
interface IPersistableModel<InsightSample>
Public MustInherit Class InsightSample
Implements IJsonModel(Of InsightSample), IPersistableModel(Of InsightSample)
- Inheritance
-
InsightSample
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CorrelationInfo |
Info about the correlation for the analysis sample. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Features |
Features to help with additional filtering of data in UX. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Id |
The unique identifier for the analysis sample. |