Cognitiveservices Functions
object CognitiveservicesFunctions
Functions
Link copied to clipboard
Returns a Cognitive Services account specified by the parameters. API Version: 2017-04-18.
Link copied to clipboard
Gets the specified commitmentPlans associated with the Cognitive Services account. API Version: 2021-10-01.
suspend fun getCommitmentPlan(argument: suspend GetCommitmentPlanPlainArgsBuilder.() -> Unit): GetCommitmentPlanResult
suspend fun getCommitmentPlan(accountName: String, commitmentPlanName: String, resourceGroupName: String): GetCommitmentPlanResult
Link copied to clipboard
Gets the specified deployments associated with the Cognitive Services account. API Version: 2021-10-01.
suspend fun getDeployment(argument: suspend GetDeploymentPlainArgsBuilder.() -> Unit): GetDeploymentResult
suspend fun getDeployment(accountName: String, deploymentName: String, resourceGroupName: String): GetDeploymentResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the Cognitive Services account. API Version: 2017-04-18.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(accountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
Lists the account keys for the specified Cognitive Services account. API Version: 2017-04-18.
suspend fun listAccountKeys(argument: suspend ListAccountKeysPlainArgsBuilder.() -> Unit): ListAccountKeysResult