@aws-sdk/client-neptunedata 3.686.0 → 3.691.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/dist-types/models/models_0.d.ts +269 -269
- package/dist-types/ts3.4/models/models_0.d.ts +269 -269
- package/package.json +7 -7
|
@@ -85,7 +85,7 @@ export interface CancelGremlinQueryOutput {
|
|
|
85
85
|
* <p>The status of the cancelation</p>
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
|
-
status?: string;
|
|
88
|
+
status?: string | undefined;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* <p>Raised when a request timed out in the client.</p>
|
|
@@ -491,7 +491,7 @@ export interface CancelLoaderJobOutput {
|
|
|
491
491
|
* <p>The cancellation status.</p>
|
|
492
492
|
* @public
|
|
493
493
|
*/
|
|
494
|
-
status?: string;
|
|
494
|
+
status?: string | undefined;
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
497
497
|
* <p>Raised when the processing of the request failed unexpectedly.</p>
|
|
@@ -562,14 +562,14 @@ export interface CancelMLDataProcessingJobInput {
|
|
|
562
562
|
* parameter group or an error will occur.</p>
|
|
563
563
|
* @public
|
|
564
564
|
*/
|
|
565
|
-
neptuneIamRoleArn?: string;
|
|
565
|
+
neptuneIamRoleArn?: string | undefined;
|
|
566
566
|
/**
|
|
567
567
|
* <p>If set to <code>TRUE</code>, this flag specifies that all
|
|
568
568
|
* Neptune ML S3 artifacts should be deleted when the job is stopped.
|
|
569
569
|
* The default is <code>FALSE</code>.</p>
|
|
570
570
|
* @public
|
|
571
571
|
*/
|
|
572
|
-
clean?: boolean;
|
|
572
|
+
clean?: boolean | undefined;
|
|
573
573
|
}
|
|
574
574
|
/**
|
|
575
575
|
* @public
|
|
@@ -579,7 +579,7 @@ export interface CancelMLDataProcessingJobOutput {
|
|
|
579
579
|
* <p>The status of the cancellation request.</p>
|
|
580
580
|
* @public
|
|
581
581
|
*/
|
|
582
|
-
status?: string;
|
|
582
|
+
status?: string | undefined;
|
|
583
583
|
}
|
|
584
584
|
/**
|
|
585
585
|
* <p>Raised when a specified machine-learning resource could not be found.</p>
|
|
@@ -623,14 +623,14 @@ export interface CancelMLModelTrainingJobInput {
|
|
|
623
623
|
* parameter group or an error will occur.</p>
|
|
624
624
|
* @public
|
|
625
625
|
*/
|
|
626
|
-
neptuneIamRoleArn?: string;
|
|
626
|
+
neptuneIamRoleArn?: string | undefined;
|
|
627
627
|
/**
|
|
628
628
|
* <p>If set to <code>TRUE</code>, this flag specifies that all
|
|
629
629
|
* Amazon S3 artifacts should be deleted when the job is stopped.
|
|
630
630
|
* The default is <code>FALSE</code>.</p>
|
|
631
631
|
* @public
|
|
632
632
|
*/
|
|
633
|
-
clean?: boolean;
|
|
633
|
+
clean?: boolean | undefined;
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
636
|
* @public
|
|
@@ -640,7 +640,7 @@ export interface CancelMLModelTrainingJobOutput {
|
|
|
640
640
|
* <p>The status of the cancellation.</p>
|
|
641
641
|
* @public
|
|
642
642
|
*/
|
|
643
|
-
status?: string;
|
|
643
|
+
status?: string | undefined;
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
646
646
|
* @public
|
|
@@ -657,13 +657,13 @@ export interface CancelMLModelTransformJobInput {
|
|
|
657
657
|
* parameter group or an error will occur.</p>
|
|
658
658
|
* @public
|
|
659
659
|
*/
|
|
660
|
-
neptuneIamRoleArn?: string;
|
|
660
|
+
neptuneIamRoleArn?: string | undefined;
|
|
661
661
|
/**
|
|
662
662
|
* <p>If this flag is set to <code>TRUE</code>, all Neptune ML S3 artifacts
|
|
663
663
|
* should be deleted when the job is stopped. The default is <code>FALSE</code>.</p>
|
|
664
664
|
* @public
|
|
665
665
|
*/
|
|
666
|
-
clean?: boolean;
|
|
666
|
+
clean?: boolean | undefined;
|
|
667
667
|
}
|
|
668
668
|
/**
|
|
669
669
|
* @public
|
|
@@ -673,7 +673,7 @@ export interface CancelMLModelTransformJobOutput {
|
|
|
673
673
|
* <p>the status of the cancelation.</p>
|
|
674
674
|
* @public
|
|
675
675
|
*/
|
|
676
|
-
status?: string;
|
|
676
|
+
status?: string | undefined;
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* @public
|
|
@@ -689,7 +689,7 @@ export interface CancelOpenCypherQueryInput {
|
|
|
689
689
|
* openCypher query to happen silently.</p>
|
|
690
690
|
* @public
|
|
691
691
|
*/
|
|
692
|
-
silent?: boolean;
|
|
692
|
+
silent?: boolean | undefined;
|
|
693
693
|
}
|
|
694
694
|
/**
|
|
695
695
|
* @public
|
|
@@ -699,12 +699,12 @@ export interface CancelOpenCypherQueryOutput {
|
|
|
699
699
|
* <p>The cancellation status of the openCypher query.</p>
|
|
700
700
|
* @public
|
|
701
701
|
*/
|
|
702
|
-
status?: string;
|
|
702
|
+
status?: string | undefined;
|
|
703
703
|
/**
|
|
704
704
|
* <p>The cancelation payload for the openCypher query.</p>
|
|
705
705
|
* @public
|
|
706
706
|
*/
|
|
707
|
-
payload?: boolean;
|
|
707
|
+
payload?: boolean | undefined;
|
|
708
708
|
}
|
|
709
709
|
/**
|
|
710
710
|
* <p>Raised when invalid numerical data is encountered when servicing a request.</p>
|
|
@@ -742,34 +742,34 @@ export interface CreateMLEndpointInput {
|
|
|
742
742
|
* is an autogenerated timestamped name.</p>
|
|
743
743
|
* @public
|
|
744
744
|
*/
|
|
745
|
-
id?: string;
|
|
745
|
+
id?: string | undefined;
|
|
746
746
|
/**
|
|
747
747
|
* <p>The job Id of the completed model-training job that has created the
|
|
748
748
|
* model that the inference endpoint will point to. You must supply either
|
|
749
749
|
* the <code>mlModelTrainingJobId</code> or the <code>mlModelTransformJobId</code>.</p>
|
|
750
750
|
* @public
|
|
751
751
|
*/
|
|
752
|
-
mlModelTrainingJobId?: string;
|
|
752
|
+
mlModelTrainingJobId?: string | undefined;
|
|
753
753
|
/**
|
|
754
754
|
* <p>The job Id of the completed model-transform job. You must supply
|
|
755
755
|
* either the <code>mlModelTrainingJobId</code> or the <code>mlModelTransformJobId</code>.</p>
|
|
756
756
|
* @public
|
|
757
757
|
*/
|
|
758
|
-
mlModelTransformJobId?: string;
|
|
758
|
+
mlModelTransformJobId?: string | undefined;
|
|
759
759
|
/**
|
|
760
760
|
* <p>If set to <code>true</code>, <code>update</code> indicates that this
|
|
761
761
|
* is an update request. The default is <code>false</code>. You must supply
|
|
762
762
|
* either the <code>mlModelTrainingJobId</code> or the <code>mlModelTransformJobId</code>.</p>
|
|
763
763
|
* @public
|
|
764
764
|
*/
|
|
765
|
-
update?: boolean;
|
|
765
|
+
update?: boolean | undefined;
|
|
766
766
|
/**
|
|
767
767
|
* <p>The ARN of an IAM role providing Neptune access to SageMaker and
|
|
768
768
|
* Amazon S3 resources. This must be listed in your DB cluster parameter
|
|
769
769
|
* group or an error will be thrown.</p>
|
|
770
770
|
* @public
|
|
771
771
|
*/
|
|
772
|
-
neptuneIamRoleArn?: string;
|
|
772
|
+
neptuneIamRoleArn?: string | undefined;
|
|
773
773
|
/**
|
|
774
774
|
* <p>Model type for training. By default the Neptune ML model is
|
|
775
775
|
* automatically based on the <code>modelType</code> used in data processing,
|
|
@@ -780,7 +780,7 @@ export interface CreateMLEndpointInput {
|
|
|
780
780
|
* <code>transe</code>, <code>distmult</code>, and <code>rotate</code>.</p>
|
|
781
781
|
* @public
|
|
782
782
|
*/
|
|
783
|
-
modelName?: string;
|
|
783
|
+
modelName?: string | undefined;
|
|
784
784
|
/**
|
|
785
785
|
* <p>The type of Neptune ML instance to use for online servicing.
|
|
786
786
|
* The default is <code>ml.m5.xlarge</code>. Choosing the ML instance
|
|
@@ -788,20 +788,20 @@ export interface CreateMLEndpointInput {
|
|
|
788
788
|
* and your budget.</p>
|
|
789
789
|
* @public
|
|
790
790
|
*/
|
|
791
|
-
instanceType?: string;
|
|
791
|
+
instanceType?: string | undefined;
|
|
792
792
|
/**
|
|
793
793
|
* <p>The minimum number of Amazon EC2 instances to deploy to an endpoint
|
|
794
794
|
* for prediction. The default is 1</p>
|
|
795
795
|
* @public
|
|
796
796
|
*/
|
|
797
|
-
instanceCount?: number;
|
|
797
|
+
instanceCount?: number | undefined;
|
|
798
798
|
/**
|
|
799
799
|
* <p>The Amazon Key Management Service (Amazon KMS) key that SageMaker uses
|
|
800
800
|
* to encrypt data on the storage volume attached to the ML compute instances
|
|
801
801
|
* that run the training job. The default is None.</p>
|
|
802
802
|
* @public
|
|
803
803
|
*/
|
|
804
|
-
volumeEncryptionKMSKey?: string;
|
|
804
|
+
volumeEncryptionKMSKey?: string | undefined;
|
|
805
805
|
}
|
|
806
806
|
/**
|
|
807
807
|
* @public
|
|
@@ -811,17 +811,17 @@ export interface CreateMLEndpointOutput {
|
|
|
811
811
|
* <p>The unique ID of the new inference endpoint.</p>
|
|
812
812
|
* @public
|
|
813
813
|
*/
|
|
814
|
-
id?: string;
|
|
814
|
+
id?: string | undefined;
|
|
815
815
|
/**
|
|
816
816
|
* <p>The ARN for the new inference endpoint.</p>
|
|
817
817
|
* @public
|
|
818
818
|
*/
|
|
819
|
-
arn?: string;
|
|
819
|
+
arn?: string | undefined;
|
|
820
820
|
/**
|
|
821
821
|
* <p>The endpoint creation time, in milliseconds.</p>
|
|
822
822
|
* @public
|
|
823
823
|
*/
|
|
824
|
-
creationTimeInMillis?: number;
|
|
824
|
+
creationTimeInMillis?: number | undefined;
|
|
825
825
|
}
|
|
826
826
|
/**
|
|
827
827
|
* @public
|
|
@@ -838,14 +838,14 @@ export interface DeleteMLEndpointInput {
|
|
|
838
838
|
* group or an error will be thrown.</p>
|
|
839
839
|
* @public
|
|
840
840
|
*/
|
|
841
|
-
neptuneIamRoleArn?: string;
|
|
841
|
+
neptuneIamRoleArn?: string | undefined;
|
|
842
842
|
/**
|
|
843
843
|
* <p>If this flag is set to <code>TRUE</code>, all Neptune ML S3 artifacts
|
|
844
844
|
* should be deleted when the job is stopped. The default is
|
|
845
845
|
* <code>FALSE</code>.</p>
|
|
846
846
|
* @public
|
|
847
847
|
*/
|
|
848
|
-
clean?: boolean;
|
|
848
|
+
clean?: boolean | undefined;
|
|
849
849
|
}
|
|
850
850
|
/**
|
|
851
851
|
* @public
|
|
@@ -855,7 +855,7 @@ export interface DeleteMLEndpointOutput {
|
|
|
855
855
|
* <p>The status of the cancellation.</p>
|
|
856
856
|
* @public
|
|
857
857
|
*/
|
|
858
|
-
status?: string;
|
|
858
|
+
status?: string | undefined;
|
|
859
859
|
}
|
|
860
860
|
/**
|
|
861
861
|
* <p>The payload for DeleteStatistics.</p>
|
|
@@ -866,12 +866,12 @@ export interface DeleteStatisticsValueMap {
|
|
|
866
866
|
* <p>The current status of the statistics.</p>
|
|
867
867
|
* @public
|
|
868
868
|
*/
|
|
869
|
-
active?: boolean;
|
|
869
|
+
active?: boolean | undefined;
|
|
870
870
|
/**
|
|
871
871
|
* <p>The ID of the statistics generation run that is currently occurring.</p>
|
|
872
872
|
* @public
|
|
873
873
|
*/
|
|
874
|
-
statisticsId?: string;
|
|
874
|
+
statisticsId?: string | undefined;
|
|
875
875
|
}
|
|
876
876
|
/**
|
|
877
877
|
* @public
|
|
@@ -882,17 +882,17 @@ export interface DeletePropertygraphStatisticsOutput {
|
|
|
882
882
|
* 204 if there were no statistics to delete.</p>
|
|
883
883
|
* @public
|
|
884
884
|
*/
|
|
885
|
-
statusCode?: number;
|
|
885
|
+
statusCode?: number | undefined;
|
|
886
886
|
/**
|
|
887
887
|
* <p>The cancel status.</p>
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
890
|
-
status?: string;
|
|
890
|
+
status?: string | undefined;
|
|
891
891
|
/**
|
|
892
892
|
* <p>The deletion payload.</p>
|
|
893
893
|
* @public
|
|
894
894
|
*/
|
|
895
|
-
payload?: DeleteStatisticsValueMap;
|
|
895
|
+
payload?: DeleteStatisticsValueMap | undefined;
|
|
896
896
|
}
|
|
897
897
|
/**
|
|
898
898
|
* <p>Raised when a request attempts to write to a read-only resource.</p>
|
|
@@ -957,17 +957,17 @@ export interface DeleteSparqlStatisticsOutput {
|
|
|
957
957
|
* 204 if there were no statistics to delete.</p>
|
|
958
958
|
* @public
|
|
959
959
|
*/
|
|
960
|
-
statusCode?: number;
|
|
960
|
+
statusCode?: number | undefined;
|
|
961
961
|
/**
|
|
962
962
|
* <p>The cancel status.</p>
|
|
963
963
|
* @public
|
|
964
964
|
*/
|
|
965
|
-
status?: string;
|
|
965
|
+
status?: string | undefined;
|
|
966
966
|
/**
|
|
967
967
|
* <p>The deletion payload.</p>
|
|
968
968
|
* @public
|
|
969
969
|
*/
|
|
970
|
-
payload?: DeleteStatisticsValueMap;
|
|
970
|
+
payload?: DeleteStatisticsValueMap | undefined;
|
|
971
971
|
}
|
|
972
972
|
/**
|
|
973
973
|
* @public
|
|
@@ -1001,7 +1001,7 @@ export interface ExecuteFastResetInput {
|
|
|
1001
1001
|
* <p>The fast-reset token to initiate the reset.</p>
|
|
1002
1002
|
* @public
|
|
1003
1003
|
*/
|
|
1004
|
-
token?: string;
|
|
1004
|
+
token?: string | undefined;
|
|
1005
1005
|
}
|
|
1006
1006
|
/**
|
|
1007
1007
|
* <p>A structure containing the fast reset token used to initiate
|
|
@@ -1014,7 +1014,7 @@ export interface FastResetToken {
|
|
|
1014
1014
|
* and then consumed by the <code>performDatabaseReset</code> to reset the database.</p>
|
|
1015
1015
|
* @public
|
|
1016
1016
|
*/
|
|
1017
|
-
token?: string;
|
|
1017
|
+
token?: string | undefined;
|
|
1018
1018
|
}
|
|
1019
1019
|
/**
|
|
1020
1020
|
* @public
|
|
@@ -1032,7 +1032,7 @@ export interface ExecuteFastResetOutput {
|
|
|
1032
1032
|
* action to make the reset occur.</p>
|
|
1033
1033
|
* @public
|
|
1034
1034
|
*/
|
|
1035
|
-
payload?: FastResetToken;
|
|
1035
|
+
payload?: FastResetToken | undefined;
|
|
1036
1036
|
}
|
|
1037
1037
|
/**
|
|
1038
1038
|
* <p>Raised when the HTTP method used by a request is not supported by the endpoint
|
|
@@ -1136,7 +1136,7 @@ export interface ExecuteGremlinExplainQueryOutput {
|
|
|
1136
1136
|
* Gremlin queries</a>.</p>
|
|
1137
1137
|
* @public
|
|
1138
1138
|
*/
|
|
1139
|
-
output?: Uint8Array;
|
|
1139
|
+
output?: Uint8Array | undefined;
|
|
1140
1140
|
}
|
|
1141
1141
|
/**
|
|
1142
1142
|
* <p>Raised when a query is submitted that is syntactically incorrect or does not
|
|
@@ -1293,27 +1293,27 @@ export interface ExecuteGremlinProfileQueryInput {
|
|
|
1293
1293
|
* If <code>FALSE</code>, only the result count is displayed.</p>
|
|
1294
1294
|
* @public
|
|
1295
1295
|
*/
|
|
1296
|
-
results?: boolean;
|
|
1296
|
+
results?: boolean | undefined;
|
|
1297
1297
|
/**
|
|
1298
1298
|
* <p>If non-zero, causes the results string to be truncated at that
|
|
1299
1299
|
* number of characters. If set to zero, the string contains all the results.</p>
|
|
1300
1300
|
* @public
|
|
1301
1301
|
*/
|
|
1302
|
-
chop?: number;
|
|
1302
|
+
chop?: number | undefined;
|
|
1303
1303
|
/**
|
|
1304
1304
|
* <p>If non-null, the gathered results are returned in a serialized response
|
|
1305
1305
|
* message in the format specified by this parameter. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html">Gremlin profile
|
|
1306
1306
|
* API in Neptune</a> for more information.</p>
|
|
1307
1307
|
* @public
|
|
1308
1308
|
*/
|
|
1309
|
-
serializer?: string;
|
|
1309
|
+
serializer?: string | undefined;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* <p>If this flag is set to <code>TRUE</code>, the results include a
|
|
1312
1312
|
* detailed report of all index operations that took place during query
|
|
1313
1313
|
* execution and serialization.</p>
|
|
1314
1314
|
* @public
|
|
1315
1315
|
*/
|
|
1316
|
-
indexOps?: boolean;
|
|
1316
|
+
indexOps?: boolean | undefined;
|
|
1317
1317
|
}
|
|
1318
1318
|
/**
|
|
1319
1319
|
* @public
|
|
@@ -1325,7 +1325,7 @@ export interface ExecuteGremlinProfileQueryOutput {
|
|
|
1325
1325
|
* profile API in Neptune</a> for details.</p>
|
|
1326
1326
|
* @public
|
|
1327
1327
|
*/
|
|
1328
|
-
output?: Uint8Array;
|
|
1328
|
+
output?: Uint8Array | undefined;
|
|
1329
1329
|
}
|
|
1330
1330
|
/**
|
|
1331
1331
|
* @public
|
|
@@ -1348,7 +1348,7 @@ export interface ExecuteGremlinQueryInput {
|
|
|
1348
1348
|
* are currently supported.</p>
|
|
1349
1349
|
* @public
|
|
1350
1350
|
*/
|
|
1351
|
-
serializer?: string;
|
|
1351
|
+
serializer?: string | undefined;
|
|
1352
1352
|
}
|
|
1353
1353
|
/**
|
|
1354
1354
|
* <p>Contains status components of a Gremlin query.</p>
|
|
@@ -1359,17 +1359,17 @@ export interface GremlinQueryStatusAttributes {
|
|
|
1359
1359
|
* <p>The status message.</p>
|
|
1360
1360
|
* @public
|
|
1361
1361
|
*/
|
|
1362
|
-
message?: string;
|
|
1362
|
+
message?: string | undefined;
|
|
1363
1363
|
/**
|
|
1364
1364
|
* <p>The HTTP response code returned fro the Gremlin query request..</p>
|
|
1365
1365
|
* @public
|
|
1366
1366
|
*/
|
|
1367
|
-
code?: number;
|
|
1367
|
+
code?: number | undefined;
|
|
1368
1368
|
/**
|
|
1369
1369
|
* <p>Attributes of the Gremlin query status.</p>
|
|
1370
1370
|
* @public
|
|
1371
1371
|
*/
|
|
1372
|
-
attributes?: __DocumentType;
|
|
1372
|
+
attributes?: __DocumentType | undefined;
|
|
1373
1373
|
}
|
|
1374
1374
|
/**
|
|
1375
1375
|
* @public
|
|
@@ -1379,22 +1379,22 @@ export interface ExecuteGremlinQueryOutput {
|
|
|
1379
1379
|
* <p>The unique identifier of the Gremlin query.</p>
|
|
1380
1380
|
* @public
|
|
1381
1381
|
*/
|
|
1382
|
-
requestId?: string;
|
|
1382
|
+
requestId?: string | undefined;
|
|
1383
1383
|
/**
|
|
1384
1384
|
* <p>The status of the Gremlin query.</p>
|
|
1385
1385
|
* @public
|
|
1386
1386
|
*/
|
|
1387
|
-
status?: GremlinQueryStatusAttributes;
|
|
1387
|
+
status?: GremlinQueryStatusAttributes | undefined;
|
|
1388
1388
|
/**
|
|
1389
1389
|
* <p>The Gremlin query output from the server.</p>
|
|
1390
1390
|
* @public
|
|
1391
1391
|
*/
|
|
1392
|
-
result?: __DocumentType;
|
|
1392
|
+
result?: __DocumentType | undefined;
|
|
1393
1393
|
/**
|
|
1394
1394
|
* <p>Metadata about the Gremlin query.</p>
|
|
1395
1395
|
* @public
|
|
1396
1396
|
*/
|
|
1397
|
-
meta?: __DocumentType;
|
|
1397
|
+
meta?: __DocumentType | undefined;
|
|
1398
1398
|
}
|
|
1399
1399
|
/**
|
|
1400
1400
|
* @public
|
|
@@ -1422,7 +1422,7 @@ export interface ExecuteOpenCypherExplainQueryInput {
|
|
|
1422
1422
|
* <p>The openCypher query parameters.</p>
|
|
1423
1423
|
* @public
|
|
1424
1424
|
*/
|
|
1425
|
-
parameters?: string;
|
|
1425
|
+
parameters?: string | undefined;
|
|
1426
1426
|
/**
|
|
1427
1427
|
* <p>The openCypher <code>explain</code> mode. Can be one of:
|
|
1428
1428
|
* <code>static</code>, <code>dynamic</code>, or <code>details</code>.</p>
|
|
@@ -1455,7 +1455,7 @@ export interface ExecuteOpenCypherQueryInput {
|
|
|
1455
1455
|
* of openCypher parameterized queries</a> for more information.</p>
|
|
1456
1456
|
* @public
|
|
1457
1457
|
*/
|
|
1458
|
-
parameters?: string;
|
|
1458
|
+
parameters?: string | undefined;
|
|
1459
1459
|
}
|
|
1460
1460
|
/**
|
|
1461
1461
|
* @public
|
|
@@ -1489,25 +1489,25 @@ export interface GetEngineStatusOutput {
|
|
|
1489
1489
|
* to <code>recovery</code>.</p>
|
|
1490
1490
|
* @public
|
|
1491
1491
|
*/
|
|
1492
|
-
status?: string;
|
|
1492
|
+
status?: string | undefined;
|
|
1493
1493
|
/**
|
|
1494
1494
|
* <p>Set to the UTC time at which the current server process started.</p>
|
|
1495
1495
|
* @public
|
|
1496
1496
|
*/
|
|
1497
|
-
startTime?: string;
|
|
1497
|
+
startTime?: string | undefined;
|
|
1498
1498
|
/**
|
|
1499
1499
|
* <p>Set to the Neptune engine version running on your DB cluster.
|
|
1500
1500
|
* If this engine version has been manually patched since it was released,
|
|
1501
1501
|
* the version number is prefixed by <code>Patch-</code>.</p>
|
|
1502
1502
|
* @public
|
|
1503
1503
|
*/
|
|
1504
|
-
dbEngineVersion?: string;
|
|
1504
|
+
dbEngineVersion?: string | undefined;
|
|
1505
1505
|
/**
|
|
1506
1506
|
* <p>Set to <code>reader</code> if the instance is a read-replica,
|
|
1507
1507
|
* or to <code>writer</code> if the instance is the primary instance.</p>
|
|
1508
1508
|
* @public
|
|
1509
1509
|
*/
|
|
1510
|
-
role?: string;
|
|
1510
|
+
role?: string | undefined;
|
|
1511
1511
|
/**
|
|
1512
1512
|
* <p>Set to <code>enabled</code> if the DFE engine is fully enabled,
|
|
1513
1513
|
* or to <code>viaQueryHint</code> (the default) if the DFE engine is
|
|
@@ -1515,58 +1515,58 @@ export interface GetEngineStatusOutput {
|
|
|
1515
1515
|
* set to <code>true</code>.</p>
|
|
1516
1516
|
* @public
|
|
1517
1517
|
*/
|
|
1518
|
-
dfeQueryEngine?: string;
|
|
1518
|
+
dfeQueryEngine?: string | undefined;
|
|
1519
1519
|
/**
|
|
1520
1520
|
* <p>Contains information about the Gremlin query language available
|
|
1521
1521
|
* on your cluster. Specifically, it contains a version field that specifies
|
|
1522
1522
|
* the current TinkerPop version being used by the engine.</p>
|
|
1523
1523
|
* @public
|
|
1524
1524
|
*/
|
|
1525
|
-
gremlin?: QueryLanguageVersion;
|
|
1525
|
+
gremlin?: QueryLanguageVersion | undefined;
|
|
1526
1526
|
/**
|
|
1527
1527
|
* <p>Contains information about the SPARQL query language available
|
|
1528
1528
|
* on your cluster. Specifically, it contains a version field that
|
|
1529
1529
|
* specifies the current SPARQL version being used by the engine.</p>
|
|
1530
1530
|
* @public
|
|
1531
1531
|
*/
|
|
1532
|
-
sparql?: QueryLanguageVersion;
|
|
1532
|
+
sparql?: QueryLanguageVersion | undefined;
|
|
1533
1533
|
/**
|
|
1534
1534
|
* <p>Contains information about the openCypher query language available
|
|
1535
1535
|
* on your cluster. Specifically, it contains a version field that
|
|
1536
1536
|
* specifies the current operCypher version being used by the engine.</p>
|
|
1537
1537
|
* @public
|
|
1538
1538
|
*/
|
|
1539
|
-
opencypher?: QueryLanguageVersion;
|
|
1539
|
+
opencypher?: QueryLanguageVersion | undefined;
|
|
1540
1540
|
/**
|
|
1541
1541
|
* <p>Contains Lab Mode settings being used by the engine.</p>
|
|
1542
1542
|
* @public
|
|
1543
1543
|
*/
|
|
1544
|
-
labMode?: Record<string, string
|
|
1544
|
+
labMode?: Record<string, string> | undefined;
|
|
1545
1545
|
/**
|
|
1546
1546
|
* <p>If there are transactions being rolled back, this field is set
|
|
1547
1547
|
* to the number of such transactions. If there are none, the field
|
|
1548
1548
|
* doesn't appear at all.</p>
|
|
1549
1549
|
* @public
|
|
1550
1550
|
*/
|
|
1551
|
-
rollingBackTrxCount?: number;
|
|
1551
|
+
rollingBackTrxCount?: number | undefined;
|
|
1552
1552
|
/**
|
|
1553
1553
|
* <p>Set to the start time of the earliest transaction being rolled back.
|
|
1554
1554
|
* If no transactions are being rolled back, the field doesn't appear at all.</p>
|
|
1555
1555
|
* @public
|
|
1556
1556
|
*/
|
|
1557
|
-
rollingBackTrxEarliestStartTime?: string;
|
|
1557
|
+
rollingBackTrxEarliestStartTime?: string | undefined;
|
|
1558
1558
|
/**
|
|
1559
1559
|
* <p>Contains status information about the features enabled on your DB cluster.</p>
|
|
1560
1560
|
* @public
|
|
1561
1561
|
*/
|
|
1562
|
-
features?: Record<string, __DocumentType
|
|
1562
|
+
features?: Record<string, __DocumentType> | undefined;
|
|
1563
1563
|
/**
|
|
1564
1564
|
* <p>Contains information about the current settings on your DB cluster.
|
|
1565
1565
|
* For example, contains the current cluster query timeout setting
|
|
1566
1566
|
* (<code>clusterQueryTimeoutInMs</code>).</p>
|
|
1567
1567
|
* @public
|
|
1568
1568
|
*/
|
|
1569
|
-
settings?: Record<string, string
|
|
1569
|
+
settings?: Record<string, string> | undefined;
|
|
1570
1570
|
}
|
|
1571
1571
|
/**
|
|
1572
1572
|
* @public
|
|
@@ -1588,23 +1588,23 @@ export interface QueryEvalStats {
|
|
|
1588
1588
|
* <p>Indicates how long the query waited, in milliseconds.</p>
|
|
1589
1589
|
* @public
|
|
1590
1590
|
*/
|
|
1591
|
-
waited?: number;
|
|
1591
|
+
waited?: number | undefined;
|
|
1592
1592
|
/**
|
|
1593
1593
|
* <p>The number of milliseconds the query has been running so far.</p>
|
|
1594
1594
|
* @public
|
|
1595
1595
|
*/
|
|
1596
|
-
elapsed?: number;
|
|
1596
|
+
elapsed?: number | undefined;
|
|
1597
1597
|
/**
|
|
1598
1598
|
* <p>Set to <code>TRUE</code> if the query was cancelled, or FALSE
|
|
1599
1599
|
* otherwise.</p>
|
|
1600
1600
|
* @public
|
|
1601
1601
|
*/
|
|
1602
|
-
cancelled?: boolean;
|
|
1602
|
+
cancelled?: boolean | undefined;
|
|
1603
1603
|
/**
|
|
1604
1604
|
* <p>The number of subqueries in this query.</p>
|
|
1605
1605
|
* @public
|
|
1606
1606
|
*/
|
|
1607
|
-
subqueries?: __DocumentType;
|
|
1607
|
+
subqueries?: __DocumentType | undefined;
|
|
1608
1608
|
}
|
|
1609
1609
|
/**
|
|
1610
1610
|
* @public
|
|
@@ -1614,17 +1614,17 @@ export interface GetGremlinQueryStatusOutput {
|
|
|
1614
1614
|
* <p>The ID of the query for which status is being returned.</p>
|
|
1615
1615
|
* @public
|
|
1616
1616
|
*/
|
|
1617
|
-
queryId?: string;
|
|
1617
|
+
queryId?: string | undefined;
|
|
1618
1618
|
/**
|
|
1619
1619
|
* <p>The Gremlin query string.</p>
|
|
1620
1620
|
* @public
|
|
1621
1621
|
*/
|
|
1622
|
-
queryString?: string;
|
|
1622
|
+
queryString?: string | undefined;
|
|
1623
1623
|
/**
|
|
1624
1624
|
* <p>The evaluation status of the Gremlin query.</p>
|
|
1625
1625
|
* @public
|
|
1626
1626
|
*/
|
|
1627
|
-
queryEvalStats?: QueryEvalStats;
|
|
1627
|
+
queryEvalStats?: QueryEvalStats | undefined;
|
|
1628
1628
|
}
|
|
1629
1629
|
/**
|
|
1630
1630
|
* @public
|
|
@@ -1641,7 +1641,7 @@ export interface GetLoaderJobStatusInput {
|
|
|
1641
1641
|
* is <code>FALSE</code>).</p>
|
|
1642
1642
|
* @public
|
|
1643
1643
|
*/
|
|
1644
|
-
details?: boolean;
|
|
1644
|
+
details?: boolean | undefined;
|
|
1645
1645
|
/**
|
|
1646
1646
|
* <p>Flag indicating whether or not to include a list of errors
|
|
1647
1647
|
* encountered (<code>TRUE</code> or <code>FALSE</code>; the default
|
|
@@ -1650,21 +1650,21 @@ export interface GetLoaderJobStatusInput {
|
|
|
1650
1650
|
* parameters allow you to page through all the errors.</p>
|
|
1651
1651
|
* @public
|
|
1652
1652
|
*/
|
|
1653
|
-
errors?: boolean;
|
|
1653
|
+
errors?: boolean | undefined;
|
|
1654
1654
|
/**
|
|
1655
1655
|
* <p>The error page number (a positive integer; the default is <code>1</code>).
|
|
1656
1656
|
* Only valid when the <code>errors</code> parameter is set to
|
|
1657
1657
|
* <code>TRUE</code>.</p>
|
|
1658
1658
|
* @public
|
|
1659
1659
|
*/
|
|
1660
|
-
page?: number;
|
|
1660
|
+
page?: number | undefined;
|
|
1661
1661
|
/**
|
|
1662
1662
|
* <p>The number of errors returned in each page (a positive integer; the
|
|
1663
1663
|
* default is <code>10</code>). Only valid when the <code>errors</code>
|
|
1664
1664
|
* parameter set to <code>TRUE</code>.</p>
|
|
1665
1665
|
* @public
|
|
1666
1666
|
*/
|
|
1667
|
-
errorsPerPage?: number;
|
|
1667
|
+
errorsPerPage?: number | undefined;
|
|
1668
1668
|
}
|
|
1669
1669
|
/**
|
|
1670
1670
|
* @public
|
|
@@ -1697,7 +1697,7 @@ export interface GetMLDataProcessingJobInput {
|
|
|
1697
1697
|
* parameter group or an error will occur.</p>
|
|
1698
1698
|
* @public
|
|
1699
1699
|
*/
|
|
1700
|
-
neptuneIamRoleArn?: string;
|
|
1700
|
+
neptuneIamRoleArn?: string | undefined;
|
|
1701
1701
|
}
|
|
1702
1702
|
/**
|
|
1703
1703
|
* <p>Defines a Neptune ML resource.</p>
|
|
@@ -1708,32 +1708,32 @@ export interface MlResourceDefinition {
|
|
|
1708
1708
|
* <p>The resource name.</p>
|
|
1709
1709
|
* @public
|
|
1710
1710
|
*/
|
|
1711
|
-
name?: string;
|
|
1711
|
+
name?: string | undefined;
|
|
1712
1712
|
/**
|
|
1713
1713
|
* <p>The resource ARN.</p>
|
|
1714
1714
|
* @public
|
|
1715
1715
|
*/
|
|
1716
|
-
arn?: string;
|
|
1716
|
+
arn?: string | undefined;
|
|
1717
1717
|
/**
|
|
1718
1718
|
* <p>The resource status.</p>
|
|
1719
1719
|
* @public
|
|
1720
1720
|
*/
|
|
1721
|
-
status?: string;
|
|
1721
|
+
status?: string | undefined;
|
|
1722
1722
|
/**
|
|
1723
1723
|
* <p>The output location.</p>
|
|
1724
1724
|
* @public
|
|
1725
1725
|
*/
|
|
1726
|
-
outputLocation?: string;
|
|
1726
|
+
outputLocation?: string | undefined;
|
|
1727
1727
|
/**
|
|
1728
1728
|
* <p>The failure reason, in case of a failure.</p>
|
|
1729
1729
|
* @public
|
|
1730
1730
|
*/
|
|
1731
|
-
failureReason?: string;
|
|
1731
|
+
failureReason?: string | undefined;
|
|
1732
1732
|
/**
|
|
1733
1733
|
* <p>The CloudWatch log URL for the resource.</p>
|
|
1734
1734
|
* @public
|
|
1735
1735
|
*/
|
|
1736
|
-
cloudwatchLogUrl?: string;
|
|
1736
|
+
cloudwatchLogUrl?: string | undefined;
|
|
1737
1737
|
}
|
|
1738
1738
|
/**
|
|
1739
1739
|
* @public
|
|
@@ -1743,17 +1743,17 @@ export interface GetMLDataProcessingJobOutput {
|
|
|
1743
1743
|
* <p>Status of the data processing job.</p>
|
|
1744
1744
|
* @public
|
|
1745
1745
|
*/
|
|
1746
|
-
status?: string;
|
|
1746
|
+
status?: string | undefined;
|
|
1747
1747
|
/**
|
|
1748
1748
|
* <p>The unique identifier of this data-processing job.</p>
|
|
1749
1749
|
* @public
|
|
1750
1750
|
*/
|
|
1751
|
-
id?: string;
|
|
1751
|
+
id?: string | undefined;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* <p>Definition of the data processing job.</p>
|
|
1754
1754
|
* @public
|
|
1755
1755
|
*/
|
|
1756
|
-
processingJob?: MlResourceDefinition;
|
|
1756
|
+
processingJob?: MlResourceDefinition | undefined;
|
|
1757
1757
|
}
|
|
1758
1758
|
/**
|
|
1759
1759
|
* @public
|
|
@@ -1770,7 +1770,7 @@ export interface GetMLEndpointInput {
|
|
|
1770
1770
|
* group or an error will occur.</p>
|
|
1771
1771
|
* @public
|
|
1772
1772
|
*/
|
|
1773
|
-
neptuneIamRoleArn?: string;
|
|
1773
|
+
neptuneIamRoleArn?: string | undefined;
|
|
1774
1774
|
}
|
|
1775
1775
|
/**
|
|
1776
1776
|
* <p>Contains a Neptune ML configuration.</p>
|
|
@@ -1781,12 +1781,12 @@ export interface MlConfigDefinition {
|
|
|
1781
1781
|
* <p>The configuration name.</p>
|
|
1782
1782
|
* @public
|
|
1783
1783
|
*/
|
|
1784
|
-
name?: string;
|
|
1784
|
+
name?: string | undefined;
|
|
1785
1785
|
/**
|
|
1786
1786
|
* <p>The ARN for the configuration.</p>
|
|
1787
1787
|
* @public
|
|
1788
1788
|
*/
|
|
1789
|
-
arn?: string;
|
|
1789
|
+
arn?: string | undefined;
|
|
1790
1790
|
}
|
|
1791
1791
|
/**
|
|
1792
1792
|
* @public
|
|
@@ -1796,22 +1796,22 @@ export interface GetMLEndpointOutput {
|
|
|
1796
1796
|
* <p>The status of the inference endpoint.</p>
|
|
1797
1797
|
* @public
|
|
1798
1798
|
*/
|
|
1799
|
-
status?: string;
|
|
1799
|
+
status?: string | undefined;
|
|
1800
1800
|
/**
|
|
1801
1801
|
* <p>The unique identifier of the inference endpoint.</p>
|
|
1802
1802
|
* @public
|
|
1803
1803
|
*/
|
|
1804
|
-
id?: string;
|
|
1804
|
+
id?: string | undefined;
|
|
1805
1805
|
/**
|
|
1806
1806
|
* <p>The endpoint definition.</p>
|
|
1807
1807
|
* @public
|
|
1808
1808
|
*/
|
|
1809
|
-
endpoint?: MlResourceDefinition;
|
|
1809
|
+
endpoint?: MlResourceDefinition | undefined;
|
|
1810
1810
|
/**
|
|
1811
1811
|
* <p>The endpoint configuration</p>
|
|
1812
1812
|
* @public
|
|
1813
1813
|
*/
|
|
1814
|
-
endpointConfig?: MlConfigDefinition;
|
|
1814
|
+
endpointConfig?: MlConfigDefinition | undefined;
|
|
1815
1815
|
}
|
|
1816
1816
|
/**
|
|
1817
1817
|
* @public
|
|
@@ -1828,7 +1828,7 @@ export interface GetMLModelTrainingJobInput {
|
|
|
1828
1828
|
* parameter group or an error will occur.</p>
|
|
1829
1829
|
* @public
|
|
1830
1830
|
*/
|
|
1831
|
-
neptuneIamRoleArn?: string;
|
|
1831
|
+
neptuneIamRoleArn?: string | undefined;
|
|
1832
1832
|
}
|
|
1833
1833
|
/**
|
|
1834
1834
|
* @public
|
|
@@ -1838,32 +1838,32 @@ export interface GetMLModelTrainingJobOutput {
|
|
|
1838
1838
|
* <p>The status of the model training job.</p>
|
|
1839
1839
|
* @public
|
|
1840
1840
|
*/
|
|
1841
|
-
status?: string;
|
|
1841
|
+
status?: string | undefined;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* <p>The unique identifier of this model-training job.</p>
|
|
1844
1844
|
* @public
|
|
1845
1845
|
*/
|
|
1846
|
-
id?: string;
|
|
1846
|
+
id?: string | undefined;
|
|
1847
1847
|
/**
|
|
1848
1848
|
* <p>The data processing job.</p>
|
|
1849
1849
|
* @public
|
|
1850
1850
|
*/
|
|
1851
|
-
processingJob?: MlResourceDefinition;
|
|
1851
|
+
processingJob?: MlResourceDefinition | undefined;
|
|
1852
1852
|
/**
|
|
1853
1853
|
* <p>The HPO job.</p>
|
|
1854
1854
|
* @public
|
|
1855
1855
|
*/
|
|
1856
|
-
hpoJob?: MlResourceDefinition;
|
|
1856
|
+
hpoJob?: MlResourceDefinition | undefined;
|
|
1857
1857
|
/**
|
|
1858
1858
|
* <p>The model transform job.</p>
|
|
1859
1859
|
* @public
|
|
1860
1860
|
*/
|
|
1861
|
-
modelTransformJob?: MlResourceDefinition;
|
|
1861
|
+
modelTransformJob?: MlResourceDefinition | undefined;
|
|
1862
1862
|
/**
|
|
1863
1863
|
* <p>A list of the configurations of the ML models being used.</p>
|
|
1864
1864
|
* @public
|
|
1865
1865
|
*/
|
|
1866
|
-
mlModels?: MlConfigDefinition[];
|
|
1866
|
+
mlModels?: MlConfigDefinition[] | undefined;
|
|
1867
1867
|
}
|
|
1868
1868
|
/**
|
|
1869
1869
|
* @public
|
|
@@ -1880,7 +1880,7 @@ export interface GetMLModelTransformJobInput {
|
|
|
1880
1880
|
* parameter group or an error will occur.</p>
|
|
1881
1881
|
* @public
|
|
1882
1882
|
*/
|
|
1883
|
-
neptuneIamRoleArn?: string;
|
|
1883
|
+
neptuneIamRoleArn?: string | undefined;
|
|
1884
1884
|
}
|
|
1885
1885
|
/**
|
|
1886
1886
|
* @public
|
|
@@ -1890,27 +1890,27 @@ export interface GetMLModelTransformJobOutput {
|
|
|
1890
1890
|
* <p>The status of the model-transform job.</p>
|
|
1891
1891
|
* @public
|
|
1892
1892
|
*/
|
|
1893
|
-
status?: string;
|
|
1893
|
+
status?: string | undefined;
|
|
1894
1894
|
/**
|
|
1895
1895
|
* <p>The unique identifier of the model-transform job to be retrieved.</p>
|
|
1896
1896
|
* @public
|
|
1897
1897
|
*/
|
|
1898
|
-
id?: string;
|
|
1898
|
+
id?: string | undefined;
|
|
1899
1899
|
/**
|
|
1900
1900
|
* <p>The base data processing job.</p>
|
|
1901
1901
|
* @public
|
|
1902
1902
|
*/
|
|
1903
|
-
baseProcessingJob?: MlResourceDefinition;
|
|
1903
|
+
baseProcessingJob?: MlResourceDefinition | undefined;
|
|
1904
1904
|
/**
|
|
1905
1905
|
* <p>The remote model transform job.</p>
|
|
1906
1906
|
* @public
|
|
1907
1907
|
*/
|
|
1908
|
-
remoteModelTransformJob?: MlResourceDefinition;
|
|
1908
|
+
remoteModelTransformJob?: MlResourceDefinition | undefined;
|
|
1909
1909
|
/**
|
|
1910
1910
|
* <p>A list of the configuration information for the models being used.</p>
|
|
1911
1911
|
* @public
|
|
1912
1912
|
*/
|
|
1913
|
-
models?: MlConfigDefinition[];
|
|
1913
|
+
models?: MlConfigDefinition[] | undefined;
|
|
1914
1914
|
}
|
|
1915
1915
|
/**
|
|
1916
1916
|
* @public
|
|
@@ -1931,17 +1931,17 @@ export interface GetOpenCypherQueryStatusOutput {
|
|
|
1931
1931
|
* <p>The unique ID of the query for which status is being returned.</p>
|
|
1932
1932
|
* @public
|
|
1933
1933
|
*/
|
|
1934
|
-
queryId?: string;
|
|
1934
|
+
queryId?: string | undefined;
|
|
1935
1935
|
/**
|
|
1936
1936
|
* <p>The openCypher query string.</p>
|
|
1937
1937
|
* @public
|
|
1938
1938
|
*/
|
|
1939
|
-
queryString?: string;
|
|
1939
|
+
queryString?: string | undefined;
|
|
1940
1940
|
/**
|
|
1941
1941
|
* <p>The openCypher query evaluation status.</p>
|
|
1942
1942
|
* @public
|
|
1943
1943
|
*/
|
|
1944
|
-
queryEvalStats?: QueryEvalStats;
|
|
1944
|
+
queryEvalStats?: QueryEvalStats | undefined;
|
|
1945
1945
|
}
|
|
1946
1946
|
/**
|
|
1947
1947
|
* <p>Information about the characteristic sets generated in the statistics.</p>
|
|
@@ -1952,17 +1952,17 @@ export interface StatisticsSummary {
|
|
|
1952
1952
|
* <p>The total number of signatures across all characteristic sets.</p>
|
|
1953
1953
|
* @public
|
|
1954
1954
|
*/
|
|
1955
|
-
signatureCount?: number;
|
|
1955
|
+
signatureCount?: number | undefined;
|
|
1956
1956
|
/**
|
|
1957
1957
|
* <p>The total number of characteristic-set instances.</p>
|
|
1958
1958
|
* @public
|
|
1959
1959
|
*/
|
|
1960
|
-
instanceCount?: number;
|
|
1960
|
+
instanceCount?: number | undefined;
|
|
1961
1961
|
/**
|
|
1962
1962
|
* <p>The total number of unique predicates.</p>
|
|
1963
1963
|
* @public
|
|
1964
1964
|
*/
|
|
1965
|
-
predicateCount?: number;
|
|
1965
|
+
predicateCount?: number | undefined;
|
|
1966
1966
|
}
|
|
1967
1967
|
/**
|
|
1968
1968
|
* <p>Contains statistics information. The DFE engine uses information
|
|
@@ -1978,28 +1978,28 @@ export interface Statistics {
|
|
|
1978
1978
|
* <p>Indicates whether or not automatic statistics generation is enabled.</p>
|
|
1979
1979
|
* @public
|
|
1980
1980
|
*/
|
|
1981
|
-
autoCompute?: boolean;
|
|
1981
|
+
autoCompute?: boolean | undefined;
|
|
1982
1982
|
/**
|
|
1983
1983
|
* <p>Indicates whether or not DFE statistics generation is enabled at all.</p>
|
|
1984
1984
|
* @public
|
|
1985
1985
|
*/
|
|
1986
|
-
active?: boolean;
|
|
1986
|
+
active?: boolean | undefined;
|
|
1987
1987
|
/**
|
|
1988
1988
|
* <p>Reports the ID of the current statistics generation run.
|
|
1989
1989
|
* A value of -1 indicates that no statistics have been generated.</p>
|
|
1990
1990
|
* @public
|
|
1991
1991
|
*/
|
|
1992
|
-
statisticsId?: string;
|
|
1992
|
+
statisticsId?: string | undefined;
|
|
1993
1993
|
/**
|
|
1994
1994
|
* <p>The UTC time at which DFE statistics have most recently been generated.</p>
|
|
1995
1995
|
* @public
|
|
1996
1996
|
*/
|
|
1997
|
-
date?: Date;
|
|
1997
|
+
date?: Date | undefined;
|
|
1998
1998
|
/**
|
|
1999
1999
|
* <p>A note about problems in the case where statistics are invalid.</p>
|
|
2000
2000
|
* @public
|
|
2001
2001
|
*/
|
|
2002
|
-
note?: string;
|
|
2002
|
+
note?: string | undefined;
|
|
2003
2003
|
/**
|
|
2004
2004
|
* <p>A StatisticsSummary structure that contains:</p>
|
|
2005
2005
|
* <ul>
|
|
@@ -2020,7 +2020,7 @@ export interface Statistics {
|
|
|
2020
2020
|
* </ul>
|
|
2021
2021
|
* @public
|
|
2022
2022
|
*/
|
|
2023
|
-
signatureInfo?: StatisticsSummary;
|
|
2023
|
+
signatureInfo?: StatisticsSummary | undefined;
|
|
2024
2024
|
}
|
|
2025
2025
|
/**
|
|
2026
2026
|
* @public
|
|
@@ -2105,7 +2105,7 @@ export interface GetPropertygraphStreamInput {
|
|
|
2105
2105
|
* default of 10.</p>
|
|
2106
2106
|
* @public
|
|
2107
2107
|
*/
|
|
2108
|
-
limit?: number;
|
|
2108
|
+
limit?: number | undefined;
|
|
2109
2109
|
/**
|
|
2110
2110
|
* <p>Can be one of:</p>
|
|
2111
2111
|
* <ul>
|
|
@@ -2138,7 +2138,7 @@ export interface GetPropertygraphStreamInput {
|
|
|
2138
2138
|
* </ul>
|
|
2139
2139
|
* @public
|
|
2140
2140
|
*/
|
|
2141
|
-
iteratorType?: IteratorType;
|
|
2141
|
+
iteratorType?: IteratorType | undefined;
|
|
2142
2142
|
/**
|
|
2143
2143
|
* <p>The commit number of the starting record to read from the
|
|
2144
2144
|
* change-log stream. This parameter is required when <code>iteratorType</code>
|
|
@@ -2147,18 +2147,18 @@ export interface GetPropertygraphStreamInput {
|
|
|
2147
2147
|
* <code>LATEST</code>.</p>
|
|
2148
2148
|
* @public
|
|
2149
2149
|
*/
|
|
2150
|
-
commitNum?: number;
|
|
2150
|
+
commitNum?: number | undefined;
|
|
2151
2151
|
/**
|
|
2152
2152
|
* <p>The operation sequence number within the specified commit to
|
|
2153
2153
|
* start reading from in the change-log stream data. The default is <code>1</code>.</p>
|
|
2154
2154
|
* @public
|
|
2155
2155
|
*/
|
|
2156
|
-
opNum?: number;
|
|
2156
|
+
opNum?: number | undefined;
|
|
2157
2157
|
/**
|
|
2158
2158
|
* <p>If set to TRUE, Neptune compresses the response using gzip encoding.</p>
|
|
2159
2159
|
* @public
|
|
2160
2160
|
*/
|
|
2161
|
-
encoding?: Encoding;
|
|
2161
|
+
encoding?: Encoding | undefined;
|
|
2162
2162
|
}
|
|
2163
2163
|
/**
|
|
2164
2164
|
* <p>A Gremlin or openCypher change record.</p>
|
|
@@ -2222,13 +2222,13 @@ export interface PropertygraphData {
|
|
|
2222
2222
|
* corresponding <code>from</code> vertex or source node.</p>
|
|
2223
2223
|
* @public
|
|
2224
2224
|
*/
|
|
2225
|
-
from?: string;
|
|
2225
|
+
from?: string | undefined;
|
|
2226
2226
|
/**
|
|
2227
2227
|
* <p>If this is an edge (type = <code>e</code>), the ID of the
|
|
2228
2228
|
* corresponding <code>to</code> vertex or target node.</p>
|
|
2229
2229
|
* @public
|
|
2230
2230
|
*/
|
|
2231
|
-
to?: string;
|
|
2231
|
+
to?: string | undefined;
|
|
2232
2232
|
}
|
|
2233
2233
|
/**
|
|
2234
2234
|
* <p>Structure of a property graph record.</p>
|
|
@@ -2262,7 +2262,7 @@ export interface PropertygraphRecord {
|
|
|
2262
2262
|
* entire transaction is consumed.</p>
|
|
2263
2263
|
* @public
|
|
2264
2264
|
*/
|
|
2265
|
-
isLastOp?: boolean;
|
|
2265
|
+
isLastOp?: boolean | undefined;
|
|
2266
2266
|
}
|
|
2267
2267
|
/**
|
|
2268
2268
|
* @public
|
|
@@ -2376,7 +2376,7 @@ export interface GetPropertygraphSummaryInput {
|
|
|
2376
2376
|
* and <code>DETAILED</code>.</p>
|
|
2377
2377
|
* @public
|
|
2378
2378
|
*/
|
|
2379
|
-
mode?: GraphSummaryType;
|
|
2379
|
+
mode?: GraphSummaryType | undefined;
|
|
2380
2380
|
}
|
|
2381
2381
|
/**
|
|
2382
2382
|
* <p>An edge structure.</p>
|
|
@@ -2387,12 +2387,12 @@ export interface EdgeStructure {
|
|
|
2387
2387
|
* <p>The number of edges that have this specific structure.</p>
|
|
2388
2388
|
* @public
|
|
2389
2389
|
*/
|
|
2390
|
-
count?: number;
|
|
2390
|
+
count?: number | undefined;
|
|
2391
2391
|
/**
|
|
2392
2392
|
* <p>A list of edge properties present in this specific structure.</p>
|
|
2393
2393
|
* @public
|
|
2394
2394
|
*/
|
|
2395
|
-
edgeProperties?: string[];
|
|
2395
|
+
edgeProperties?: string[] | undefined;
|
|
2396
2396
|
}
|
|
2397
2397
|
/**
|
|
2398
2398
|
* <p>A node structure.</p>
|
|
@@ -2403,17 +2403,17 @@ export interface NodeStructure {
|
|
|
2403
2403
|
* <p>Number of nodes that have this specific structure.</p>
|
|
2404
2404
|
* @public
|
|
2405
2405
|
*/
|
|
2406
|
-
count?: number;
|
|
2406
|
+
count?: number | undefined;
|
|
2407
2407
|
/**
|
|
2408
2408
|
* <p>A list of the node properties present in this specific structure.</p>
|
|
2409
2409
|
* @public
|
|
2410
2410
|
*/
|
|
2411
|
-
nodeProperties?: string[];
|
|
2411
|
+
nodeProperties?: string[] | undefined;
|
|
2412
2412
|
/**
|
|
2413
2413
|
* <p>A list of distinct outgoing edge labels present in this specific structure.</p>
|
|
2414
2414
|
* @public
|
|
2415
2415
|
*/
|
|
2416
|
-
distinctOutgoingEdgeLabels?: string[];
|
|
2416
|
+
distinctOutgoingEdgeLabels?: string[] | undefined;
|
|
2417
2417
|
}
|
|
2418
2418
|
/**
|
|
2419
2419
|
* <p>The graph summary API returns a read-only list of node and edge
|
|
@@ -2427,76 +2427,76 @@ export interface PropertygraphSummary {
|
|
|
2427
2427
|
* <p>The number of nodes in the graph.</p>
|
|
2428
2428
|
* @public
|
|
2429
2429
|
*/
|
|
2430
|
-
numNodes?: number;
|
|
2430
|
+
numNodes?: number | undefined;
|
|
2431
2431
|
/**
|
|
2432
2432
|
* <p>The number of edges in the graph.</p>
|
|
2433
2433
|
* @public
|
|
2434
2434
|
*/
|
|
2435
|
-
numEdges?: number;
|
|
2435
|
+
numEdges?: number | undefined;
|
|
2436
2436
|
/**
|
|
2437
2437
|
* <p>The number of distinct node labels in the graph.</p>
|
|
2438
2438
|
* @public
|
|
2439
2439
|
*/
|
|
2440
|
-
numNodeLabels?: number;
|
|
2440
|
+
numNodeLabels?: number | undefined;
|
|
2441
2441
|
/**
|
|
2442
2442
|
* <p>The number of distinct edge labels in the graph.</p>
|
|
2443
2443
|
* @public
|
|
2444
2444
|
*/
|
|
2445
|
-
numEdgeLabels?: number;
|
|
2445
|
+
numEdgeLabels?: number | undefined;
|
|
2446
2446
|
/**
|
|
2447
2447
|
* <p>A list of the distinct node labels in the graph.</p>
|
|
2448
2448
|
* @public
|
|
2449
2449
|
*/
|
|
2450
|
-
nodeLabels?: string[];
|
|
2450
|
+
nodeLabels?: string[] | undefined;
|
|
2451
2451
|
/**
|
|
2452
2452
|
* <p>A list of the distinct edge labels in the graph.</p>
|
|
2453
2453
|
* @public
|
|
2454
2454
|
*/
|
|
2455
|
-
edgeLabels?: string[];
|
|
2455
|
+
edgeLabels?: string[] | undefined;
|
|
2456
2456
|
/**
|
|
2457
2457
|
* <p>A list of the distinct node properties in the graph, along
|
|
2458
2458
|
* with the count of nodes where each property is used.</p>
|
|
2459
2459
|
* @public
|
|
2460
2460
|
*/
|
|
2461
|
-
numNodeProperties?: number;
|
|
2461
|
+
numNodeProperties?: number | undefined;
|
|
2462
2462
|
/**
|
|
2463
2463
|
* <p>The number of distinct edge properties in the graph.</p>
|
|
2464
2464
|
* @public
|
|
2465
2465
|
*/
|
|
2466
|
-
numEdgeProperties?: number;
|
|
2466
|
+
numEdgeProperties?: number | undefined;
|
|
2467
2467
|
/**
|
|
2468
2468
|
* <p>The number of distinct node properties in the graph.</p>
|
|
2469
2469
|
* @public
|
|
2470
2470
|
*/
|
|
2471
|
-
nodeProperties?: Record<string, number>[];
|
|
2471
|
+
nodeProperties?: Record<string, number>[] | undefined;
|
|
2472
2472
|
/**
|
|
2473
2473
|
* <p>A list of the distinct edge properties in the graph, along
|
|
2474
2474
|
* with the count of edges where each property is used.</p>
|
|
2475
2475
|
* @public
|
|
2476
2476
|
*/
|
|
2477
|
-
edgeProperties?: Record<string, number>[];
|
|
2477
|
+
edgeProperties?: Record<string, number>[] | undefined;
|
|
2478
2478
|
/**
|
|
2479
2479
|
* <p>The total number of usages of all node properties.</p>
|
|
2480
2480
|
* @public
|
|
2481
2481
|
*/
|
|
2482
|
-
totalNodePropertyValues?: number;
|
|
2482
|
+
totalNodePropertyValues?: number | undefined;
|
|
2483
2483
|
/**
|
|
2484
2484
|
* <p>The total number of usages of all edge properties.</p>
|
|
2485
2485
|
* @public
|
|
2486
2486
|
*/
|
|
2487
|
-
totalEdgePropertyValues?: number;
|
|
2487
|
+
totalEdgePropertyValues?: number | undefined;
|
|
2488
2488
|
/**
|
|
2489
2489
|
* <p>This field is only present when the requested mode is
|
|
2490
2490
|
* <code>DETAILED</code>. It contains a list of node structures.</p>
|
|
2491
2491
|
* @public
|
|
2492
2492
|
*/
|
|
2493
|
-
nodeStructures?: NodeStructure[];
|
|
2493
|
+
nodeStructures?: NodeStructure[] | undefined;
|
|
2494
2494
|
/**
|
|
2495
2495
|
* <p>This field is only present when the requested mode is
|
|
2496
2496
|
* <code>DETAILED</code>. It contains a list of edge structures.</p>
|
|
2497
2497
|
* @public
|
|
2498
2498
|
*/
|
|
2499
|
-
edgeStructures?: EdgeStructure[];
|
|
2499
|
+
edgeStructures?: EdgeStructure[] | undefined;
|
|
2500
2500
|
}
|
|
2501
2501
|
/**
|
|
2502
2502
|
* <p>Payload for the property graph summary response.</p>
|
|
@@ -2507,17 +2507,17 @@ export interface PropertygraphSummaryValueMap {
|
|
|
2507
2507
|
* <p>The version of this graph summary response.</p>
|
|
2508
2508
|
* @public
|
|
2509
2509
|
*/
|
|
2510
|
-
version?: string;
|
|
2510
|
+
version?: string | undefined;
|
|
2511
2511
|
/**
|
|
2512
2512
|
* <p>The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.</p>
|
|
2513
2513
|
* @public
|
|
2514
2514
|
*/
|
|
2515
|
-
lastStatisticsComputationTime?: Date;
|
|
2515
|
+
lastStatisticsComputationTime?: Date | undefined;
|
|
2516
2516
|
/**
|
|
2517
2517
|
* <p>The graph summary.</p>
|
|
2518
2518
|
* @public
|
|
2519
2519
|
*/
|
|
2520
|
-
graphSummary?: PropertygraphSummary;
|
|
2520
|
+
graphSummary?: PropertygraphSummary | undefined;
|
|
2521
2521
|
}
|
|
2522
2522
|
/**
|
|
2523
2523
|
* @public
|
|
@@ -2528,12 +2528,12 @@ export interface GetPropertygraphSummaryOutput {
|
|
|
2528
2528
|
* the code is 200.</p>
|
|
2529
2529
|
* @public
|
|
2530
2530
|
*/
|
|
2531
|
-
statusCode?: number;
|
|
2531
|
+
statusCode?: number | undefined;
|
|
2532
2532
|
/**
|
|
2533
2533
|
* <p>Payload containing the property graph summary response.</p>
|
|
2534
2534
|
* @public
|
|
2535
2535
|
*/
|
|
2536
|
-
payload?: PropertygraphSummaryValueMap;
|
|
2536
|
+
payload?: PropertygraphSummaryValueMap | undefined;
|
|
2537
2537
|
}
|
|
2538
2538
|
/**
|
|
2539
2539
|
* @public
|
|
@@ -2544,7 +2544,7 @@ export interface GetRDFGraphSummaryInput {
|
|
|
2544
2544
|
* and <code>DETAILED</code>.</p>
|
|
2545
2545
|
* @public
|
|
2546
2546
|
*/
|
|
2547
|
-
mode?: GraphSummaryType;
|
|
2547
|
+
mode?: GraphSummaryType | undefined;
|
|
2548
2548
|
}
|
|
2549
2549
|
/**
|
|
2550
2550
|
* <p>A subject structure.</p>
|
|
@@ -2555,12 +2555,12 @@ export interface SubjectStructure {
|
|
|
2555
2555
|
* <p>Number of occurrences of this specific structure.</p>
|
|
2556
2556
|
* @public
|
|
2557
2557
|
*/
|
|
2558
|
-
count?: number;
|
|
2558
|
+
count?: number | undefined;
|
|
2559
2559
|
/**
|
|
2560
2560
|
* <p>A list of predicates present in this specific structure.</p>
|
|
2561
2561
|
* @public
|
|
2562
2562
|
*/
|
|
2563
|
-
predicates?: string[];
|
|
2563
|
+
predicates?: string[] | undefined;
|
|
2564
2564
|
}
|
|
2565
2565
|
/**
|
|
2566
2566
|
* <p>The RDF graph summary API returns a read-only list of classes and
|
|
@@ -2572,38 +2572,38 @@ export interface RDFGraphSummary {
|
|
|
2572
2572
|
* <p>The number of distinct subjects in the graph.</p>
|
|
2573
2573
|
* @public
|
|
2574
2574
|
*/
|
|
2575
|
-
numDistinctSubjects?: number;
|
|
2575
|
+
numDistinctSubjects?: number | undefined;
|
|
2576
2576
|
/**
|
|
2577
2577
|
* <p>The number of distinct predicates in the graph.</p>
|
|
2578
2578
|
* @public
|
|
2579
2579
|
*/
|
|
2580
|
-
numDistinctPredicates?: number;
|
|
2580
|
+
numDistinctPredicates?: number | undefined;
|
|
2581
2581
|
/**
|
|
2582
2582
|
* <p>The number of quads in the graph.</p>
|
|
2583
2583
|
* @public
|
|
2584
2584
|
*/
|
|
2585
|
-
numQuads?: number;
|
|
2585
|
+
numQuads?: number | undefined;
|
|
2586
2586
|
/**
|
|
2587
2587
|
* <p>The number of classes in the graph.</p>
|
|
2588
2588
|
* @public
|
|
2589
2589
|
*/
|
|
2590
|
-
numClasses?: number;
|
|
2590
|
+
numClasses?: number | undefined;
|
|
2591
2591
|
/**
|
|
2592
2592
|
* <p>A list of the classes in the graph.</p>
|
|
2593
2593
|
* @public
|
|
2594
2594
|
*/
|
|
2595
|
-
classes?: string[];
|
|
2595
|
+
classes?: string[] | undefined;
|
|
2596
2596
|
/**
|
|
2597
2597
|
* <p>"A list of predicates in the graph, along with the predicate counts.</p>
|
|
2598
2598
|
* @public
|
|
2599
2599
|
*/
|
|
2600
|
-
predicates?: Record<string, number>[];
|
|
2600
|
+
predicates?: Record<string, number>[] | undefined;
|
|
2601
2601
|
/**
|
|
2602
2602
|
* <p>This field is only present when the request mode is
|
|
2603
2603
|
* <code>DETAILED</code>. It contains a list of subject structures.</p>
|
|
2604
2604
|
* @public
|
|
2605
2605
|
*/
|
|
2606
|
-
subjectStructures?: SubjectStructure[];
|
|
2606
|
+
subjectStructures?: SubjectStructure[] | undefined;
|
|
2607
2607
|
}
|
|
2608
2608
|
/**
|
|
2609
2609
|
* <p>Payload for an RDF graph summary response.</p>
|
|
@@ -2614,19 +2614,19 @@ export interface RDFGraphSummaryValueMap {
|
|
|
2614
2614
|
* <p>The version of this graph summary response.</p>
|
|
2615
2615
|
* @public
|
|
2616
2616
|
*/
|
|
2617
|
-
version?: string;
|
|
2617
|
+
version?: string | undefined;
|
|
2618
2618
|
/**
|
|
2619
2619
|
* <p>The timestamp, in ISO 8601 format, of the time at which Neptune
|
|
2620
2620
|
* last computed statistics.</p>
|
|
2621
2621
|
* @public
|
|
2622
2622
|
*/
|
|
2623
|
-
lastStatisticsComputationTime?: Date;
|
|
2623
|
+
lastStatisticsComputationTime?: Date | undefined;
|
|
2624
2624
|
/**
|
|
2625
2625
|
* <p>The graph summary of an RDF graph. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html#neptune-graph-summary-rdf-response">Graph
|
|
2626
2626
|
* summary response for an RDF graph</a>.</p>
|
|
2627
2627
|
* @public
|
|
2628
2628
|
*/
|
|
2629
|
-
graphSummary?: RDFGraphSummary;
|
|
2629
|
+
graphSummary?: RDFGraphSummary | undefined;
|
|
2630
2630
|
}
|
|
2631
2631
|
/**
|
|
2632
2632
|
* @public
|
|
@@ -2637,12 +2637,12 @@ export interface GetRDFGraphSummaryOutput {
|
|
|
2637
2637
|
* the code is 200.</p>
|
|
2638
2638
|
* @public
|
|
2639
2639
|
*/
|
|
2640
|
-
statusCode?: number;
|
|
2640
|
+
statusCode?: number | undefined;
|
|
2641
2641
|
/**
|
|
2642
2642
|
* <p>Payload for an RDF graph summary response</p>
|
|
2643
2643
|
* @public
|
|
2644
2644
|
*/
|
|
2645
|
-
payload?: RDFGraphSummaryValueMap;
|
|
2645
|
+
payload?: RDFGraphSummaryValueMap | undefined;
|
|
2646
2646
|
}
|
|
2647
2647
|
/**
|
|
2648
2648
|
* @public
|
|
@@ -2679,7 +2679,7 @@ export interface GetSparqlStreamInput {
|
|
|
2679
2679
|
* default of 10.</p>
|
|
2680
2680
|
* @public
|
|
2681
2681
|
*/
|
|
2682
|
-
limit?: number;
|
|
2682
|
+
limit?: number | undefined;
|
|
2683
2683
|
/**
|
|
2684
2684
|
* <p>Can be one of:</p>
|
|
2685
2685
|
* <ul>
|
|
@@ -2712,7 +2712,7 @@ export interface GetSparqlStreamInput {
|
|
|
2712
2712
|
* </ul>
|
|
2713
2713
|
* @public
|
|
2714
2714
|
*/
|
|
2715
|
-
iteratorType?: IteratorType;
|
|
2715
|
+
iteratorType?: IteratorType | undefined;
|
|
2716
2716
|
/**
|
|
2717
2717
|
* <p>The commit number of the starting record to read from the
|
|
2718
2718
|
* change-log stream. This parameter is required when <code>iteratorType</code>
|
|
@@ -2721,18 +2721,18 @@ export interface GetSparqlStreamInput {
|
|
|
2721
2721
|
* <code>LATEST</code>.</p>
|
|
2722
2722
|
* @public
|
|
2723
2723
|
*/
|
|
2724
|
-
commitNum?: number;
|
|
2724
|
+
commitNum?: number | undefined;
|
|
2725
2725
|
/**
|
|
2726
2726
|
* <p>The operation sequence number within the specified commit to
|
|
2727
2727
|
* start reading from in the change-log stream data. The default is <code>1</code>.</p>
|
|
2728
2728
|
* @public
|
|
2729
2729
|
*/
|
|
2730
|
-
opNum?: number;
|
|
2730
|
+
opNum?: number | undefined;
|
|
2731
2731
|
/**
|
|
2732
2732
|
* <p>If set to TRUE, Neptune compresses the response using gzip encoding.</p>
|
|
2733
2733
|
* @public
|
|
2734
2734
|
*/
|
|
2735
|
-
encoding?: Encoding;
|
|
2735
|
+
encoding?: Encoding | undefined;
|
|
2736
2736
|
}
|
|
2737
2737
|
/**
|
|
2738
2738
|
* <p>Neptune logs are converted to SPARQL quads in the graph using the
|
|
@@ -2783,7 +2783,7 @@ export interface SparqlRecord {
|
|
|
2783
2783
|
* entire transaction is consumed.</p>
|
|
2784
2784
|
* @public
|
|
2785
2785
|
*/
|
|
2786
|
-
isLastOp?: boolean;
|
|
2786
|
+
isLastOp?: boolean | undefined;
|
|
2787
2787
|
}
|
|
2788
2788
|
/**
|
|
2789
2789
|
* @public
|
|
@@ -2829,7 +2829,7 @@ export interface ListGremlinQueriesInput {
|
|
|
2829
2829
|
* queries. The default is <code>FALSE</code>;</p>
|
|
2830
2830
|
* @public
|
|
2831
2831
|
*/
|
|
2832
|
-
includeWaiting?: boolean;
|
|
2832
|
+
includeWaiting?: boolean | undefined;
|
|
2833
2833
|
}
|
|
2834
2834
|
/**
|
|
2835
2835
|
* <p>Captures the status of a Gremlin query (see the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html">Gremlin query
|
|
@@ -2841,17 +2841,17 @@ export interface GremlinQueryStatus {
|
|
|
2841
2841
|
* <p>The ID of the Gremlin query.</p>
|
|
2842
2842
|
* @public
|
|
2843
2843
|
*/
|
|
2844
|
-
queryId?: string;
|
|
2844
|
+
queryId?: string | undefined;
|
|
2845
2845
|
/**
|
|
2846
2846
|
* <p>The query string of the Gremlin query.</p>
|
|
2847
2847
|
* @public
|
|
2848
2848
|
*/
|
|
2849
|
-
queryString?: string;
|
|
2849
|
+
queryString?: string | undefined;
|
|
2850
2850
|
/**
|
|
2851
2851
|
* <p>The query statistics of the Gremlin query.</p>
|
|
2852
2852
|
* @public
|
|
2853
2853
|
*/
|
|
2854
|
-
queryEvalStats?: QueryEvalStats;
|
|
2854
|
+
queryEvalStats?: QueryEvalStats | undefined;
|
|
2855
2855
|
}
|
|
2856
2856
|
/**
|
|
2857
2857
|
* @public
|
|
@@ -2862,17 +2862,17 @@ export interface ListGremlinQueriesOutput {
|
|
|
2862
2862
|
* completed, including queries in the queue.</p>
|
|
2863
2863
|
* @public
|
|
2864
2864
|
*/
|
|
2865
|
-
acceptedQueryCount?: number;
|
|
2865
|
+
acceptedQueryCount?: number | undefined;
|
|
2866
2866
|
/**
|
|
2867
2867
|
* <p>The number of Gremlin queries currently running.</p>
|
|
2868
2868
|
* @public
|
|
2869
2869
|
*/
|
|
2870
|
-
runningQueryCount?: number;
|
|
2870
|
+
runningQueryCount?: number | undefined;
|
|
2871
2871
|
/**
|
|
2872
2872
|
* <p>A list of the current queries.</p>
|
|
2873
2873
|
* @public
|
|
2874
2874
|
*/
|
|
2875
|
-
queries?: GremlinQueryStatus[];
|
|
2875
|
+
queries?: GremlinQueryStatus[] | undefined;
|
|
2876
2876
|
}
|
|
2877
2877
|
/**
|
|
2878
2878
|
* @public
|
|
@@ -2883,7 +2883,7 @@ export interface ListLoaderJobsInput {
|
|
|
2883
2883
|
* greater than zero and not more than <code>100</code> (which is the default).</p>
|
|
2884
2884
|
* @public
|
|
2885
2885
|
*/
|
|
2886
|
-
limit?: number;
|
|
2886
|
+
limit?: number | undefined;
|
|
2887
2887
|
/**
|
|
2888
2888
|
* <p>An optional parameter that can be used to exclude the load
|
|
2889
2889
|
* IDs of queued load requests when requesting a list of load IDs by
|
|
@@ -2891,7 +2891,7 @@ export interface ListLoaderJobsInput {
|
|
|
2891
2891
|
* is <code>TRUE</code>.</p>
|
|
2892
2892
|
* @public
|
|
2893
2893
|
*/
|
|
2894
|
-
includeQueuedLoads?: boolean;
|
|
2894
|
+
includeQueuedLoads?: boolean | undefined;
|
|
2895
2895
|
}
|
|
2896
2896
|
/**
|
|
2897
2897
|
* <p>Contains a list of load IDs.</p>
|
|
@@ -2902,7 +2902,7 @@ export interface LoaderIdResult {
|
|
|
2902
2902
|
* <p>A list of load IDs.</p>
|
|
2903
2903
|
* @public
|
|
2904
2904
|
*/
|
|
2905
|
-
loadIds?: string[];
|
|
2905
|
+
loadIds?: string[] | undefined;
|
|
2906
2906
|
}
|
|
2907
2907
|
/**
|
|
2908
2908
|
* @public
|
|
@@ -2927,14 +2927,14 @@ export interface ListMLDataProcessingJobsInput {
|
|
|
2927
2927
|
* <p>The maximum number of items to return (from 1 to 1024; the default is 10).</p>
|
|
2928
2928
|
* @public
|
|
2929
2929
|
*/
|
|
2930
|
-
maxItems?: number;
|
|
2930
|
+
maxItems?: number | undefined;
|
|
2931
2931
|
/**
|
|
2932
2932
|
* <p>The ARN of an IAM role that provides Neptune access to SageMaker
|
|
2933
2933
|
* and Amazon S3 resources. This must be listed in your DB cluster
|
|
2934
2934
|
* parameter group or an error will occur.</p>
|
|
2935
2935
|
* @public
|
|
2936
2936
|
*/
|
|
2937
|
-
neptuneIamRoleArn?: string;
|
|
2937
|
+
neptuneIamRoleArn?: string | undefined;
|
|
2938
2938
|
}
|
|
2939
2939
|
/**
|
|
2940
2940
|
* @public
|
|
@@ -2944,7 +2944,7 @@ export interface ListMLDataProcessingJobsOutput {
|
|
|
2944
2944
|
* <p>A page listing data processing job IDs.</p>
|
|
2945
2945
|
* @public
|
|
2946
2946
|
*/
|
|
2947
|
-
ids?: string[];
|
|
2947
|
+
ids?: string[] | undefined;
|
|
2948
2948
|
}
|
|
2949
2949
|
/**
|
|
2950
2950
|
* @public
|
|
@@ -2955,14 +2955,14 @@ export interface ListMLEndpointsInput {
|
|
|
2955
2955
|
* is 10.</p>
|
|
2956
2956
|
* @public
|
|
2957
2957
|
*/
|
|
2958
|
-
maxItems?: number;
|
|
2958
|
+
maxItems?: number | undefined;
|
|
2959
2959
|
/**
|
|
2960
2960
|
* <p>The ARN of an IAM role that provides Neptune access to SageMaker
|
|
2961
2961
|
* and Amazon S3 resources. This must be listed in your DB cluster
|
|
2962
2962
|
* parameter group or an error will occur.</p>
|
|
2963
2963
|
* @public
|
|
2964
2964
|
*/
|
|
2965
|
-
neptuneIamRoleArn?: string;
|
|
2965
|
+
neptuneIamRoleArn?: string | undefined;
|
|
2966
2966
|
}
|
|
2967
2967
|
/**
|
|
2968
2968
|
* @public
|
|
@@ -2972,7 +2972,7 @@ export interface ListMLEndpointsOutput {
|
|
|
2972
2972
|
* <p>A page from the list of inference endpoint IDs.</p>
|
|
2973
2973
|
* @public
|
|
2974
2974
|
*/
|
|
2975
|
-
ids?: string[];
|
|
2975
|
+
ids?: string[] | undefined;
|
|
2976
2976
|
}
|
|
2977
2977
|
/**
|
|
2978
2978
|
* @public
|
|
@@ -2983,14 +2983,14 @@ export interface ListMLModelTrainingJobsInput {
|
|
|
2983
2983
|
* is 10).</p>
|
|
2984
2984
|
* @public
|
|
2985
2985
|
*/
|
|
2986
|
-
maxItems?: number;
|
|
2986
|
+
maxItems?: number | undefined;
|
|
2987
2987
|
/**
|
|
2988
2988
|
* <p>The ARN of an IAM role that provides Neptune access to SageMaker
|
|
2989
2989
|
* and Amazon S3 resources. This must be listed in your DB cluster
|
|
2990
2990
|
* parameter group or an error will occur.</p>
|
|
2991
2991
|
* @public
|
|
2992
2992
|
*/
|
|
2993
|
-
neptuneIamRoleArn?: string;
|
|
2993
|
+
neptuneIamRoleArn?: string | undefined;
|
|
2994
2994
|
}
|
|
2995
2995
|
/**
|
|
2996
2996
|
* @public
|
|
@@ -3000,7 +3000,7 @@ export interface ListMLModelTrainingJobsOutput {
|
|
|
3000
3000
|
* <p>A page of the list of model training job IDs.</p>
|
|
3001
3001
|
* @public
|
|
3002
3002
|
*/
|
|
3003
|
-
ids?: string[];
|
|
3003
|
+
ids?: string[] | undefined;
|
|
3004
3004
|
}
|
|
3005
3005
|
/**
|
|
3006
3006
|
* @public
|
|
@@ -3011,14 +3011,14 @@ export interface ListMLModelTransformJobsInput {
|
|
|
3011
3011
|
* default is 10).</p>
|
|
3012
3012
|
* @public
|
|
3013
3013
|
*/
|
|
3014
|
-
maxItems?: number;
|
|
3014
|
+
maxItems?: number | undefined;
|
|
3015
3015
|
/**
|
|
3016
3016
|
* <p>The ARN of an IAM role that provides Neptune access to SageMaker
|
|
3017
3017
|
* and Amazon S3 resources. This must be listed in your DB cluster
|
|
3018
3018
|
* parameter group or an error will occur.</p>
|
|
3019
3019
|
* @public
|
|
3020
3020
|
*/
|
|
3021
|
-
neptuneIamRoleArn?: string;
|
|
3021
|
+
neptuneIamRoleArn?: string | undefined;
|
|
3022
3022
|
}
|
|
3023
3023
|
/**
|
|
3024
3024
|
* @public
|
|
@@ -3028,7 +3028,7 @@ export interface ListMLModelTransformJobsOutput {
|
|
|
3028
3028
|
* <p>A page from the list of model transform IDs.</p>
|
|
3029
3029
|
* @public
|
|
3030
3030
|
*/
|
|
3031
|
-
ids?: string[];
|
|
3031
|
+
ids?: string[] | undefined;
|
|
3032
3032
|
}
|
|
3033
3033
|
/**
|
|
3034
3034
|
* @public
|
|
@@ -3040,7 +3040,7 @@ export interface ListOpenCypherQueriesInput {
|
|
|
3040
3040
|
* queries as well as for running queries.</p>
|
|
3041
3041
|
* @public
|
|
3042
3042
|
*/
|
|
3043
|
-
includeWaiting?: boolean;
|
|
3043
|
+
includeWaiting?: boolean | undefined;
|
|
3044
3044
|
}
|
|
3045
3045
|
/**
|
|
3046
3046
|
* @public
|
|
@@ -3051,17 +3051,17 @@ export interface ListOpenCypherQueriesOutput {
|
|
|
3051
3051
|
* including queries in the queue.</p>
|
|
3052
3052
|
* @public
|
|
3053
3053
|
*/
|
|
3054
|
-
acceptedQueryCount?: number;
|
|
3054
|
+
acceptedQueryCount?: number | undefined;
|
|
3055
3055
|
/**
|
|
3056
3056
|
* <p>The number of currently running openCypher queries.</p>
|
|
3057
3057
|
* @public
|
|
3058
3058
|
*/
|
|
3059
|
-
runningQueryCount?: number;
|
|
3059
|
+
runningQueryCount?: number | undefined;
|
|
3060
3060
|
/**
|
|
3061
3061
|
* <p>A list of current openCypher queries.</p>
|
|
3062
3062
|
* @public
|
|
3063
3063
|
*/
|
|
3064
|
-
queries?: GremlinQueryStatus[];
|
|
3064
|
+
queries?: GremlinQueryStatus[] | undefined;
|
|
3065
3065
|
}
|
|
3066
3066
|
/**
|
|
3067
3067
|
* @public
|
|
@@ -3086,7 +3086,7 @@ export interface ManagePropertygraphStatisticsInput {
|
|
|
3086
3086
|
* which manually triggers DFE statistics generation.</p>
|
|
3087
3087
|
* @public
|
|
3088
3088
|
*/
|
|
3089
|
-
mode?: StatisticsAutoGenerationMode;
|
|
3089
|
+
mode?: StatisticsAutoGenerationMode | undefined;
|
|
3090
3090
|
}
|
|
3091
3091
|
/**
|
|
3092
3092
|
* <p>Statistics for <code>REFRESH</code> mode.</p>
|
|
@@ -3097,7 +3097,7 @@ export interface RefreshStatisticsIdMap {
|
|
|
3097
3097
|
* <p>The ID of the statistics generation run that is currently occurring.</p>
|
|
3098
3098
|
* @public
|
|
3099
3099
|
*/
|
|
3100
|
-
statisticsId?: string;
|
|
3100
|
+
statisticsId?: string | undefined;
|
|
3101
3101
|
}
|
|
3102
3102
|
/**
|
|
3103
3103
|
* @public
|
|
@@ -3113,7 +3113,7 @@ export interface ManagePropertygraphStatisticsOutput {
|
|
|
3113
3113
|
* <p>This is only returned for refresh mode.</p>
|
|
3114
3114
|
* @public
|
|
3115
3115
|
*/
|
|
3116
|
-
payload?: RefreshStatisticsIdMap;
|
|
3116
|
+
payload?: RefreshStatisticsIdMap | undefined;
|
|
3117
3117
|
}
|
|
3118
3118
|
/**
|
|
3119
3119
|
* @public
|
|
@@ -3125,7 +3125,7 @@ export interface ManageSparqlStatisticsInput {
|
|
|
3125
3125
|
* which manually triggers DFE statistics generation.</p>
|
|
3126
3126
|
* @public
|
|
3127
3127
|
*/
|
|
3128
|
-
mode?: StatisticsAutoGenerationMode;
|
|
3128
|
+
mode?: StatisticsAutoGenerationMode | undefined;
|
|
3129
3129
|
}
|
|
3130
3130
|
/**
|
|
3131
3131
|
* @public
|
|
@@ -3141,7 +3141,7 @@ export interface ManageSparqlStatisticsOutput {
|
|
|
3141
3141
|
* <p>This is only returned for refresh mode.</p>
|
|
3142
3142
|
* @public
|
|
3143
3143
|
*/
|
|
3144
|
-
payload?: RefreshStatisticsIdMap;
|
|
3144
|
+
payload?: RefreshStatisticsIdMap | undefined;
|
|
3145
3145
|
}
|
|
3146
3146
|
/**
|
|
3147
3147
|
* <p>Raised when there is a problem accessing Amazon S3.</p>
|
|
@@ -3389,7 +3389,7 @@ export interface StartLoaderJobInput {
|
|
|
3389
3389
|
* </ul>
|
|
3390
3390
|
* @public
|
|
3391
3391
|
*/
|
|
3392
|
-
mode?: Mode;
|
|
3392
|
+
mode?: Mode | undefined;
|
|
3393
3393
|
/**
|
|
3394
3394
|
* <p>
|
|
3395
3395
|
* <b>
|
|
@@ -3406,7 +3406,7 @@ export interface StartLoaderJobInput {
|
|
|
3406
3406
|
* as soon as it encounters an error. Data loaded up to that point persists.</p>
|
|
3407
3407
|
* @public
|
|
3408
3408
|
*/
|
|
3409
|
-
failOnError?: boolean;
|
|
3409
|
+
failOnError?: boolean | undefined;
|
|
3410
3410
|
/**
|
|
3411
3411
|
* <p>The optional <code>parallelism</code> parameter can be set
|
|
3412
3412
|
* to reduce the number of threads used by the bulk load process.</p>
|
|
@@ -3447,7 +3447,7 @@ export interface StartLoaderJobInput {
|
|
|
3447
3447
|
* <code>parallelism</code> to a lower setting and retrying the load command.</p>
|
|
3448
3448
|
* @public
|
|
3449
3449
|
*/
|
|
3450
|
-
parallelism?: Parallelism;
|
|
3450
|
+
parallelism?: Parallelism | undefined;
|
|
3451
3451
|
/**
|
|
3452
3452
|
* <p>
|
|
3453
3453
|
* <b>
|
|
@@ -3492,7 +3492,7 @@ export interface StartLoaderJobInput {
|
|
|
3492
3492
|
* </ul>
|
|
3493
3493
|
* @public
|
|
3494
3494
|
*/
|
|
3495
|
-
parserConfiguration?: Record<string, string
|
|
3495
|
+
parserConfiguration?: Record<string, string> | undefined;
|
|
3496
3496
|
/**
|
|
3497
3497
|
* <p>
|
|
3498
3498
|
* <code>updateSingleCardinalityProperties</code>
|
|
@@ -3514,7 +3514,7 @@ export interface StartLoaderJobInput {
|
|
|
3514
3514
|
* has been replaced by one of the new ones.</p>
|
|
3515
3515
|
* @public
|
|
3516
3516
|
*/
|
|
3517
|
-
updateSingleCardinalityProperties?: boolean;
|
|
3517
|
+
updateSingleCardinalityProperties?: boolean | undefined;
|
|
3518
3518
|
/**
|
|
3519
3519
|
* <p>This is an optional flag parameter
|
|
3520
3520
|
* that indicates whether the load request can be queued up or not. </p>
|
|
@@ -3530,7 +3530,7 @@ export interface StartLoaderJobInput {
|
|
|
3530
3530
|
* <i>Default value</i>: <code>"FALSE"</code>.</p>
|
|
3531
3531
|
* @public
|
|
3532
3532
|
*/
|
|
3533
|
-
queueRequest?: boolean;
|
|
3533
|
+
queueRequest?: boolean | undefined;
|
|
3534
3534
|
/**
|
|
3535
3535
|
* <p>This is an optional parameter that can make a queued load request
|
|
3536
3536
|
* contingent on the successful completion of one or more previous jobs
|
|
@@ -3561,7 +3561,7 @@ export interface StartLoaderJobInput {
|
|
|
3561
3561
|
* will cause all requests that are directly or indirectly dependent on it to be cancelled.</p>
|
|
3562
3562
|
* @public
|
|
3563
3563
|
*/
|
|
3564
|
-
dependencies?: string[];
|
|
3564
|
+
dependencies?: string[] | undefined;
|
|
3565
3565
|
/**
|
|
3566
3566
|
* <p>This parameter is required only when loading openCypher data that contains relationship
|
|
3567
3567
|
* IDs. It must be included and set to <code>True</code> when openCypher relationship IDs
|
|
@@ -3579,7 +3579,7 @@ export interface StartLoaderJobInput {
|
|
|
3579
3579
|
* has had to be corrected, and must instead reload all the relationships.</p>
|
|
3580
3580
|
* @public
|
|
3581
3581
|
*/
|
|
3582
|
-
userProvidedEdgeIds?: boolean;
|
|
3582
|
+
userProvidedEdgeIds?: boolean | undefined;
|
|
3583
3583
|
}
|
|
3584
3584
|
/**
|
|
3585
3585
|
* @public
|
|
@@ -3605,12 +3605,12 @@ export interface StartMLDataProcessingJobInput {
|
|
|
3605
3605
|
* <p>A unique identifier for the new job. The default is an autogenerated UUID.</p>
|
|
3606
3606
|
* @public
|
|
3607
3607
|
*/
|
|
3608
|
-
id?: string;
|
|
3608
|
+
id?: string | undefined;
|
|
3609
3609
|
/**
|
|
3610
3610
|
* <p>The job ID of a completed data processing job run on an earlier version of the data.</p>
|
|
3611
3611
|
* @public
|
|
3612
3612
|
*/
|
|
3613
|
-
previousDataProcessingJobId?: string;
|
|
3613
|
+
previousDataProcessingJobId?: string | undefined;
|
|
3614
3614
|
/**
|
|
3615
3615
|
* <p>The URI of the Amazon S3 location where you want SageMaker to download
|
|
3616
3616
|
* the data needed to run the data processing job.</p>
|
|
@@ -3628,14 +3628,14 @@ export interface StartMLDataProcessingJobInput {
|
|
|
3628
3628
|
* This must be listed in your DB cluster parameter group or an error will occur.</p>
|
|
3629
3629
|
* @public
|
|
3630
3630
|
*/
|
|
3631
|
-
sagemakerIamRoleArn?: string;
|
|
3631
|
+
sagemakerIamRoleArn?: string | undefined;
|
|
3632
3632
|
/**
|
|
3633
3633
|
* <p>The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume
|
|
3634
3634
|
* to perform tasks on your behalf. This must be listed in your DB cluster
|
|
3635
3635
|
* parameter group or an error will occur.</p>
|
|
3636
3636
|
* @public
|
|
3637
3637
|
*/
|
|
3638
|
-
neptuneIamRoleArn?: string;
|
|
3638
|
+
neptuneIamRoleArn?: string | undefined;
|
|
3639
3639
|
/**
|
|
3640
3640
|
* <p>The type of ML instance used during data processing. Its memory
|
|
3641
3641
|
* should be large enough to hold the processed dataset. The default is
|
|
@@ -3643,7 +3643,7 @@ export interface StartMLDataProcessingJobInput {
|
|
|
3643
3643
|
* of the exported graph data on disk.</p>
|
|
3644
3644
|
* @public
|
|
3645
3645
|
*/
|
|
3646
|
-
processingInstanceType?: string;
|
|
3646
|
+
processingInstanceType?: string | undefined;
|
|
3647
3647
|
/**
|
|
3648
3648
|
* <p>The disk volume size of the processing instance. Both input data
|
|
3649
3649
|
* and processed data are stored on disk, so the volume size must be large
|
|
@@ -3651,12 +3651,12 @@ export interface StartMLDataProcessingJobInput {
|
|
|
3651
3651
|
* Neptune ML chooses the volume size automatically based on the data size.</p>
|
|
3652
3652
|
* @public
|
|
3653
3653
|
*/
|
|
3654
|
-
processingInstanceVolumeSizeInGB?: number;
|
|
3654
|
+
processingInstanceVolumeSizeInGB?: number | undefined;
|
|
3655
3655
|
/**
|
|
3656
3656
|
* <p>Timeout in seconds for the data processing job. The default is 86,400 (1 day).</p>
|
|
3657
3657
|
* @public
|
|
3658
3658
|
*/
|
|
3659
|
-
processingTimeOutInSeconds?: number;
|
|
3659
|
+
processingTimeOutInSeconds?: number | undefined;
|
|
3660
3660
|
/**
|
|
3661
3661
|
* <p>One of the two model types that Neptune ML currently supports:
|
|
3662
3662
|
* heterogeneous graph models (<code>heterogeneous</code>), and knowledge
|
|
@@ -3664,7 +3664,7 @@ export interface StartMLDataProcessingJobInput {
|
|
|
3664
3664
|
* Neptune ML chooses the model type automatically based on the data.</p>
|
|
3665
3665
|
* @public
|
|
3666
3666
|
*/
|
|
3667
|
-
modelType?: string;
|
|
3667
|
+
modelType?: string | undefined;
|
|
3668
3668
|
/**
|
|
3669
3669
|
* <p>A data specification file that describes how to load the exported
|
|
3670
3670
|
* graph data for training. The file is automatically generated by the
|
|
@@ -3672,30 +3672,30 @@ export interface StartMLDataProcessingJobInput {
|
|
|
3672
3672
|
* <code>training-data-configuration.json</code>.</p>
|
|
3673
3673
|
* @public
|
|
3674
3674
|
*/
|
|
3675
|
-
configFileName?: string;
|
|
3675
|
+
configFileName?: string | undefined;
|
|
3676
3676
|
/**
|
|
3677
3677
|
* <p>The IDs of the subnets in the Neptune VPC. The default is None.</p>
|
|
3678
3678
|
* @public
|
|
3679
3679
|
*/
|
|
3680
|
-
subnets?: string[];
|
|
3680
|
+
subnets?: string[] | undefined;
|
|
3681
3681
|
/**
|
|
3682
3682
|
* <p>The VPC security group IDs. The default is None.</p>
|
|
3683
3683
|
* @public
|
|
3684
3684
|
*/
|
|
3685
|
-
securityGroupIds?: string[];
|
|
3685
|
+
securityGroupIds?: string[] | undefined;
|
|
3686
3686
|
/**
|
|
3687
3687
|
* <p>The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to
|
|
3688
3688
|
* encrypt data on the storage volume attached to the ML compute instances
|
|
3689
3689
|
* that run the training job. The default is None.</p>
|
|
3690
3690
|
* @public
|
|
3691
3691
|
*/
|
|
3692
|
-
volumeEncryptionKMSKey?: string;
|
|
3692
|
+
volumeEncryptionKMSKey?: string | undefined;
|
|
3693
3693
|
/**
|
|
3694
3694
|
* <p>The Amazon Key Management Service (Amazon KMS) key that SageMaker uses
|
|
3695
3695
|
* to encrypt the output of the processing job. The default is none.</p>
|
|
3696
3696
|
* @public
|
|
3697
3697
|
*/
|
|
3698
|
-
s3OutputEncryptionKMSKey?: string;
|
|
3698
|
+
s3OutputEncryptionKMSKey?: string | undefined;
|
|
3699
3699
|
}
|
|
3700
3700
|
/**
|
|
3701
3701
|
* @public
|
|
@@ -3705,17 +3705,17 @@ export interface StartMLDataProcessingJobOutput {
|
|
|
3705
3705
|
* <p>The unique ID of the new data processing job.</p>
|
|
3706
3706
|
* @public
|
|
3707
3707
|
*/
|
|
3708
|
-
id?: string;
|
|
3708
|
+
id?: string | undefined;
|
|
3709
3709
|
/**
|
|
3710
3710
|
* <p>The ARN of the data processing job.</p>
|
|
3711
3711
|
* @public
|
|
3712
3712
|
*/
|
|
3713
|
-
arn?: string;
|
|
3713
|
+
arn?: string | undefined;
|
|
3714
3714
|
/**
|
|
3715
3715
|
* <p>The time it took to create the new processing job, in milliseconds.</p>
|
|
3716
3716
|
* @public
|
|
3717
3717
|
*/
|
|
3718
|
-
creationTimeInMillis?: number;
|
|
3718
|
+
creationTimeInMillis?: number | undefined;
|
|
3719
3719
|
}
|
|
3720
3720
|
/**
|
|
3721
3721
|
* <p>Contains custom model training parameters. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-custom-models.html">Custom
|
|
@@ -3738,7 +3738,7 @@ export interface CustomModelTrainingParameters {
|
|
|
3738
3738
|
* including fixed hyperparameters. The default is <code>training.py</code>.</p>
|
|
3739
3739
|
* @public
|
|
3740
3740
|
*/
|
|
3741
|
-
trainingEntryPointScript?: string;
|
|
3741
|
+
trainingEntryPointScript?: string | undefined;
|
|
3742
3742
|
/**
|
|
3743
3743
|
* <p>The name of the entry point in your module of a script that should
|
|
3744
3744
|
* be run after the best model from the hyperparameter search has been
|
|
@@ -3747,7 +3747,7 @@ export interface CustomModelTrainingParameters {
|
|
|
3747
3747
|
* <code>transform.py</code>.</p>
|
|
3748
3748
|
* @public
|
|
3749
3749
|
*/
|
|
3750
|
-
transformEntryPointScript?: string;
|
|
3750
|
+
transformEntryPointScript?: string | undefined;
|
|
3751
3751
|
}
|
|
3752
3752
|
/**
|
|
3753
3753
|
* @public
|
|
@@ -3757,13 +3757,13 @@ export interface StartMLModelTrainingJobInput {
|
|
|
3757
3757
|
* <p>A unique identifier for the new job. The default is An autogenerated UUID.</p>
|
|
3758
3758
|
* @public
|
|
3759
3759
|
*/
|
|
3760
|
-
id?: string;
|
|
3760
|
+
id?: string | undefined;
|
|
3761
3761
|
/**
|
|
3762
3762
|
* <p>The job ID of a completed model-training job that you want to update
|
|
3763
3763
|
* incrementally based on updated data.</p>
|
|
3764
3764
|
* @public
|
|
3765
3765
|
*/
|
|
3766
|
-
previousModelTrainingJobId?: string;
|
|
3766
|
+
previousModelTrainingJobId?: string | undefined;
|
|
3767
3767
|
/**
|
|
3768
3768
|
* <p>The job ID of the completed data-processing job that has created
|
|
3769
3769
|
* the data that the training will work with.</p>
|
|
@@ -3780,21 +3780,21 @@ export interface StartMLModelTrainingJobInput {
|
|
|
3780
3780
|
* in your DB cluster parameter group or an error will occur.</p>
|
|
3781
3781
|
* @public
|
|
3782
3782
|
*/
|
|
3783
|
-
sagemakerIamRoleArn?: string;
|
|
3783
|
+
sagemakerIamRoleArn?: string | undefined;
|
|
3784
3784
|
/**
|
|
3785
3785
|
* <p>The ARN of an IAM role that provides Neptune access to SageMaker
|
|
3786
3786
|
* and Amazon S3 resources. This must be listed in your DB cluster
|
|
3787
3787
|
* parameter group or an error will occur.</p>
|
|
3788
3788
|
* @public
|
|
3789
3789
|
*/
|
|
3790
|
-
neptuneIamRoleArn?: string;
|
|
3790
|
+
neptuneIamRoleArn?: string | undefined;
|
|
3791
3791
|
/**
|
|
3792
3792
|
* <p>The type of ML instance used in preparing and managing training
|
|
3793
3793
|
* of ML models. This is a CPU instance chosen based on memory requirements
|
|
3794
3794
|
* for processing the training data and model.</p>
|
|
3795
3795
|
* @public
|
|
3796
3796
|
*/
|
|
3797
|
-
baseProcessingInstanceType?: string;
|
|
3797
|
+
baseProcessingInstanceType?: string | undefined;
|
|
3798
3798
|
/**
|
|
3799
3799
|
* <p>The type of ML instance used for model training. All Neptune ML
|
|
3800
3800
|
* models support CPU, GPU, and multiGPU training. The default is
|
|
@@ -3802,7 +3802,7 @@ export interface StartMLModelTrainingJobInput {
|
|
|
3802
3802
|
* training depends on the task type, graph size, and your budget.</p>
|
|
3803
3803
|
* @public
|
|
3804
3804
|
*/
|
|
3805
|
-
trainingInstanceType?: string;
|
|
3805
|
+
trainingInstanceType?: string | undefined;
|
|
3806
3806
|
/**
|
|
3807
3807
|
* <p>The disk volume size of the training instance. Both input data
|
|
3808
3808
|
* and the output model are stored on disk, so the volume size must be
|
|
@@ -3811,12 +3811,12 @@ export interface StartMLModelTrainingJobInput {
|
|
|
3811
3811
|
* generated in the data processing step.</p>
|
|
3812
3812
|
* @public
|
|
3813
3813
|
*/
|
|
3814
|
-
trainingInstanceVolumeSizeInGB?: number;
|
|
3814
|
+
trainingInstanceVolumeSizeInGB?: number | undefined;
|
|
3815
3815
|
/**
|
|
3816
3816
|
* <p>Timeout in seconds for the training job. The default is 86,400 (1 day).</p>
|
|
3817
3817
|
* @public
|
|
3818
3818
|
*/
|
|
3819
|
-
trainingTimeOutInSeconds?: number;
|
|
3819
|
+
trainingTimeOutInSeconds?: number | undefined;
|
|
3820
3820
|
/**
|
|
3821
3821
|
* <p>Maximum total number of training jobs to start for the hyperparameter
|
|
3822
3822
|
* tuning job. The default is 2. Neptune ML automatically tunes the hyperparameters
|
|
@@ -3825,48 +3825,48 @@ export interface StartMLModelTrainingJobInput {
|
|
|
3825
3825
|
* In general, the more tuning runs, the better the results.</p>
|
|
3826
3826
|
* @public
|
|
3827
3827
|
*/
|
|
3828
|
-
maxHPONumberOfTrainingJobs?: number;
|
|
3828
|
+
maxHPONumberOfTrainingJobs?: number | undefined;
|
|
3829
3829
|
/**
|
|
3830
3830
|
* <p>Maximum number of parallel training jobs to start for the hyperparameter
|
|
3831
3831
|
* tuning job. The default is 2. The number of parallel jobs you can run is
|
|
3832
3832
|
* limited by the available resources on your training instance.</p>
|
|
3833
3833
|
* @public
|
|
3834
3834
|
*/
|
|
3835
|
-
maxHPOParallelTrainingJobs?: number;
|
|
3835
|
+
maxHPOParallelTrainingJobs?: number | undefined;
|
|
3836
3836
|
/**
|
|
3837
3837
|
* <p>The IDs of the subnets in the Neptune VPC. The default is None.</p>
|
|
3838
3838
|
* @public
|
|
3839
3839
|
*/
|
|
3840
|
-
subnets?: string[];
|
|
3840
|
+
subnets?: string[] | undefined;
|
|
3841
3841
|
/**
|
|
3842
3842
|
* <p>The VPC security group IDs. The default is None.</p>
|
|
3843
3843
|
* @public
|
|
3844
3844
|
*/
|
|
3845
|
-
securityGroupIds?: string[];
|
|
3845
|
+
securityGroupIds?: string[] | undefined;
|
|
3846
3846
|
/**
|
|
3847
3847
|
* <p>The Amazon Key Management Service (KMS) key that SageMaker uses to
|
|
3848
3848
|
* encrypt data on the storage volume attached to the ML compute instances
|
|
3849
3849
|
* that run the training job. The default is None.</p>
|
|
3850
3850
|
* @public
|
|
3851
3851
|
*/
|
|
3852
|
-
volumeEncryptionKMSKey?: string;
|
|
3852
|
+
volumeEncryptionKMSKey?: string | undefined;
|
|
3853
3853
|
/**
|
|
3854
3854
|
* <p>The Amazon Key Management Service (KMS) key that SageMaker uses
|
|
3855
3855
|
* to encrypt the output of the processing job. The default is none.</p>
|
|
3856
3856
|
* @public
|
|
3857
3857
|
*/
|
|
3858
|
-
s3OutputEncryptionKMSKey?: string;
|
|
3858
|
+
s3OutputEncryptionKMSKey?: string | undefined;
|
|
3859
3859
|
/**
|
|
3860
3860
|
* <p>Optimizes the cost of training machine-learning models by using
|
|
3861
3861
|
* Amazon Elastic Compute Cloud spot instances. The default is <code>False</code>.</p>
|
|
3862
3862
|
* @public
|
|
3863
3863
|
*/
|
|
3864
|
-
enableManagedSpotTraining?: boolean;
|
|
3864
|
+
enableManagedSpotTraining?: boolean | undefined;
|
|
3865
3865
|
/**
|
|
3866
3866
|
* <p>The configuration for custom model training. This is a JSON object.</p>
|
|
3867
3867
|
* @public
|
|
3868
3868
|
*/
|
|
3869
|
-
customModelTrainingParameters?: CustomModelTrainingParameters;
|
|
3869
|
+
customModelTrainingParameters?: CustomModelTrainingParameters | undefined;
|
|
3870
3870
|
}
|
|
3871
3871
|
/**
|
|
3872
3872
|
* @public
|
|
@@ -3876,17 +3876,17 @@ export interface StartMLModelTrainingJobOutput {
|
|
|
3876
3876
|
* <p>The unique ID of the new model training job.</p>
|
|
3877
3877
|
* @public
|
|
3878
3878
|
*/
|
|
3879
|
-
id?: string;
|
|
3879
|
+
id?: string | undefined;
|
|
3880
3880
|
/**
|
|
3881
3881
|
* <p>The ARN of the new model training job.</p>
|
|
3882
3882
|
* @public
|
|
3883
3883
|
*/
|
|
3884
|
-
arn?: string;
|
|
3884
|
+
arn?: string | undefined;
|
|
3885
3885
|
/**
|
|
3886
3886
|
* <p>The model training job creation time, in milliseconds.</p>
|
|
3887
3887
|
* @public
|
|
3888
3888
|
*/
|
|
3889
|
-
creationTimeInMillis?: number;
|
|
3889
|
+
creationTimeInMillis?: number | undefined;
|
|
3890
3890
|
}
|
|
3891
3891
|
/**
|
|
3892
3892
|
* <p>Contains custom model transform parameters. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use
|
|
@@ -3911,7 +3911,7 @@ export interface CustomModelTransformParameters {
|
|
|
3911
3911
|
* is <code>transform.py</code>.</p>
|
|
3912
3912
|
* @public
|
|
3913
3913
|
*/
|
|
3914
|
-
transformEntryPointScript?: string;
|
|
3914
|
+
transformEntryPointScript?: string | undefined;
|
|
3915
3915
|
}
|
|
3916
3916
|
/**
|
|
3917
3917
|
* @public
|
|
@@ -3921,28 +3921,28 @@ export interface StartMLModelTransformJobInput {
|
|
|
3921
3921
|
* <p>A unique identifier for the new job. The default is an autogenerated UUID.</p>
|
|
3922
3922
|
* @public
|
|
3923
3923
|
*/
|
|
3924
|
-
id?: string;
|
|
3924
|
+
id?: string | undefined;
|
|
3925
3925
|
/**
|
|
3926
3926
|
* <p>The job ID of a completed data-processing job. You must include either
|
|
3927
3927
|
* <code>dataProcessingJobId</code> and a <code>mlModelTrainingJobId</code>,
|
|
3928
3928
|
* or a <code>trainingJobName</code>.</p>
|
|
3929
3929
|
* @public
|
|
3930
3930
|
*/
|
|
3931
|
-
dataProcessingJobId?: string;
|
|
3931
|
+
dataProcessingJobId?: string | undefined;
|
|
3932
3932
|
/**
|
|
3933
3933
|
* <p>The job ID of a completed model-training job. You must include either
|
|
3934
3934
|
* <code>dataProcessingJobId</code> and a <code>mlModelTrainingJobId</code>,
|
|
3935
3935
|
* or a <code>trainingJobName</code>.</p>
|
|
3936
3936
|
* @public
|
|
3937
3937
|
*/
|
|
3938
|
-
mlModelTrainingJobId?: string;
|
|
3938
|
+
mlModelTrainingJobId?: string | undefined;
|
|
3939
3939
|
/**
|
|
3940
3940
|
* <p>The name of a completed SageMaker training job. You must include either
|
|
3941
3941
|
* <code>dataProcessingJobId</code> and a <code>mlModelTrainingJobId</code>,
|
|
3942
3942
|
* or a <code>trainingJobName</code>.</p>
|
|
3943
3943
|
* @public
|
|
3944
3944
|
*/
|
|
3945
|
-
trainingJobName?: string;
|
|
3945
|
+
trainingJobName?: string | undefined;
|
|
3946
3946
|
/**
|
|
3947
3947
|
* <p>The location in Amazon S3 where the model artifacts are to be stored.</p>
|
|
3948
3948
|
* @public
|
|
@@ -3953,14 +3953,14 @@ export interface StartMLModelTransformJobInput {
|
|
|
3953
3953
|
* in your DB cluster parameter group or an error will occur.</p>
|
|
3954
3954
|
* @public
|
|
3955
3955
|
*/
|
|
3956
|
-
sagemakerIamRoleArn?: string;
|
|
3956
|
+
sagemakerIamRoleArn?: string | undefined;
|
|
3957
3957
|
/**
|
|
3958
3958
|
* <p>The ARN of an IAM role that provides Neptune access to SageMaker
|
|
3959
3959
|
* and Amazon S3 resources. This must be listed in your DB cluster
|
|
3960
3960
|
* parameter group or an error will occur.</p>
|
|
3961
3961
|
* @public
|
|
3962
3962
|
*/
|
|
3963
|
-
neptuneIamRoleArn?: string;
|
|
3963
|
+
neptuneIamRoleArn?: string | undefined;
|
|
3964
3964
|
/**
|
|
3965
3965
|
* <p>Configuration information for a model transform using a custom model.
|
|
3966
3966
|
* The <code>customModelTransformParameters</code> object contains the following
|
|
@@ -3968,14 +3968,14 @@ export interface StartMLModelTransformJobInput {
|
|
|
3968
3968
|
* the training job:</p>
|
|
3969
3969
|
* @public
|
|
3970
3970
|
*/
|
|
3971
|
-
customModelTransformParameters?: CustomModelTransformParameters;
|
|
3971
|
+
customModelTransformParameters?: CustomModelTransformParameters | undefined;
|
|
3972
3972
|
/**
|
|
3973
3973
|
* <p>The type of ML instance used in preparing and managing training of ML models.
|
|
3974
3974
|
* This is an ML compute instance chosen based on memory requirements for processing
|
|
3975
3975
|
* the training data and model.</p>
|
|
3976
3976
|
* @public
|
|
3977
3977
|
*/
|
|
3978
|
-
baseProcessingInstanceType?: string;
|
|
3978
|
+
baseProcessingInstanceType?: string | undefined;
|
|
3979
3979
|
/**
|
|
3980
3980
|
* <p>The disk volume size of the training instance in gigabytes. The default is 0.
|
|
3981
3981
|
* Both input data and the output model are stored on disk, so the volume size must
|
|
@@ -3983,30 +3983,30 @@ export interface StartMLModelTransformJobInput {
|
|
|
3983
3983
|
* a disk volume size based on the recommendation generated in the data processing step.</p>
|
|
3984
3984
|
* @public
|
|
3985
3985
|
*/
|
|
3986
|
-
baseProcessingInstanceVolumeSizeInGB?: number;
|
|
3986
|
+
baseProcessingInstanceVolumeSizeInGB?: number | undefined;
|
|
3987
3987
|
/**
|
|
3988
3988
|
* <p>The IDs of the subnets in the Neptune VPC. The default is None.</p>
|
|
3989
3989
|
* @public
|
|
3990
3990
|
*/
|
|
3991
|
-
subnets?: string[];
|
|
3991
|
+
subnets?: string[] | undefined;
|
|
3992
3992
|
/**
|
|
3993
3993
|
* <p>The VPC security group IDs. The default is None.</p>
|
|
3994
3994
|
* @public
|
|
3995
3995
|
*/
|
|
3996
|
-
securityGroupIds?: string[];
|
|
3996
|
+
securityGroupIds?: string[] | undefined;
|
|
3997
3997
|
/**
|
|
3998
3998
|
* <p>The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data
|
|
3999
3999
|
* on the storage volume attached to the ML compute instances that run the training job.
|
|
4000
4000
|
* The default is None.</p>
|
|
4001
4001
|
* @public
|
|
4002
4002
|
*/
|
|
4003
|
-
volumeEncryptionKMSKey?: string;
|
|
4003
|
+
volumeEncryptionKMSKey?: string | undefined;
|
|
4004
4004
|
/**
|
|
4005
4005
|
* <p>The Amazon Key Management Service (KMS) key that SageMaker uses to
|
|
4006
4006
|
* encrypt the output of the processing job. The default is none.</p>
|
|
4007
4007
|
* @public
|
|
4008
4008
|
*/
|
|
4009
|
-
s3OutputEncryptionKMSKey?: string;
|
|
4009
|
+
s3OutputEncryptionKMSKey?: string | undefined;
|
|
4010
4010
|
}
|
|
4011
4011
|
/**
|
|
4012
4012
|
* @public
|
|
@@ -4016,15 +4016,15 @@ export interface StartMLModelTransformJobOutput {
|
|
|
4016
4016
|
* <p>The unique ID of the new model transform job.</p>
|
|
4017
4017
|
* @public
|
|
4018
4018
|
*/
|
|
4019
|
-
id?: string;
|
|
4019
|
+
id?: string | undefined;
|
|
4020
4020
|
/**
|
|
4021
4021
|
* <p>The ARN of the model transform job.</p>
|
|
4022
4022
|
* @public
|
|
4023
4023
|
*/
|
|
4024
|
-
arn?: string;
|
|
4024
|
+
arn?: string | undefined;
|
|
4025
4025
|
/**
|
|
4026
4026
|
* <p>The creation time of the model transform job, in milliseconds.</p>
|
|
4027
4027
|
* @public
|
|
4028
4028
|
*/
|
|
4029
|
-
creationTimeInMillis?: number;
|
|
4029
|
+
creationTimeInMillis?: number | undefined;
|
|
4030
4030
|
}
|