Skip to content

Commit

Permalink
Mengai/0130 private fix (#61)
Browse files Browse the repository at this point in the history
* remove customized category

* remove useless definition
  • Loading branch information
mengaims authored Feb 5, 2024
1 parent 9a375d4 commit 5757924
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions specification/cognitiveservices/ContentSafety/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@ enum BatchTaskStatus {
Succeeded,
}

@added(ContentSafety.Versions.v2023_10_30_Preview)
enum ModelStatus {
Created,
Training,
Ready,
Failed,
}

@added(ContentSafety.Versions.v2023_10_30_Preview)
enum GeneratePromptStatus {
Running,
Ready,
Failed,
}

@doc("The text analysis request.")
model AnalyzeTextOptions {
@doc("The text needs to be analyzed. We support a maximum of 10k Unicode characters (Unicode code points) in the text of one request.")
Expand Down

0 comments on commit 5757924

Please sign in to comment.