summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/InferenceClassificationModel.go
blob: 4c3ef14d966ad1c43c5e42163019937e02db56bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// InferenceClassification undocumented
type InferenceClassification struct {
	// Entity is the base model of InferenceClassification
	Entity
	// Overrides undocumented
	Overrides []InferenceClassificationOverride `json:"overrides,omitempty"`
}