Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

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