Skip to content

Commit

Permalink
change all the suffix from "Config" to "Details"
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-ccc committed Dec 4, 2024
1 parent 9e07973 commit 9d84ce5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ model AnalyzeConversationAuthoringCreateProjectOptions {
* Represents the options for authorizing a project copy to the current Azure resource.
*/
@added(Versions.v2023_04_15_preview)
@clientName("CopyAuthorizationConfig", "csharp")
@clientName("CopyAuthorizationDetails", "csharp")
model AnalyzeConversationAuthoringCopyAuthorizationOptions {
/**
* Represents the project kind.
Expand All @@ -432,7 +432,7 @@ model AnalyzeConversationAuthoringCopyAuthorizationOptions {
* Represents the options for copying an existing project to another Azure resource.
*/
@added(Versions.v2023_04_15_preview)
@clientName("CopyProjectConfig", "csharp")
@clientName("CopyProjectDetails", "csharp")
model AnalyzeConversationAuthoringCopyProjectOptions {
/**
* Represents the project kind.
Expand Down Expand Up @@ -506,7 +506,7 @@ model AnalyzeConversationAuthoringExportedProjectAssets {
/**
* Represents the options for starting a new training job.
*/
@clientName("TrainingJobConfig", "csharp")
@clientName("TrainingJobDetails", "csharp")
model AnalyzeConversationAuthoringTrainingJobOptions {
/**
* Represents the output model label.
Expand All @@ -532,7 +532,7 @@ model AnalyzeConversationAuthoringTrainingJobOptions {
/**
* Represents the options used running the evaluation.
*/
@clientName("EvaluationConfig", "csharp")
@clientName("EvaluationDetails", "csharp")
model AnalyzeConversationAuthoringEvaluationOptions {
/**
* Represents the evaluation kind. By default, the evaluation kind is set to percentage.
Expand Down Expand Up @@ -701,7 +701,7 @@ model AnalyzeConversationAuthoringDeploymentResource {
/**
* Represents the options for creating or updating a project deployment.
*/
@clientName("CreateDeploymentConfig", "csharp")
@clientName("CreateDeploymentDetails", "csharp")
model AnalyzeConversationAuthoringCreateDeploymentOptions {
/**
* Represents the trained model label.
Expand All @@ -718,7 +718,7 @@ model AnalyzeConversationAuthoringCreateDeploymentOptions {
/**
* Represents the options for deleting a project deployment.
*/
@clientName("DeleteDeploymentConfig", "csharp")
@clientName("DeleteDeploymentDetails", "csharp")
model AnalyzeConversationAuthoringDeleteDeploymentOptions {
/**
* Represents the resource IDs to delete the deployment from. If not provided, the deployment will be rolled out from all the resources it is deployed to. If provided, it will delete the deployment only from the specified assigned resources, and leave it for the rest.
Expand Down Expand Up @@ -759,7 +759,7 @@ model AnalyzeConversationAuthoringSwapDeploymentsJobState {
/**
* Represents the options for swapping two deployments together.
*/
@clientName("SwapDeploymentsConfig", "csharp")
@clientName("SwapDeploymentsDetails", "csharp")
model AnalyzeConversationAuthoringSwapDeploymentsOptions {
/**
* Represents the first deployment name.
Expand Down Expand Up @@ -1278,7 +1278,7 @@ model AnalyzeConversationAuthoringAssignedDeploymentResource {
* Represents the options for assigning Azure resources to a project.
*/
@added(Versions.v2023_04_15_preview)
@clientName("AssignDeploymentResourcesConfig", "csharp")
@clientName("AssignDeploymentResourcesDetails", "csharp")
model AnalyzeConversationAuthoringAssignDeploymentResourcesOptions {
/**
* Represents the metadata for the resources to be assigned.
Expand Down Expand Up @@ -1311,7 +1311,7 @@ model AnalyzeConversationAuthoringResourceMetadata {
* Represents the options to unassign Azure resources from a project.
*/
@added(Versions.v2023_04_15_preview)
@clientName("UnassignDeploymentResourcesConfig", "csharp")
@clientName("UnassignDeploymentResourcesDetails", "csharp")
model AnalyzeConversationAuthoringUnassignDeploymentResourcesOptions {
/**
* Represents the assigned resource IDs to be unassigned.
Expand Down Expand Up @@ -1851,7 +1851,7 @@ model AnalyzeConversationAuthoringExportedConversationOrchestration {
/**
* Represents the orchestration options for a Conversational project target.
*/
@clientName("ExportedConversationOrchestrationConfig", "csharp")
@clientName("ExportedConversationOrchestrationDetails", "csharp")
model AnalyzeConversationAuthoringExportedConversationOrchestrationOptions
extends AnalyzeConversationAuthoringExportedOrchestrationOptions {
/**
Expand All @@ -1869,7 +1869,7 @@ model AnalyzeConversationAuthoringExportedConversationOrchestrationOptions
* Represents the options used to define the orchestration behavior of an intent.
*/
@discriminator("targetProjectKind")
@clientName("ExportedOrchestrationConfig", "csharp")
@clientName("ExportedOrchestrationDetails", "csharp")
model AnalyzeConversationAuthoringExportedOrchestrationOptions {
targetProjectKind: OrchestrationTargetProjectKind;
}
Expand Down Expand Up @@ -1898,7 +1898,7 @@ model AnalyzeConversationAuthoringExportedLuisOrchestration {
/**
* Represents the orchestration options for a LUIS application target.
*/
@clientName("ExportedLuisOrchestrationConfig", "csharp")
@clientName("ExportedLuisOrchestrationDetails", "csharp")
model AnalyzeConversationAuthoringExportedLuisOrchestrationOptions
extends AnalyzeConversationAuthoringExportedOrchestrationOptions {
/**
Expand Down Expand Up @@ -1926,7 +1926,7 @@ model AnalyzeConversationAuthoringExportedQuestionAnsweringOrchestration {
/**
* Represents the orchestration options for a Question Answering project target.
*/
@clientName("ExportedQuestionAnsweringOrchestrationConfig", "csharp")
@clientName("ExportedQuestionAnsweringOrchestrationDetails", "csharp")
model AnalyzeConversationAuthoringExportedQuestionAnsweringOrchestrationOptions
extends AnalyzeConversationAuthoringExportedOrchestrationOptions {
/**
Expand Down Expand Up @@ -2072,7 +2072,7 @@ model AnalyzeConversationAuthoringModelFile {
/**
* Represents the options for creating or replacing an exported model.
*/
@clientName("ExportedModelConfig", "csharp")
@clientName("ExportedModelDetails", "csharp")
@added(Versions.v2024_11_15_preview)
model ExportedModelOptions {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ model InnerErrorModel {
/**
* Represents the options used to create or update a project.
*/
@clientName("CreateProjectConfig", "csharp")
@clientName("CreateProjectDetails", "csharp")
model TextAnalysisAuthoringCreateProjectOptions {
/**
* The project kind.
Expand Down Expand Up @@ -402,7 +402,7 @@ model TextAnalysisAuthoringCreateProjectOptions {
* Represents the options for authorizing a project copy to the current Azure resource.
*/
@clientName("CopyAuthorizationOptions")
@clientName("CopyAuthorizationConfig", "csharp")
@clientName("CopyAuthorizationDetails", "csharp")
model TextAnalysisAuthoringCopyAuthorizationOptions {
/**
* Represents the project kind.
Expand All @@ -423,7 +423,7 @@ model TextAnalysisAuthoringCopyAuthorizationOptions {
/**
* Represents the options for copying an existing project to another Azure resource.
*/
@clientName("CopyProjectConfig", "csharp")
@clientName("CopyProjectDetails", "csharp")
model TextAnalysisAuthoringCopyProjectOptions {
/**
* Represents the project kind.
Expand Down Expand Up @@ -494,7 +494,7 @@ model TextAnalysisAuthoringExportedProjectAssets {
/**
* Represents the options for starting a new training job.
*/
@clientName("TrainingJobConfig", "csharp")
@clientName("TrainingJobDetails", "csharp")
model TextAnalysisAuthoringTrainingJobOptions {
/**
* Represents the output model label.
Expand Down Expand Up @@ -561,7 +561,7 @@ model TextAnalysisAuthoringDataGenerationConnectionInfo {
/**
* Represents the options used running the evaluation.
*/
@clientName("EvaluationConfig", "csharp")
@clientName("EvaluationDetails", "csharp")
model TextAnalysisAuthoringEvaluationOptions {
/**
* Represents the evaluation kind. By default, the evaluation kind is set to percentage.
Expand Down Expand Up @@ -730,7 +730,7 @@ model TextAnalysisAuthoringDeploymentResource {
/**
* Represents the options for creating or updating a project deployment.
*/
@clientName("CreateDeploymentConfig", "csharp")
@clientName("CreateDeploymentDetails", "csharp")
model TextAnalysisAuthoringCreateDeploymentOptions {
/**
* Represents the trained model label.
Expand All @@ -748,7 +748,7 @@ model TextAnalysisAuthoringCreateDeploymentOptions {
* Represents the options for deleting a project deployment.
*/
@added(Versions.v2023_04_15_preview)
@clientName("DeleteDeploymentConfig", "csharp")
@clientName("DeleteDeploymentDetails", "csharp")
model TextAnalysisAuthoringDeleteDeploymentOptions {
/**
* Represents the resource IDs to delete the deployment from. If not provided, the deployment will be rolled out from all the resources it is deployed to. If provided, it will delete the deployment only from the specified assigned resources, and leave it for the rest.
Expand Down Expand Up @@ -789,7 +789,7 @@ model TextAnalysisAuthoringSwapDeploymentsJobState {
/**
* Represents the options for swapping two deployments together.
*/
@clientName("SwapDeploymentsConfig", "csharp")
@clientName("SwapDeploymentsDetails", "csharp")
model TextAnalysisAuthoringSwapDeploymentsOptions {
/**
* Represents the first deployment name.
Expand Down Expand Up @@ -876,7 +876,7 @@ model TextAnalysisAuthoringExportedTrainedModel {
/**
* Represents the options for creating or replacing an exported model.
*/
@clientName("ExportedModelConfig", "csharp")
@clientName("ExportedModelDetails", "csharp")
model TextAnalysisAuthoringExportedModelOptions {
/**
* The trained model label.
Expand Down Expand Up @@ -1184,7 +1184,7 @@ model TextAnalysisAuthoringAssignedDeploymentResource {
/**
* Represents the options for assigning Azure resources to a project.
*/
@clientName("AssignDeploymentResourcesConfig", "csharp")
@clientName("AssignDeploymentResourcesDetails", "csharp")
model TextAnalysisAuthoringAssignDeploymentResourcesOptions {
/**
* Represents the metadata for the resources to be assigned.
Expand Down Expand Up @@ -1217,7 +1217,7 @@ model TextAnalysisAuthoringResourceMetadata {
* Represents the options to unassign Azure resources from a project.
*/
@added(Versions.v2023_04_15_preview)
@clientName("UnassignDeploymentResourcesConfig", "csharp")
@clientName("UnassignDeploymentResourcesDetails", "csharp")
model TextAnalysisAuthoringUnassignDeploymentResourcesOptions {
/**
* Represents the assigned resource IDs to be unassigned.
Expand Down

0 comments on commit 9d84ce5

Please sign in to comment.