Uses of Class
com.azure.ai.anomalydetector.models.DataSchema
Packages that use DataSchema
Package
Description
Package containing the data models for AnomalyDetector.
-
Uses of DataSchema in com.azure.ai.anomalydetector.models
Fields in com.azure.ai.anomalydetector.models declared as DataSchemaModifier and TypeFieldDescriptionstatic final DataSchemaDataSchema.MULTI_TABLEStatic value MultiTable for DataSchema.static final DataSchemaDataSchema.ONE_TABLEStatic value OneTable for DataSchema.Methods in com.azure.ai.anomalydetector.models that return DataSchemaModifier and TypeMethodDescriptionstatic DataSchemaDataSchema.fromString(String name) Creates or finds a DataSchema from its string representation.ModelInfo.getDataSchema()Get the dataSchema property: Data schema of input data source: OneTable or MultiTable.Methods in com.azure.ai.anomalydetector.models that return types with arguments of type DataSchemaModifier and TypeMethodDescriptionstatic Collection<DataSchema>DataSchema.values()Gets known DataSchema values.Methods in com.azure.ai.anomalydetector.models with parameters of type DataSchemaModifier and TypeMethodDescriptionModelInfo.setDataSchema(DataSchema dataSchema) Set the dataSchema property: Data schema of input data source: OneTable or MultiTable.