Libraries
»
puppetlabs-azure_arm
(0.2.2)
»
Index (s)
»
Puppet Tasks
»
searchservice_azure_skillsets_create_or_update
Puppet Task: searchservice_azure_skillsets_create_or_update
Defined in:
tasks/searchservice_azure_skillsets_create_or_update.json,
tasks/searchservice_azure_skillsets_create_or_update.rb
Overview
Creates a new cognitive skillset in an Azure Search service or updates the skillset if it already exists.
Supports noop?
false
Parameters
skillset_name
(Optional[String[1]])
— The name of the skillset to create or update.
prefer
(Optional[String[1]])
— For HTTP PUT requests, instructs the service to return the created/updated resource on success.
description
(Optional[String[1]])
— The description of the skillset.
cognitiveservices
(Optional[String[1]])
— Details about cognitive services to be used when running skills.
odataetag
(Optional[String[1]])
— The ETag of the skillset.
name
(Optional[String[1]])
— The name of the skillset.
skillset
(Optional[String[1]])
— The skillset containing one or more cognitive skills to create or update in an Azure Search service.
client_request_id
(Optional[String[1]])
— The tracking ID sent with the request to help with debugging.
api_version
(Optional[String[1]])
— Client Api Version.
skills
(Optional[String[1]])
— A list of skills in the skillset.