Class DefaultCognitiveServicesAccount
java.lang.Object
com.azure.search.documents.indexes.models.CognitiveServicesAccount
com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount
An empty object that represents the default cognitive service resource for a skillset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetDescription
(String description) Set the description property: Description of the cognitive service resource attached to a skillset.Methods inherited from class com.azure.search.documents.indexes.models.CognitiveServicesAccount
getDescription
-
Constructor Details
-
DefaultCognitiveServicesAccount
public DefaultCognitiveServicesAccount()
-
-
Method Details
-
setDescription
Set the description property: Description of the cognitive service resource attached to a skillset.- Overrides:
setDescription
in classCognitiveServicesAccount
- Parameters:
description
- the description value to set.- Returns:
- the CognitiveServicesAccount object itself.
-