@aws-sdk/client-neptunedata 3.403.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +555 -0
- package/dist-cjs/Neptunedata.js +97 -0
- package/dist-cjs/NeptunedataClient.js +43 -0
- package/dist-cjs/commands/CancelGremlinQueryCommand.js +46 -0
- package/dist-cjs/commands/CancelLoaderJobCommand.js +46 -0
- package/dist-cjs/commands/CancelMLDataProcessingJobCommand.js +46 -0
- package/dist-cjs/commands/CancelMLModelTrainingJobCommand.js +46 -0
- package/dist-cjs/commands/CancelMLModelTransformJobCommand.js +46 -0
- package/dist-cjs/commands/CancelOpenCypherQueryCommand.js +46 -0
- package/dist-cjs/commands/CreateMLEndpointCommand.js +46 -0
- package/dist-cjs/commands/DeleteMLEndpointCommand.js +46 -0
- package/dist-cjs/commands/DeletePropertygraphStatisticsCommand.js +46 -0
- package/dist-cjs/commands/DeleteSparqlStatisticsCommand.js +46 -0
- package/dist-cjs/commands/ExecuteFastResetCommand.js +46 -0
- package/dist-cjs/commands/ExecuteGremlinExplainQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteGremlinProfileQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteGremlinQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteOpenCypherExplainQueryCommand.js +46 -0
- package/dist-cjs/commands/ExecuteOpenCypherQueryCommand.js +46 -0
- package/dist-cjs/commands/GetEngineStatusCommand.js +46 -0
- package/dist-cjs/commands/GetGremlinQueryStatusCommand.js +46 -0
- package/dist-cjs/commands/GetLoaderJobStatusCommand.js +46 -0
- package/dist-cjs/commands/GetMLDataProcessingJobCommand.js +46 -0
- package/dist-cjs/commands/GetMLEndpointCommand.js +46 -0
- package/dist-cjs/commands/GetMLModelTrainingJobCommand.js +46 -0
- package/dist-cjs/commands/GetMLModelTransformJobCommand.js +46 -0
- package/dist-cjs/commands/GetOpenCypherQueryStatusCommand.js +46 -0
- package/dist-cjs/commands/GetPropertygraphStatisticsCommand.js +46 -0
- package/dist-cjs/commands/GetPropertygraphStreamCommand.js +46 -0
- package/dist-cjs/commands/GetPropertygraphSummaryCommand.js +46 -0
- package/dist-cjs/commands/GetRDFGraphSummaryCommand.js +46 -0
- package/dist-cjs/commands/GetSparqlStatisticsCommand.js +46 -0
- package/dist-cjs/commands/GetSparqlStreamCommand.js +46 -0
- package/dist-cjs/commands/ListGremlinQueriesCommand.js +46 -0
- package/dist-cjs/commands/ListLoaderJobsCommand.js +46 -0
- package/dist-cjs/commands/ListMLDataProcessingJobsCommand.js +46 -0
- package/dist-cjs/commands/ListMLEndpointsCommand.js +46 -0
- package/dist-cjs/commands/ListMLModelTrainingJobsCommand.js +46 -0
- package/dist-cjs/commands/ListMLModelTransformJobsCommand.js +46 -0
- package/dist-cjs/commands/ListOpenCypherQueriesCommand.js +46 -0
- package/dist-cjs/commands/ManagePropertygraphStatisticsCommand.js +46 -0
- package/dist-cjs/commands/ManageSparqlStatisticsCommand.js +46 -0
- package/dist-cjs/commands/StartLoaderJobCommand.js +46 -0
- package/dist-cjs/commands/StartMLDataProcessingJobCommand.js +46 -0
- package/dist-cjs/commands/StartMLModelTrainingJobCommand.js +46 -0
- package/dist-cjs/commands/StartMLModelTransformJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +46 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +10 -0
- package/dist-cjs/models/NeptunedataServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +631 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4771 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +22 -0
- package/dist-cjs/runtimeExtensions.js +16 -0
- package/dist-es/Neptunedata.js +93 -0
- package/dist-es/NeptunedataClient.js +39 -0
- package/dist-es/commands/CancelGremlinQueryCommand.js +42 -0
- package/dist-es/commands/CancelLoaderJobCommand.js +42 -0
- package/dist-es/commands/CancelMLDataProcessingJobCommand.js +42 -0
- package/dist-es/commands/CancelMLModelTrainingJobCommand.js +42 -0
- package/dist-es/commands/CancelMLModelTransformJobCommand.js +42 -0
- package/dist-es/commands/CancelOpenCypherQueryCommand.js +42 -0
- package/dist-es/commands/CreateMLEndpointCommand.js +42 -0
- package/dist-es/commands/DeleteMLEndpointCommand.js +42 -0
- package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +42 -0
- package/dist-es/commands/DeleteSparqlStatisticsCommand.js +42 -0
- package/dist-es/commands/ExecuteFastResetCommand.js +42 -0
- package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteGremlinQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +42 -0
- package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +42 -0
- package/dist-es/commands/GetEngineStatusCommand.js +42 -0
- package/dist-es/commands/GetGremlinQueryStatusCommand.js +42 -0
- package/dist-es/commands/GetLoaderJobStatusCommand.js +42 -0
- package/dist-es/commands/GetMLDataProcessingJobCommand.js +42 -0
- package/dist-es/commands/GetMLEndpointCommand.js +42 -0
- package/dist-es/commands/GetMLModelTrainingJobCommand.js +42 -0
- package/dist-es/commands/GetMLModelTransformJobCommand.js +42 -0
- package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +42 -0
- package/dist-es/commands/GetPropertygraphStatisticsCommand.js +42 -0
- package/dist-es/commands/GetPropertygraphStreamCommand.js +42 -0
- package/dist-es/commands/GetPropertygraphSummaryCommand.js +42 -0
- package/dist-es/commands/GetRDFGraphSummaryCommand.js +42 -0
- package/dist-es/commands/GetSparqlStatisticsCommand.js +42 -0
- package/dist-es/commands/GetSparqlStreamCommand.js +42 -0
- package/dist-es/commands/ListGremlinQueriesCommand.js +42 -0
- package/dist-es/commands/ListLoaderJobsCommand.js +42 -0
- package/dist-es/commands/ListMLDataProcessingJobsCommand.js +42 -0
- package/dist-es/commands/ListMLEndpointsCommand.js +42 -0
- package/dist-es/commands/ListMLModelTrainingJobsCommand.js +42 -0
- package/dist-es/commands/ListMLModelTransformJobsCommand.js +42 -0
- package/dist-es/commands/ListOpenCypherQueriesCommand.js +42 -0
- package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +42 -0
- package/dist-es/commands/ManageSparqlStatisticsCommand.js +42 -0
- package/dist-es/commands/StartLoaderJobCommand.js +42 -0
- package/dist-es/commands/StartMLDataProcessingJobCommand.js +42 -0
- package/dist-es/commands/StartMLModelTrainingJobCommand.js +42 -0
- package/dist-es/commands/StartMLModelTransformJobCommand.js +42 -0
- package/dist-es/commands/index.js +43 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +5 -0
- package/dist-es/models/NeptunedataServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +594 -0
- package/dist-es/protocols/Aws_restJson1.js +4681 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +18 -0
- package/dist-es/runtimeExtensions.js +12 -0
- package/dist-types/Neptunedata.d.ts +316 -0
- package/dist-types/NeptunedataClient.d.ts +215 -0
- package/dist-types/commands/CancelGremlinQueryCommand.d.ts +117 -0
- package/dist-types/commands/CancelLoaderJobCommand.d.ts +115 -0
- package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +109 -0
- package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +109 -0
- package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +109 -0
- package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +122 -0
- package/dist-types/commands/CreateMLEndpointCommand.d.ts +119 -0
- package/dist-types/commands/DeleteMLEndpointCommand.d.ts +110 -0
- package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +116 -0
- package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +115 -0
- package/dist-types/commands/ExecuteFastResetCommand.d.ts +123 -0
- package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +155 -0
- package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +151 -0
- package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +150 -0
- package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +151 -0
- package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +151 -0
- package/dist-types/commands/GetEngineStatusCommand.d.ts +119 -0
- package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +129 -0
- package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +121 -0
- package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +117 -0
- package/dist-types/commands/GetMLEndpointCommand.d.ts +121 -0
- package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +139 -0
- package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +131 -0
- package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +132 -0
- package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +122 -0
- package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +147 -0
- package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +161 -0
- package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +138 -0
- package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +122 -0
- package/dist-types/commands/GetSparqlStreamCommand.d.ts +142 -0
- package/dist-types/commands/ListGremlinQueriesCommand.d.ts +136 -0
- package/dist-types/commands/ListLoaderJobsCommand.d.ts +116 -0
- package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListMLEndpointsCommand.d.ts +110 -0
- package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +110 -0
- package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +139 -0
- package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +115 -0
- package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +115 -0
- package/dist-types/commands/StartLoaderJobCommand.d.ts +135 -0
- package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +128 -0
- package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +134 -0
- package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +129 -0
- package/dist-types/commands/index.d.ts +43 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/index.d.ts +16 -0
- package/dist-types/models/NeptunedataServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4026 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +389 -0
- package/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/dist-types/runtimeConfig.d.ts +43 -0
- package/dist-types/runtimeConfig.native.d.ts +42 -0
- package/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/Neptunedata.d.ts +738 -0
- package/dist-types/ts3.4/NeptunedataClient.d.ts +376 -0
- package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +43 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/NeptunedataServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +994 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +90 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +81 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +100 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { CancelMLModelTrainingJobInput, CancelMLModelTrainingJobOutput } from "../models/models_0";
|
|
5
|
+
import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CancelMLModelTrainingJobCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CancelMLModelTrainingJobCommandInput extends CancelMLModelTrainingJobInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CancelMLModelTrainingJobCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CancelMLModelTrainingJobCommandOutput extends CancelMLModelTrainingJobOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Cancels a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model
|
|
27
|
+
* training using the <code>modeltraining</code> command</a>.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { NeptunedataClient, CancelMLModelTrainingJobCommand } from "@aws-sdk/client-neptunedata"; // ES Modules import
|
|
32
|
+
* // const { NeptunedataClient, CancelMLModelTrainingJobCommand } = require("@aws-sdk/client-neptunedata"); // CommonJS import
|
|
33
|
+
* const client = new NeptunedataClient(config);
|
|
34
|
+
* const input = { // CancelMLModelTrainingJobInput
|
|
35
|
+
* id: "STRING_VALUE", // required
|
|
36
|
+
* neptuneIamRoleArn: "STRING_VALUE",
|
|
37
|
+
* clean: true || false,
|
|
38
|
+
* };
|
|
39
|
+
* const command = new CancelMLModelTrainingJobCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // CancelMLModelTrainingJobOutput
|
|
42
|
+
* // status: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param CancelMLModelTrainingJobCommandInput - {@link CancelMLModelTrainingJobCommandInput}
|
|
48
|
+
* @returns {@link CancelMLModelTrainingJobCommandOutput}
|
|
49
|
+
* @see {@link CancelMLModelTrainingJobCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link CancelMLModelTrainingJobCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link NeptunedataClientResolvedConfig | config} for NeptunedataClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link BadRequestException} (client fault)
|
|
54
|
+
* <p>Raised when a request is submitted that cannot be processed.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ClientTimeoutException} (client fault)
|
|
57
|
+
* <p>Raised when a request timed out in the client.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
60
|
+
* <p>Raised when a value in a request field did not satisfy required constraints.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
63
|
+
* <p>Raised when an argument in a request is not supported.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidArgumentException} (client fault)
|
|
66
|
+
* <p>Raised when an argument in a request has an invalid value.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
69
|
+
* <p>Raised when a parameter value is not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link MissingParameterException} (client fault)
|
|
72
|
+
* <p>Raised when a required parameter is missing.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link MLResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>Raised when a specified machine-learning resource could not be found.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link PreconditionsFailedException} (client fault)
|
|
78
|
+
* <p>Raised when a precondition for processing a request is not satisfied.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
81
|
+
* <p>Raised when the number of requests being processed exceeds the limit.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
84
|
+
* <p>Raised when a request attempts to initiate an operation that is not supported.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link NeptunedataServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
export declare class CancelMLModelTrainingJobCommand extends $Command<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig> {
|
|
91
|
+
readonly input: CancelMLModelTrainingJobCommandInput;
|
|
92
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
constructor(input: CancelMLModelTrainingJobCommandInput);
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput>;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
private serialize;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
private deserialize;
|
|
109
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { CancelMLModelTransformJobInput, CancelMLModelTransformJobOutput } from "../models/models_0";
|
|
5
|
+
import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CancelMLModelTransformJobCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CancelMLModelTransformJobCommandInput extends CancelMLModelTransformJobInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CancelMLModelTransformJobCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CancelMLModelTransformJobCommandOutput extends CancelMLModelTransformJobOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Cancels a specified model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use
|
|
27
|
+
* a trained model to generate new model artifacts</a>.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { NeptunedataClient, CancelMLModelTransformJobCommand } from "@aws-sdk/client-neptunedata"; // ES Modules import
|
|
32
|
+
* // const { NeptunedataClient, CancelMLModelTransformJobCommand } = require("@aws-sdk/client-neptunedata"); // CommonJS import
|
|
33
|
+
* const client = new NeptunedataClient(config);
|
|
34
|
+
* const input = { // CancelMLModelTransformJobInput
|
|
35
|
+
* id: "STRING_VALUE", // required
|
|
36
|
+
* neptuneIamRoleArn: "STRING_VALUE",
|
|
37
|
+
* clean: true || false,
|
|
38
|
+
* };
|
|
39
|
+
* const command = new CancelMLModelTransformJobCommand(input);
|
|
40
|
+
* const response = await client.send(command);
|
|
41
|
+
* // { // CancelMLModelTransformJobOutput
|
|
42
|
+
* // status: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param CancelMLModelTransformJobCommandInput - {@link CancelMLModelTransformJobCommandInput}
|
|
48
|
+
* @returns {@link CancelMLModelTransformJobCommandOutput}
|
|
49
|
+
* @see {@link CancelMLModelTransformJobCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link CancelMLModelTransformJobCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link NeptunedataClientResolvedConfig | config} for NeptunedataClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link BadRequestException} (client fault)
|
|
54
|
+
* <p>Raised when a request is submitted that cannot be processed.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ClientTimeoutException} (client fault)
|
|
57
|
+
* <p>Raised when a request timed out in the client.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
60
|
+
* <p>Raised when a value in a request field did not satisfy required constraints.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
63
|
+
* <p>Raised when an argument in a request is not supported.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidArgumentException} (client fault)
|
|
66
|
+
* <p>Raised when an argument in a request has an invalid value.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
69
|
+
* <p>Raised when a parameter value is not valid.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link MissingParameterException} (client fault)
|
|
72
|
+
* <p>Raised when a required parameter is missing.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link MLResourceNotFoundException} (client fault)
|
|
75
|
+
* <p>Raised when a specified machine-learning resource could not be found.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link PreconditionsFailedException} (client fault)
|
|
78
|
+
* <p>Raised when a precondition for processing a request is not satisfied.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
81
|
+
* <p>Raised when the number of requests being processed exceeds the limit.</p>
|
|
82
|
+
*
|
|
83
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
84
|
+
* <p>Raised when a request attempts to initiate an operation that is not supported.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link NeptunedataServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
export declare class CancelMLModelTransformJobCommand extends $Command<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig> {
|
|
91
|
+
readonly input: CancelMLModelTransformJobCommandInput;
|
|
92
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
+
/**
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
constructor(input: CancelMLModelTransformJobCommandInput);
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput>;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
*/
|
|
104
|
+
private serialize;
|
|
105
|
+
/**
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
private deserialize;
|
|
109
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { CancelOpenCypherQueryInput, CancelOpenCypherQueryOutput } from "../models/models_0";
|
|
5
|
+
import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CancelOpenCypherQueryCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CancelOpenCypherQueryCommandInput extends CancelOpenCypherQueryInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CancelOpenCypherQueryCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQueryOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Cancels a specified openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html">Neptune
|
|
27
|
+
* openCypher status endpoint</a> for more information.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { NeptunedataClient, CancelOpenCypherQueryCommand } from "@aws-sdk/client-neptunedata"; // ES Modules import
|
|
32
|
+
* // const { NeptunedataClient, CancelOpenCypherQueryCommand } = require("@aws-sdk/client-neptunedata"); // CommonJS import
|
|
33
|
+
* const client = new NeptunedataClient(config);
|
|
34
|
+
* const input = { // CancelOpenCypherQueryInput
|
|
35
|
+
* queryId: "STRING_VALUE", // required
|
|
36
|
+
* silent: true || false,
|
|
37
|
+
* };
|
|
38
|
+
* const command = new CancelOpenCypherQueryCommand(input);
|
|
39
|
+
* const response = await client.send(command);
|
|
40
|
+
* // { // CancelOpenCypherQueryOutput
|
|
41
|
+
* // status: "STRING_VALUE",
|
|
42
|
+
* // payload: true || false,
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param CancelOpenCypherQueryCommandInput - {@link CancelOpenCypherQueryCommandInput}
|
|
48
|
+
* @returns {@link CancelOpenCypherQueryCommandOutput}
|
|
49
|
+
* @see {@link CancelOpenCypherQueryCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link CancelOpenCypherQueryCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link NeptunedataClientResolvedConfig | config} for NeptunedataClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link BadRequestException} (client fault)
|
|
54
|
+
* <p>Raised when a request is submitted that cannot be processed.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ClientTimeoutException} (client fault)
|
|
57
|
+
* <p>Raised when a request timed out in the client.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ConcurrentModificationException} (server fault)
|
|
60
|
+
* <p>Raised when a request attempts to modify data that is concurrently being
|
|
61
|
+
* modified by another process.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
64
|
+
* <p>Raised when a value in a request field did not satisfy required constraints.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link FailureByQueryException} (server fault)
|
|
67
|
+
* <p>Raised when a request fails.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
70
|
+
* <p>Raised when an argument in a request is not supported.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InvalidArgumentException} (client fault)
|
|
73
|
+
* <p>Raised when an argument in a request has an invalid value.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidNumericDataException} (client fault)
|
|
76
|
+
* <p>Raised when invalid numerical data is encountered when servicing a request.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
79
|
+
* <p>Raised when a parameter value is not valid.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link MissingParameterException} (client fault)
|
|
82
|
+
* <p>Raised when a required parameter is missing.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ParsingException} (client fault)
|
|
85
|
+
* <p>Raised when a parsing issue is encountered.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link PreconditionsFailedException} (client fault)
|
|
88
|
+
* <p>Raised when a precondition for processing a request is not satisfied.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link TimeLimitExceededException} (server fault)
|
|
91
|
+
* <p>Raised when the an operation exceeds the time limit allowed for it.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
94
|
+
* <p>Raised when the number of requests being processed exceeds the limit.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
97
|
+
* <p>Raised when a request attempts to initiate an operation that is not supported.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link NeptunedataServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
export declare class CancelOpenCypherQueryCommand extends $Command<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig> {
|
|
104
|
+
readonly input: CancelOpenCypherQueryCommandInput;
|
|
105
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
constructor(input: CancelOpenCypherQueryCommandInput);
|
|
110
|
+
/**
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* @internal
|
|
116
|
+
*/
|
|
117
|
+
private serialize;
|
|
118
|
+
/**
|
|
119
|
+
* @internal
|
|
120
|
+
*/
|
|
121
|
+
private deserialize;
|
|
122
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { CreateMLEndpointInput, CreateMLEndpointOutput } from "../models/models_0";
|
|
5
|
+
import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateMLEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateMLEndpointCommandInput extends CreateMLEndpointInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateMLEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateMLEndpointCommandOutput extends CreateMLEndpointOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Creates a new Neptune ML inference endpoint that lets you query
|
|
27
|
+
* one specific model that the model-training process constructed. See
|
|
28
|
+
* <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
|
|
29
|
+
* inference endpoints using the endpoints command</a>.</p>
|
|
30
|
+
* @example
|
|
31
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
+
* ```javascript
|
|
33
|
+
* import { NeptunedataClient, CreateMLEndpointCommand } from "@aws-sdk/client-neptunedata"; // ES Modules import
|
|
34
|
+
* // const { NeptunedataClient, CreateMLEndpointCommand } = require("@aws-sdk/client-neptunedata"); // CommonJS import
|
|
35
|
+
* const client = new NeptunedataClient(config);
|
|
36
|
+
* const input = { // CreateMLEndpointInput
|
|
37
|
+
* id: "STRING_VALUE",
|
|
38
|
+
* mlModelTrainingJobId: "STRING_VALUE",
|
|
39
|
+
* mlModelTransformJobId: "STRING_VALUE",
|
|
40
|
+
* update: true || false,
|
|
41
|
+
* neptuneIamRoleArn: "STRING_VALUE",
|
|
42
|
+
* modelName: "STRING_VALUE",
|
|
43
|
+
* instanceType: "STRING_VALUE",
|
|
44
|
+
* instanceCount: Number("int"),
|
|
45
|
+
* volumeEncryptionKMSKey: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new CreateMLEndpointCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateMLEndpointOutput
|
|
50
|
+
* // id: "STRING_VALUE",
|
|
51
|
+
* // arn: "STRING_VALUE",
|
|
52
|
+
* // creationTimeInMillis: Number("long"),
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
55
|
+
* ```
|
|
56
|
+
*
|
|
57
|
+
* @param CreateMLEndpointCommandInput - {@link CreateMLEndpointCommandInput}
|
|
58
|
+
* @returns {@link CreateMLEndpointCommandOutput}
|
|
59
|
+
* @see {@link CreateMLEndpointCommandInput} for command's `input` shape.
|
|
60
|
+
* @see {@link CreateMLEndpointCommandOutput} for command's `response` shape.
|
|
61
|
+
* @see {@link NeptunedataClientResolvedConfig | config} for NeptunedataClient's `config` shape.
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link BadRequestException} (client fault)
|
|
64
|
+
* <p>Raised when a request is submitted that cannot be processed.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link ClientTimeoutException} (client fault)
|
|
67
|
+
* <p>Raised when a request timed out in the client.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
70
|
+
* <p>Raised when a value in a request field did not satisfy required constraints.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
73
|
+
* <p>Raised when an argument in a request is not supported.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link InvalidArgumentException} (client fault)
|
|
76
|
+
* <p>Raised when an argument in a request has an invalid value.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
79
|
+
* <p>Raised when a parameter value is not valid.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link MissingParameterException} (client fault)
|
|
82
|
+
* <p>Raised when a required parameter is missing.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link MLResourceNotFoundException} (client fault)
|
|
85
|
+
* <p>Raised when a specified machine-learning resource could not be found.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link PreconditionsFailedException} (client fault)
|
|
88
|
+
* <p>Raised when a precondition for processing a request is not satisfied.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
91
|
+
* <p>Raised when the number of requests being processed exceeds the limit.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
94
|
+
* <p>Raised when a request attempts to initiate an operation that is not supported.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link NeptunedataServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
export declare class CreateMLEndpointCommand extends $Command<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig> {
|
|
101
|
+
readonly input: CreateMLEndpointCommandInput;
|
|
102
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
constructor(input: CreateMLEndpointCommandInput);
|
|
107
|
+
/**
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput>;
|
|
111
|
+
/**
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
private serialize;
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
private deserialize;
|
|
119
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
+
import { DeleteMLEndpointInput, DeleteMLEndpointOutput } from "../models/models_0";
|
|
5
|
+
import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteMLEndpointCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteMLEndpointCommandInput extends DeleteMLEndpointInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteMLEndpointCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteMLEndpointCommandOutput extends DeleteMLEndpointOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>Cancels the creation of a Neptune ML inference endpoint. See
|
|
27
|
+
* <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
|
|
28
|
+
* inference endpoints using the endpoints command</a>.</p>
|
|
29
|
+
* @example
|
|
30
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
31
|
+
* ```javascript
|
|
32
|
+
* import { NeptunedataClient, DeleteMLEndpointCommand } from "@aws-sdk/client-neptunedata"; // ES Modules import
|
|
33
|
+
* // const { NeptunedataClient, DeleteMLEndpointCommand } = require("@aws-sdk/client-neptunedata"); // CommonJS import
|
|
34
|
+
* const client = new NeptunedataClient(config);
|
|
35
|
+
* const input = { // DeleteMLEndpointInput
|
|
36
|
+
* id: "STRING_VALUE", // required
|
|
37
|
+
* neptuneIamRoleArn: "STRING_VALUE",
|
|
38
|
+
* clean: true || false,
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DeleteMLEndpointCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DeleteMLEndpointOutput
|
|
43
|
+
* // status: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
46
|
+
* ```
|
|
47
|
+
*
|
|
48
|
+
* @param DeleteMLEndpointCommandInput - {@link DeleteMLEndpointCommandInput}
|
|
49
|
+
* @returns {@link DeleteMLEndpointCommandOutput}
|
|
50
|
+
* @see {@link DeleteMLEndpointCommandInput} for command's `input` shape.
|
|
51
|
+
* @see {@link DeleteMLEndpointCommandOutput} for command's `response` shape.
|
|
52
|
+
* @see {@link NeptunedataClientResolvedConfig | config} for NeptunedataClient's `config` shape.
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link BadRequestException} (client fault)
|
|
55
|
+
* <p>Raised when a request is submitted that cannot be processed.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ClientTimeoutException} (client fault)
|
|
58
|
+
* <p>Raised when a request timed out in the client.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ConstraintViolationException} (client fault)
|
|
61
|
+
* <p>Raised when a value in a request field did not satisfy required constraints.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link IllegalArgumentException} (client fault)
|
|
64
|
+
* <p>Raised when an argument in a request is not supported.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidArgumentException} (client fault)
|
|
67
|
+
* <p>Raised when an argument in a request has an invalid value.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
70
|
+
* <p>Raised when a parameter value is not valid.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link MissingParameterException} (client fault)
|
|
73
|
+
* <p>Raised when a required parameter is missing.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link MLResourceNotFoundException} (client fault)
|
|
76
|
+
* <p>Raised when a specified machine-learning resource could not be found.</p>
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link PreconditionsFailedException} (client fault)
|
|
79
|
+
* <p>Raised when a precondition for processing a request is not satisfied.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
82
|
+
* <p>Raised when the number of requests being processed exceeds the limit.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link UnsupportedOperationException} (client fault)
|
|
85
|
+
* <p>Raised when a request attempts to initiate an operation that is not supported.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link NeptunedataServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Neptunedata service.</p>
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
export declare class DeleteMLEndpointCommand extends $Command<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig> {
|
|
92
|
+
readonly input: DeleteMLEndpointCommandInput;
|
|
93
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
constructor(input: DeleteMLEndpointCommandInput);
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
private serialize;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
109
|
+
private deserialize;
|
|
110
|
+
}
|