Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] [FOR COMPARISON ONLY] Update analyzetext-authoring.json #30325

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,21 @@
},
"x-ms-client-name": "AssignedResourceDeploymentsMetadata"
},
"TextAnalysisAuthoringAzureOpenAiDetails": {
"description": "Databag that identifies the Azure OpenAI service used for data generation to improve data quality for increased model performance.",
"type": "object",
"properties": {
"resourceId": {
"description": "Azure OpenAI Resource Identifier the customer would like to use for data generation. Looks like: /subscriptions/b72743ec-8bb3-453f-83ad-a53e8a50712e/resourceGroups/customer-rg/providers/Microsoft.CognitiveServices/accounts/aoai-resource-name.",
"type": "string"
},
"deploymentName": {
"description": "Azure OpenAI model deployment name the customer would like to use for data generation.",
"type": "string"
}
},
"x-ms-client-name": "AzureOpenAiDetails"
},
"TextAnalysisAuthoringCompositionSetting": {
"enum": [
"separateComponents",
Expand Down Expand Up @@ -2800,6 +2815,31 @@
"x-ms-discriminator-value": "CustomTextSentiment",
"x-ms-client-name": "CustomTextSentimentEvaluationSummary"
},
"TextAnalysisAuthoringDataGenerationSettings": {
"description": "Data generation settings for the project. Used for adding more data to training dataset to improve model quality.",
"type": "object",
"properties": {
"AzureOpenAiDetails": {
"description": "Databag that identifies the Azure OpenAI service used for data generation to improve data quality for increased model performance.",
"$ref": "#/definitions/TextAnalysisAuthoringAzureOpenAiDetails"
}
},
"x-ms-client-name": "DataGenerationSettings"
},
"TextAnalysisAuthoringDataGenerationDetails": {
"description": "Databag including details on DataGeneration during model training.",
"required": [
"enabled"
],
"type": "object",
"properties": {
"enabled": {
"description": "If the model was trained using data generation.",
"type": "boolean"
}
},
"x-ms-client-name": "DataGenerationDetails"
},
"TextAnalysisAuthoringDeleteDeploymentOptions": {
"description": "Represents the options for deleting a project deployment.",
"type": "object",
Expand Down Expand Up @@ -3306,6 +3346,7 @@
"$ref": "#/definitions/TextAnalysisAuthoringProjectKind"
},
"evaluationOptions": {
"description": "Evaluation split options.",
"$ref": "#/definitions/TextAnalysisAuthoringEvaluationOptions"
}
},
Expand All @@ -3319,6 +3360,10 @@
"category": {
"description": "The class category.",
"type": "string"
},
"description": {
"description": "The class description.",
"type": "string"
}
},
"x-ms-client-name": "ExportedClass"
Expand All @@ -3345,6 +3390,10 @@
"category": {
"description": "The entity category.",
"type": "string"
},
"description": {
"description": "The entity description.",
"type": "string"
}
},
"x-ms-client-name": "ExportedCompositeEntity"
Expand Down Expand Up @@ -3443,6 +3492,10 @@
"items": {
"$ref": "#/definitions/TextAnalysisAuthoringExportedCustomEntityRecognitionDocument"
}
},
"dataGeneration": {
"description": "The prompt2model settings belonging to the project.",
"$ref": "#/definitions/TextAnalysisAuthoringDataGenerationSettings"
}
},
"x-ms-discriminator-value": "CustomEntityRecognition",
Expand Down Expand Up @@ -3599,6 +3652,10 @@
"items": {
"$ref": "#/definitions/TextAnalysisAuthoringExportedCustomSingleLabelClassificationDocument"
}
},
"dataGeneration": {
"description": "The prompt2model settings belonging to the project.",
"$ref": "#/definitions/TextAnalysisAuthoringDataGenerationSettings"
}
},
"x-ms-discriminator-value": "CustomSingleLabelClassification",
Expand Down Expand Up @@ -3732,6 +3789,10 @@
"category": {
"description": "The entity category.",
"type": "string"
},
"description": {
"description": "The entity description.",
"type": "string"
}
},
"x-ms-client-name": "ExportedEntity"
Expand Down Expand Up @@ -4436,6 +4497,10 @@
"format": "int32",
"description": "The predictive lookahead for GPT predictions that is specified by the user.",
"type": "integer"
},
"dataGenerationSettings": {
"description": "Data generation settings for the project. Used for adding more data to training dataset to improve model quality.",
"$ref": "#/definitions/TextAnalysisAuthoringDataGenerationSettings"
}
},
"x-ms-client-name": "ProjectSettings"
Expand Down Expand Up @@ -4472,7 +4537,8 @@
"lastTrainingDurationInSeconds",
"modelExpirationDate",
"modelTrainingConfigVersion",
"hasSnapshot"
"hasSnapshot",
"dataGenerationEnabled"
],
"type": "object",
"properties": {
Expand Down Expand Up @@ -4506,6 +4572,10 @@
"hasSnapshot": {
"description": "The flag to indicate if the trained model has a snapshot ready.",
"type": "boolean"
},
"dataGenerationEnabled": {
"description": "If data generation was enabled during training of model. Helpful to debug low model performance.",
"type": "boolean"
}
},
"x-ms-client-name": "ProjectTrainedModel"
Expand Down Expand Up @@ -5008,6 +5078,10 @@
"evaluationOptions": {
"description": "Represents the evaluation options. By default, the evaluation kind is percentage, with training split percentage as 80, and testing split percentage as 20.",
"$ref": "#/definitions/TextAnalysisAuthoringEvaluationOptions"
},
"enableDataGeneration": {
"description": "If the customer would like to use DataGeneration during this specific training job.",
"type": "boolean"
}
},
"x-ms-client-name": "TrainingJobOptions"
Expand Down Expand Up @@ -5037,6 +5111,10 @@
"description": "Represents model evaluation status.",
"$ref": "#/definitions/TextAnalysisAuthoringSubTrainingJobState"
},
"dataGenerationDetails": {
"description": "Databag with details on data generation during model training.",
"$ref": "#/definitions/TextAnalysisAuthoringDataGenerationDetails"
},
"estimatedEndDateTime": {
"format": "date-time",
"description": "Represents the estimate end date time for training and evaluation.",
Expand Down
Loading