Uses of Class
com.azure.search.documents.indexes.models.AzureMachineLearningSkill
Packages that use AzureMachineLearningSkill
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of AzureMachineLearningSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return AzureMachineLearningSkillModifier and TypeMethodDescriptionAzureMachineLearningSkill.setAuthenticationKey
(String authenticationKey) Set the authenticationKey property: (Required for key authentication) The key for the AML service.AzureMachineLearningSkill.setContext
(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).AzureMachineLearningSkill.setDegreeOfParallelism
(Integer degreeOfParallelism) Set the degreeOfParallelism property: (Optional) When specified, indicates the number of calls the indexer will make in parallel to the endpoint you have provided.AzureMachineLearningSkill.setDescription
(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.Set the name property: The name of the skill which uniquely identifies it within the skillset.Set the region property: (Optional for token authentication).AzureMachineLearningSkill.setResourceId
(String resourceId) Set the resourceId property: (Required for token authentication).AzureMachineLearningSkill.setScoringUri
(String scoringUri) Set the scoringUri property: (Required for no authentication or key authentication) The scoring URI of the AML service to which the JSON payload will be sent.AzureMachineLearningSkill.setTimeout
(Duration timeout) Set the timeout property: (Optional) When specified, indicates the timeout for the http client making the API call.