NeptunedataClient.php 6.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php
  2. namespace Aws\Neptunedata;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon NeptuneData** service.
  6. * @method \Aws\Result cancelGremlinQuery(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise cancelGremlinQueryAsync(array $args = [])
  8. * @method \Aws\Result cancelLoaderJob(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise cancelLoaderJobAsync(array $args = [])
  10. * @method \Aws\Result cancelMLDataProcessingJob(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise cancelMLDataProcessingJobAsync(array $args = [])
  12. * @method \Aws\Result cancelMLModelTrainingJob(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise cancelMLModelTrainingJobAsync(array $args = [])
  14. * @method \Aws\Result cancelMLModelTransformJob(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise cancelMLModelTransformJobAsync(array $args = [])
  16. * @method \Aws\Result cancelOpenCypherQuery(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise cancelOpenCypherQueryAsync(array $args = [])
  18. * @method \Aws\Result createMLEndpoint(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createMLEndpointAsync(array $args = [])
  20. * @method \Aws\Result deleteMLEndpoint(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteMLEndpointAsync(array $args = [])
  22. * @method \Aws\Result deletePropertygraphStatistics(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deletePropertygraphStatisticsAsync(array $args = [])
  24. * @method \Aws\Result deleteSparqlStatistics(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteSparqlStatisticsAsync(array $args = [])
  26. * @method \Aws\Result executeFastReset(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise executeFastResetAsync(array $args = [])
  28. * @method \Aws\Result executeGremlinExplainQuery(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise executeGremlinExplainQueryAsync(array $args = [])
  30. * @method \Aws\Result executeGremlinProfileQuery(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise executeGremlinProfileQueryAsync(array $args = [])
  32. * @method \Aws\Result executeGremlinQuery(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise executeGremlinQueryAsync(array $args = [])
  34. * @method \Aws\Result executeOpenCypherExplainQuery(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise executeOpenCypherExplainQueryAsync(array $args = [])
  36. * @method \Aws\Result executeOpenCypherQuery(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise executeOpenCypherQueryAsync(array $args = [])
  38. * @method \Aws\Result getEngineStatus(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getEngineStatusAsync(array $args = [])
  40. * @method \Aws\Result getGremlinQueryStatus(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getGremlinQueryStatusAsync(array $args = [])
  42. * @method \Aws\Result getLoaderJobStatus(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getLoaderJobStatusAsync(array $args = [])
  44. * @method \Aws\Result getMLDataProcessingJob(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise getMLDataProcessingJobAsync(array $args = [])
  46. * @method \Aws\Result getMLEndpoint(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise getMLEndpointAsync(array $args = [])
  48. * @method \Aws\Result getMLModelTrainingJob(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise getMLModelTrainingJobAsync(array $args = [])
  50. * @method \Aws\Result getMLModelTransformJob(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise getMLModelTransformJobAsync(array $args = [])
  52. * @method \Aws\Result getOpenCypherQueryStatus(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise getOpenCypherQueryStatusAsync(array $args = [])
  54. * @method \Aws\Result getPropertygraphStatistics(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise getPropertygraphStatisticsAsync(array $args = [])
  56. * @method \Aws\Result getPropertygraphStream(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise getPropertygraphStreamAsync(array $args = [])
  58. * @method \Aws\Result getPropertygraphSummary(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise getPropertygraphSummaryAsync(array $args = [])
  60. * @method \Aws\Result getRDFGraphSummary(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise getRDFGraphSummaryAsync(array $args = [])
  62. * @method \Aws\Result getSparqlStatistics(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise getSparqlStatisticsAsync(array $args = [])
  64. * @method \Aws\Result getSparqlStream(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise getSparqlStreamAsync(array $args = [])
  66. * @method \Aws\Result listGremlinQueries(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise listGremlinQueriesAsync(array $args = [])
  68. * @method \Aws\Result listLoaderJobs(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listLoaderJobsAsync(array $args = [])
  70. * @method \Aws\Result listMLDataProcessingJobs(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listMLDataProcessingJobsAsync(array $args = [])
  72. * @method \Aws\Result listMLEndpoints(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listMLEndpointsAsync(array $args = [])
  74. * @method \Aws\Result listMLModelTrainingJobs(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listMLModelTrainingJobsAsync(array $args = [])
  76. * @method \Aws\Result listMLModelTransformJobs(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listMLModelTransformJobsAsync(array $args = [])
  78. * @method \Aws\Result listOpenCypherQueries(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listOpenCypherQueriesAsync(array $args = [])
  80. * @method \Aws\Result managePropertygraphStatistics(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise managePropertygraphStatisticsAsync(array $args = [])
  82. * @method \Aws\Result manageSparqlStatistics(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise manageSparqlStatisticsAsync(array $args = [])
  84. * @method \Aws\Result startLoaderJob(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise startLoaderJobAsync(array $args = [])
  86. * @method \Aws\Result startMLDataProcessingJob(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise startMLDataProcessingJobAsync(array $args = [])
  88. * @method \Aws\Result startMLModelTrainingJob(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise startMLModelTrainingJobAsync(array $args = [])
  90. * @method \Aws\Result startMLModelTransformJob(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise startMLModelTransformJobAsync(array $args = [])
  92. */
  93. class NeptunedataClient extends AwsClient {}