Azure MLLinked Service Args
data class AzureMLLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val authentication: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val mlEndpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>, val updateResourceEndpoint: Output<Any>? = null) : ConvertibleToJava<AzureMLLinkedServiceArgs>
Azure ML Studio Web Service linked service.
Constructors
Link copied to clipboard
fun AzureMLLinkedServiceArgs(annotations: Output<List<Any>>? = null, apiKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, authentication: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, mlEndpoint: Output<Any>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, servicePrincipalId: Output<Any>? = null, servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, tenant: Output<Any>? = null, type: Output<String>, updateResourceEndpoint: Output<Any>? = null)