clarifai-web-grpc 4.2.0 → 5.1.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/.github/workflows/codeql-analysis.yml +72 -0
- package/CHANGELOG.md +3 -2
- package/README.md +15 -18
- package/VERSION +1 -1
- package/dist/cjs/proto/clarifai/api/resources_pb.js +6502 -822
- package/dist/cjs/proto/clarifai/api/service_grpc_web_pb.js +1324 -106
- package/dist/cjs/proto/clarifai/api/service_pb.js +8771 -326
- package/dist/cjs/proto/clarifai/api/status/status_code_pb.js +21 -15
- package/dist/cjs/proto/clarifai/api/status/status_pb.js +6 -15
- package/dist/cjs/proto/clarifai/api/utils/extensions_pb.js +6 -15
- package/dist/cjs/proto/clarifai/api/utils/matrix_pb.js +6 -15
- package/dist/cjs/proto/clarifai/api/utils/test_proto_pb.js +6 -15
- package/dist/cjs/proto/clarifai/auth/scope/scope_pb.js +16 -16
- package/dist/cjs/proto/clarifai/auth/types/types_pb.js +6 -15
- package/dist/cjs/proto/clarifai/auth/util/extension_pb.js +6 -15
- package/dist/esm/proto/clarifai/api/resources_pb.js +6502 -822
- package/dist/esm/proto/clarifai/api/service_grpc_web_pb.js +1324 -106
- package/dist/esm/proto/clarifai/api/service_pb.js +8771 -326
- package/dist/esm/proto/clarifai/api/status/status_code_pb.js +21 -15
- package/dist/esm/proto/clarifai/api/status/status_pb.js +6 -15
- package/dist/esm/proto/clarifai/api/utils/extensions_pb.js +6 -15
- package/dist/esm/proto/clarifai/api/utils/matrix_pb.js +6 -15
- package/dist/esm/proto/clarifai/api/utils/test_proto_pb.js +6 -15
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +16 -16
- package/dist/esm/proto/clarifai/auth/types/types_pb.js +6 -15
- package/dist/esm/proto/clarifai/auth/util/extension_pb.js +6 -15
- package/package.json +2 -2
- package/package.json-E +1 -1
- package/proto/clarifai/api/resources_pb.d.ts +886 -14
- package/proto/clarifai/api/resources_pb.js +8083 -959
- package/proto/clarifai/api/service_grpc_web_pb.d.ts +360 -12
- package/proto/clarifai/api/service_grpc_web_pb.js +1915 -146
- package/proto/clarifai/api/service_pb.d.ts +1305 -99
- package/proto/clarifai/api/service_pb.js +10750 -349
- package/proto/clarifai/api/status/status_code_pb.d.ts +15 -0
- package/proto/clarifai/api/status/status_code_pb.js +22 -7
- package/proto/clarifai/api/status/status_pb.js +7 -7
- package/proto/clarifai/api/utils/extensions_pb.js +7 -7
- package/proto/clarifai/api/utils/matrix_pb.js +7 -7
- package/proto/clarifai/api/utils/test_proto_pb.js +7 -7
- package/proto/clarifai/auth/scope/scope_pb.d.ts +9 -0
- package/proto/clarifai/auth/scope/scope_pb.js +17 -8
- package/proto/clarifai/auth/types/types_pb.js +7 -7
- package/proto/clarifai/auth/util/extension_pb.js +7 -7
- package/LICENCE +0 -13
|
@@ -148,6 +148,11 @@ export class App extends jspb.Message {
|
|
|
148
148
|
getNotes(): string;
|
|
149
149
|
setNotes(value: string): App;
|
|
150
150
|
|
|
151
|
+
getImage(): Image | undefined;
|
|
152
|
+
setImage(value?: Image): App;
|
|
153
|
+
hasImage(): boolean;
|
|
154
|
+
clearImage(): App;
|
|
155
|
+
|
|
151
156
|
serializeBinary(): Uint8Array;
|
|
152
157
|
toObject(includeInstance?: boolean): App.AsObject;
|
|
153
158
|
static toObject(includeInstance: boolean, msg: App): App.AsObject;
|
|
@@ -174,6 +179,7 @@ export namespace App {
|
|
|
174
179
|
isStarred: boolean,
|
|
175
180
|
starCount: number,
|
|
176
181
|
notes: string,
|
|
182
|
+
image?: Image.AsObject,
|
|
177
183
|
}
|
|
178
184
|
}
|
|
179
185
|
|
|
@@ -574,6 +580,11 @@ export class Concept extends jspb.Message {
|
|
|
574
580
|
getUserId(): string;
|
|
575
581
|
setUserId(value: string): Concept;
|
|
576
582
|
|
|
583
|
+
getKeypointInfo(): KeypointInfo | undefined;
|
|
584
|
+
setKeypointInfo(value?: KeypointInfo): Concept;
|
|
585
|
+
hasKeypointInfo(): boolean;
|
|
586
|
+
clearKeypointInfo(): Concept;
|
|
587
|
+
|
|
577
588
|
serializeBinary(): Uint8Array;
|
|
578
589
|
toObject(includeInstance?: boolean): Concept.AsObject;
|
|
579
590
|
static toObject(includeInstance: boolean, msg: Concept): Concept.AsObject;
|
|
@@ -594,6 +605,55 @@ export namespace Concept {
|
|
|
594
605
|
vocabId: string,
|
|
595
606
|
visibility?: Visibility.AsObject,
|
|
596
607
|
userId: string,
|
|
608
|
+
keypointInfo?: KeypointInfo.AsObject,
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export class KeypointInfo extends jspb.Message {
|
|
613
|
+
getKeypointNamesList(): Array<string>;
|
|
614
|
+
setKeypointNamesList(value: Array<string>): KeypointInfo;
|
|
615
|
+
clearKeypointNamesList(): KeypointInfo;
|
|
616
|
+
addKeypointNames(value: string, index?: number): KeypointInfo;
|
|
617
|
+
|
|
618
|
+
getSkeletonList(): Array<KeypointEdge>;
|
|
619
|
+
setSkeletonList(value: Array<KeypointEdge>): KeypointInfo;
|
|
620
|
+
clearSkeletonList(): KeypointInfo;
|
|
621
|
+
addSkeleton(value?: KeypointEdge, index?: number): KeypointEdge;
|
|
622
|
+
|
|
623
|
+
serializeBinary(): Uint8Array;
|
|
624
|
+
toObject(includeInstance?: boolean): KeypointInfo.AsObject;
|
|
625
|
+
static toObject(includeInstance: boolean, msg: KeypointInfo): KeypointInfo.AsObject;
|
|
626
|
+
static serializeBinaryToWriter(message: KeypointInfo, writer: jspb.BinaryWriter): void;
|
|
627
|
+
static deserializeBinary(bytes: Uint8Array): KeypointInfo;
|
|
628
|
+
static deserializeBinaryFromReader(message: KeypointInfo, reader: jspb.BinaryReader): KeypointInfo;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
export namespace KeypointInfo {
|
|
632
|
+
export type AsObject = {
|
|
633
|
+
keypointNamesList: Array<string>,
|
|
634
|
+
skeletonList: Array<KeypointEdge.AsObject>,
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
export class KeypointEdge extends jspb.Message {
|
|
639
|
+
getK1(): number;
|
|
640
|
+
setK1(value: number): KeypointEdge;
|
|
641
|
+
|
|
642
|
+
getK2(): number;
|
|
643
|
+
setK2(value: number): KeypointEdge;
|
|
644
|
+
|
|
645
|
+
serializeBinary(): Uint8Array;
|
|
646
|
+
toObject(includeInstance?: boolean): KeypointEdge.AsObject;
|
|
647
|
+
static toObject(includeInstance: boolean, msg: KeypointEdge): KeypointEdge.AsObject;
|
|
648
|
+
static serializeBinaryToWriter(message: KeypointEdge, writer: jspb.BinaryWriter): void;
|
|
649
|
+
static deserializeBinary(bytes: Uint8Array): KeypointEdge;
|
|
650
|
+
static deserializeBinaryFromReader(message: KeypointEdge, reader: jspb.BinaryReader): KeypointEdge;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
export namespace KeypointEdge {
|
|
654
|
+
export type AsObject = {
|
|
655
|
+
k1: number,
|
|
656
|
+
k2: number,
|
|
597
657
|
}
|
|
598
658
|
}
|
|
599
659
|
|
|
@@ -1024,6 +1084,11 @@ export class RegionInfo extends jspb.Message {
|
|
|
1024
1084
|
hasToken(): boolean;
|
|
1025
1085
|
clearToken(): RegionInfo;
|
|
1026
1086
|
|
|
1087
|
+
getKeypointLocationsList(): Array<Point>;
|
|
1088
|
+
setKeypointLocationsList(value: Array<Point>): RegionInfo;
|
|
1089
|
+
clearKeypointLocationsList(): RegionInfo;
|
|
1090
|
+
addKeypointLocations(value?: Point, index?: number): Point;
|
|
1091
|
+
|
|
1027
1092
|
serializeBinary(): Uint8Array;
|
|
1028
1093
|
toObject(includeInstance?: boolean): RegionInfo.AsObject;
|
|
1029
1094
|
static toObject(includeInstance: boolean, msg: RegionInfo): RegionInfo.AsObject;
|
|
@@ -1040,6 +1105,7 @@ export namespace RegionInfo {
|
|
|
1040
1105
|
point?: Point.AsObject,
|
|
1041
1106
|
span?: Span.AsObject,
|
|
1042
1107
|
token?: Token.AsObject,
|
|
1108
|
+
keypointLocationsList: Array<Point.AsObject>,
|
|
1043
1109
|
}
|
|
1044
1110
|
}
|
|
1045
1111
|
|
|
@@ -1175,6 +1241,9 @@ export class Point extends jspb.Message {
|
|
|
1175
1241
|
getZ(): number;
|
|
1176
1242
|
setZ(value: number): Point;
|
|
1177
1243
|
|
|
1244
|
+
getVisibility(): Point.Visibility;
|
|
1245
|
+
setVisibility(value: Point.Visibility): Point;
|
|
1246
|
+
|
|
1178
1247
|
serializeBinary(): Uint8Array;
|
|
1179
1248
|
toObject(includeInstance?: boolean): Point.AsObject;
|
|
1180
1249
|
static toObject(includeInstance: boolean, msg: Point): Point.AsObject;
|
|
@@ -1188,6 +1257,14 @@ export namespace Point {
|
|
|
1188
1257
|
row: number,
|
|
1189
1258
|
col: number,
|
|
1190
1259
|
z: number,
|
|
1260
|
+
visibility: Point.Visibility,
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
export enum Visibility {
|
|
1264
|
+
NOT_SET = 0,
|
|
1265
|
+
VISIBLE = 1,
|
|
1266
|
+
NOT_VISIBLE = 2,
|
|
1267
|
+
NOT_PRESENT = 3,
|
|
1191
1268
|
}
|
|
1192
1269
|
}
|
|
1193
1270
|
|
|
@@ -1727,6 +1804,11 @@ export class DatasetVersion extends jspb.Message {
|
|
|
1727
1804
|
hasAnnotationFilterConfig(): boolean;
|
|
1728
1805
|
clearAnnotationFilterConfig(): DatasetVersion;
|
|
1729
1806
|
|
|
1807
|
+
getModelPredictConfig(): ModelPredictConfig | undefined;
|
|
1808
|
+
setModelPredictConfig(value?: ModelPredictConfig): DatasetVersion;
|
|
1809
|
+
hasModelPredictConfig(): boolean;
|
|
1810
|
+
clearModelPredictConfig(): DatasetVersion;
|
|
1811
|
+
|
|
1730
1812
|
getStatus(): proto_clarifai_api_status_status_pb.Status | undefined;
|
|
1731
1813
|
setStatus(value?: proto_clarifai_api_status_status_pb.Status): DatasetVersion;
|
|
1732
1814
|
hasStatus(): boolean;
|
|
@@ -1738,6 +1820,11 @@ export class DatasetVersion extends jspb.Message {
|
|
|
1738
1820
|
getMetricsMap(): jspb.Map<string, DatasetVersionMetrics>;
|
|
1739
1821
|
clearMetricsMap(): DatasetVersion;
|
|
1740
1822
|
|
|
1823
|
+
getExportInfo(): DatasetVersionExportInfo | undefined;
|
|
1824
|
+
setExportInfo(value?: DatasetVersionExportInfo): DatasetVersion;
|
|
1825
|
+
hasExportInfo(): boolean;
|
|
1826
|
+
clearExportInfo(): DatasetVersion;
|
|
1827
|
+
|
|
1741
1828
|
getMetadata(): google_protobuf_struct_pb.Struct | undefined;
|
|
1742
1829
|
setMetadata(value?: google_protobuf_struct_pb.Struct): DatasetVersion;
|
|
1743
1830
|
hasMetadata(): boolean;
|
|
@@ -1772,9 +1859,11 @@ export namespace DatasetVersion {
|
|
|
1772
1859
|
userId: string,
|
|
1773
1860
|
datasetId: string,
|
|
1774
1861
|
annotationFilterConfig?: AnnotationFilterConfig.AsObject,
|
|
1862
|
+
modelPredictConfig?: ModelPredictConfig.AsObject,
|
|
1775
1863
|
status?: proto_clarifai_api_status_status_pb.Status.AsObject,
|
|
1776
1864
|
description: string,
|
|
1777
1865
|
metricsMap: Array<[string, DatasetVersionMetrics.AsObject]>,
|
|
1866
|
+
exportInfo?: DatasetVersionExportInfo.AsObject,
|
|
1778
1867
|
metadata?: google_protobuf_struct_pb.Struct.AsObject,
|
|
1779
1868
|
visibility?: Visibility.AsObject,
|
|
1780
1869
|
embedModelVersionIdsList: Array<string>,
|
|
@@ -1783,6 +1872,7 @@ export namespace DatasetVersion {
|
|
|
1783
1872
|
export enum DataConfigCase {
|
|
1784
1873
|
DATA_CONFIG_NOT_SET = 0,
|
|
1785
1874
|
ANNOTATION_FILTER_CONFIG = 15,
|
|
1875
|
+
MODEL_PREDICT_CONFIG = 18,
|
|
1786
1876
|
}
|
|
1787
1877
|
}
|
|
1788
1878
|
|
|
@@ -1806,6 +1896,26 @@ export namespace AnnotationFilterConfig {
|
|
|
1806
1896
|
}
|
|
1807
1897
|
}
|
|
1808
1898
|
|
|
1899
|
+
export class ModelPredictConfig extends jspb.Message {
|
|
1900
|
+
getModel(): Model | undefined;
|
|
1901
|
+
setModel(value?: Model): ModelPredictConfig;
|
|
1902
|
+
hasModel(): boolean;
|
|
1903
|
+
clearModel(): ModelPredictConfig;
|
|
1904
|
+
|
|
1905
|
+
serializeBinary(): Uint8Array;
|
|
1906
|
+
toObject(includeInstance?: boolean): ModelPredictConfig.AsObject;
|
|
1907
|
+
static toObject(includeInstance: boolean, msg: ModelPredictConfig): ModelPredictConfig.AsObject;
|
|
1908
|
+
static serializeBinaryToWriter(message: ModelPredictConfig, writer: jspb.BinaryWriter): void;
|
|
1909
|
+
static deserializeBinary(bytes: Uint8Array): ModelPredictConfig;
|
|
1910
|
+
static deserializeBinaryFromReader(message: ModelPredictConfig, reader: jspb.BinaryReader): ModelPredictConfig;
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1913
|
+
export namespace ModelPredictConfig {
|
|
1914
|
+
export type AsObject = {
|
|
1915
|
+
model?: Model.AsObject,
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1809
1919
|
export class DatasetVersionMetrics extends jspb.Message {
|
|
1810
1920
|
getInputsCount(): google_protobuf_wrappers_pb.UInt64Value | undefined;
|
|
1811
1921
|
setInputsCount(value?: google_protobuf_wrappers_pb.UInt64Value): DatasetVersionMetrics;
|
|
@@ -1962,6 +2072,70 @@ export namespace DatasetVersionMetricsGroup {
|
|
|
1962
2072
|
}
|
|
1963
2073
|
}
|
|
1964
2074
|
|
|
2075
|
+
export class DatasetVersionExportInfo extends jspb.Message {
|
|
2076
|
+
getClarifaiDataProtobuf(): DatasetVersionExport | undefined;
|
|
2077
|
+
setClarifaiDataProtobuf(value?: DatasetVersionExport): DatasetVersionExportInfo;
|
|
2078
|
+
hasClarifaiDataProtobuf(): boolean;
|
|
2079
|
+
clearClarifaiDataProtobuf(): DatasetVersionExportInfo;
|
|
2080
|
+
|
|
2081
|
+
getClarifaiDataJson(): DatasetVersionExport | undefined;
|
|
2082
|
+
setClarifaiDataJson(value?: DatasetVersionExport): DatasetVersionExportInfo;
|
|
2083
|
+
hasClarifaiDataJson(): boolean;
|
|
2084
|
+
clearClarifaiDataJson(): DatasetVersionExportInfo;
|
|
2085
|
+
|
|
2086
|
+
getCoco(): DatasetVersionExport | undefined;
|
|
2087
|
+
setCoco(value?: DatasetVersionExport): DatasetVersionExportInfo;
|
|
2088
|
+
hasCoco(): boolean;
|
|
2089
|
+
clearCoco(): DatasetVersionExportInfo;
|
|
2090
|
+
|
|
2091
|
+
serializeBinary(): Uint8Array;
|
|
2092
|
+
toObject(includeInstance?: boolean): DatasetVersionExportInfo.AsObject;
|
|
2093
|
+
static toObject(includeInstance: boolean, msg: DatasetVersionExportInfo): DatasetVersionExportInfo.AsObject;
|
|
2094
|
+
static serializeBinaryToWriter(message: DatasetVersionExportInfo, writer: jspb.BinaryWriter): void;
|
|
2095
|
+
static deserializeBinary(bytes: Uint8Array): DatasetVersionExportInfo;
|
|
2096
|
+
static deserializeBinaryFromReader(message: DatasetVersionExportInfo, reader: jspb.BinaryReader): DatasetVersionExportInfo;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
export namespace DatasetVersionExportInfo {
|
|
2100
|
+
export type AsObject = {
|
|
2101
|
+
clarifaiDataProtobuf?: DatasetVersionExport.AsObject,
|
|
2102
|
+
clarifaiDataJson?: DatasetVersionExport.AsObject,
|
|
2103
|
+
coco?: DatasetVersionExport.AsObject,
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
export class DatasetVersionExport extends jspb.Message {
|
|
2108
|
+
getFormat(): DatasetVersionExportFormat;
|
|
2109
|
+
setFormat(value: DatasetVersionExportFormat): DatasetVersionExport;
|
|
2110
|
+
|
|
2111
|
+
getStatus(): proto_clarifai_api_status_status_pb.Status | undefined;
|
|
2112
|
+
setStatus(value?: proto_clarifai_api_status_status_pb.Status): DatasetVersionExport;
|
|
2113
|
+
hasStatus(): boolean;
|
|
2114
|
+
clearStatus(): DatasetVersionExport;
|
|
2115
|
+
|
|
2116
|
+
getUrl(): string;
|
|
2117
|
+
setUrl(value: string): DatasetVersionExport;
|
|
2118
|
+
|
|
2119
|
+
getSize(): number;
|
|
2120
|
+
setSize(value: number): DatasetVersionExport;
|
|
2121
|
+
|
|
2122
|
+
serializeBinary(): Uint8Array;
|
|
2123
|
+
toObject(includeInstance?: boolean): DatasetVersionExport.AsObject;
|
|
2124
|
+
static toObject(includeInstance: boolean, msg: DatasetVersionExport): DatasetVersionExport.AsObject;
|
|
2125
|
+
static serializeBinaryToWriter(message: DatasetVersionExport, writer: jspb.BinaryWriter): void;
|
|
2126
|
+
static deserializeBinary(bytes: Uint8Array): DatasetVersionExport;
|
|
2127
|
+
static deserializeBinaryFromReader(message: DatasetVersionExport, reader: jspb.BinaryReader): DatasetVersionExport;
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
export namespace DatasetVersionExport {
|
|
2131
|
+
export type AsObject = {
|
|
2132
|
+
format: DatasetVersionExportFormat,
|
|
2133
|
+
status?: proto_clarifai_api_status_status_pb.Status.AsObject,
|
|
2134
|
+
url: string,
|
|
2135
|
+
size: number,
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
|
|
1965
2139
|
export class WorkflowResultsSimilarity extends jspb.Message {
|
|
1966
2140
|
getProbeInput(): Input | undefined;
|
|
1967
2141
|
setProbeInput(value?: Input): WorkflowResultsSimilarity;
|
|
@@ -2143,6 +2317,16 @@ export class Model extends jspb.Message {
|
|
|
2143
2317
|
clearLanguagesList(): Model;
|
|
2144
2318
|
addLanguages(value: string, index?: number): Model;
|
|
2145
2319
|
|
|
2320
|
+
getLanguagesFullList(): Array<FullTag>;
|
|
2321
|
+
setLanguagesFullList(value: Array<FullTag>): Model;
|
|
2322
|
+
clearLanguagesFullList(): Model;
|
|
2323
|
+
addLanguagesFull(value?: FullTag, index?: number): FullTag;
|
|
2324
|
+
|
|
2325
|
+
getCheckConsentsList(): Array<string>;
|
|
2326
|
+
setCheckConsentsList(value: Array<string>): Model;
|
|
2327
|
+
clearCheckConsentsList(): Model;
|
|
2328
|
+
addCheckConsents(value: string, index?: number): Model;
|
|
2329
|
+
|
|
2146
2330
|
getIsStarred(): boolean;
|
|
2147
2331
|
setIsStarred(value: boolean): Model;
|
|
2148
2332
|
|
|
@@ -2191,6 +2375,8 @@ export namespace Model {
|
|
|
2191
2375
|
toolkitsList: Array<string>,
|
|
2192
2376
|
useCasesList: Array<string>,
|
|
2193
2377
|
languagesList: Array<string>,
|
|
2378
|
+
languagesFullList: Array<FullTag.AsObject>,
|
|
2379
|
+
checkConsentsList: Array<string>,
|
|
2194
2380
|
isStarred: boolean,
|
|
2195
2381
|
starCount: number,
|
|
2196
2382
|
importInfo?: ImportInfo.AsObject,
|
|
@@ -2515,9 +2701,6 @@ export class ModelType extends jspb.Message {
|
|
|
2515
2701
|
getRequiresSequentialFrames(): boolean;
|
|
2516
2702
|
setRequiresSequentialFrames(value: boolean): ModelType;
|
|
2517
2703
|
|
|
2518
|
-
getEvaluable(): boolean;
|
|
2519
|
-
setEvaluable(value: boolean): ModelType;
|
|
2520
|
-
|
|
2521
2704
|
getExpectedInputLayersList(): Array<ModelLayerInfo>;
|
|
2522
2705
|
setExpectedInputLayersList(value: Array<ModelLayerInfo>): ModelType;
|
|
2523
2706
|
clearExpectedInputLayersList(): ModelType;
|
|
@@ -2528,6 +2711,9 @@ export class ModelType extends jspb.Message {
|
|
|
2528
2711
|
clearExpectedOutputLayersList(): ModelType;
|
|
2529
2712
|
addExpectedOutputLayers(value?: ModelLayerInfo, index?: number): ModelLayerInfo;
|
|
2530
2713
|
|
|
2714
|
+
getEvaluationType(): EvaluationType;
|
|
2715
|
+
setEvaluationType(value: EvaluationType): ModelType;
|
|
2716
|
+
|
|
2531
2717
|
serializeBinary(): Uint8Array;
|
|
2532
2718
|
toObject(includeInstance?: boolean): ModelType.AsObject;
|
|
2533
2719
|
static toObject(includeInstance: boolean, msg: ModelType): ModelType.AsObject;
|
|
@@ -2548,9 +2734,9 @@ export namespace ModelType {
|
|
|
2548
2734
|
internalOnly: boolean,
|
|
2549
2735
|
modelTypeFieldsList: Array<ModelTypeField.AsObject>,
|
|
2550
2736
|
requiresSequentialFrames: boolean,
|
|
2551
|
-
evaluable: boolean,
|
|
2552
2737
|
expectedInputLayersList: Array<ModelLayerInfo.AsObject>,
|
|
2553
2738
|
expectedOutputLayersList: Array<ModelLayerInfo.AsObject>,
|
|
2739
|
+
evaluationType: EvaluationType,
|
|
2554
2740
|
}
|
|
2555
2741
|
}
|
|
2556
2742
|
|
|
@@ -2692,6 +2878,7 @@ export namespace ModelTypeField {
|
|
|
2692
2878
|
RECURSIVE_ENUM = 14,
|
|
2693
2879
|
PYTHON_CODE = 15,
|
|
2694
2880
|
DATASET_ID = 16,
|
|
2881
|
+
DATASET_VERSION_ID = 17,
|
|
2695
2882
|
}
|
|
2696
2883
|
}
|
|
2697
2884
|
|
|
@@ -2741,6 +2928,9 @@ export class ModelTypeEnumOption extends jspb.Message {
|
|
|
2741
2928
|
getInternalOnly(): boolean;
|
|
2742
2929
|
setInternalOnly(value: boolean): ModelTypeEnumOption;
|
|
2743
2930
|
|
|
2931
|
+
getRecommended(): boolean;
|
|
2932
|
+
setRecommended(value: boolean): ModelTypeEnumOption;
|
|
2933
|
+
|
|
2744
2934
|
serializeBinary(): Uint8Array;
|
|
2745
2935
|
toObject(includeInstance?: boolean): ModelTypeEnumOption.AsObject;
|
|
2746
2936
|
static toObject(includeInstance: boolean, msg: ModelTypeEnumOption): ModelTypeEnumOption.AsObject;
|
|
@@ -2756,6 +2946,7 @@ export namespace ModelTypeEnumOption {
|
|
|
2756
2946
|
description: string,
|
|
2757
2947
|
modelTypeFieldsList: Array<ModelTypeField.AsObject>,
|
|
2758
2948
|
internalOnly: boolean,
|
|
2949
|
+
recommended: boolean,
|
|
2759
2950
|
}
|
|
2760
2951
|
}
|
|
2761
2952
|
|
|
@@ -2763,6 +2954,9 @@ export class ModelTypeEnumOptionAlias extends jspb.Message {
|
|
|
2763
2954
|
getIdInt(): number;
|
|
2764
2955
|
setIdInt(value: number): ModelTypeEnumOptionAlias;
|
|
2765
2956
|
|
|
2957
|
+
getWildcardString(): string;
|
|
2958
|
+
setWildcardString(value: string): ModelTypeEnumOptionAlias;
|
|
2959
|
+
|
|
2766
2960
|
serializeBinary(): Uint8Array;
|
|
2767
2961
|
toObject(includeInstance?: boolean): ModelTypeEnumOptionAlias.AsObject;
|
|
2768
2962
|
static toObject(includeInstance: boolean, msg: ModelTypeEnumOptionAlias): ModelTypeEnumOptionAlias.AsObject;
|
|
@@ -2774,6 +2968,7 @@ export class ModelTypeEnumOptionAlias extends jspb.Message {
|
|
|
2774
2968
|
export namespace ModelTypeEnumOptionAlias {
|
|
2775
2969
|
export type AsObject = {
|
|
2776
2970
|
idInt: number,
|
|
2971
|
+
wildcardString: string,
|
|
2777
2972
|
}
|
|
2778
2973
|
}
|
|
2779
2974
|
|
|
@@ -2866,6 +3061,26 @@ export class ModelVersion extends jspb.Message {
|
|
|
2866
3061
|
hasDatasetVersion(): boolean;
|
|
2867
3062
|
clearDatasetVersion(): ModelVersion;
|
|
2868
3063
|
|
|
3064
|
+
getOutputInfo(): OutputInfo | undefined;
|
|
3065
|
+
setOutputInfo(value?: OutputInfo): ModelVersion;
|
|
3066
|
+
hasOutputInfo(): boolean;
|
|
3067
|
+
clearOutputInfo(): ModelVersion;
|
|
3068
|
+
|
|
3069
|
+
getInputInfo(): InputInfo | undefined;
|
|
3070
|
+
setInputInfo(value?: InputInfo): ModelVersion;
|
|
3071
|
+
hasInputInfo(): boolean;
|
|
3072
|
+
clearInputInfo(): ModelVersion;
|
|
3073
|
+
|
|
3074
|
+
getTrainInfo(): TrainInfo | undefined;
|
|
3075
|
+
setTrainInfo(value?: TrainInfo): ModelVersion;
|
|
3076
|
+
hasTrainInfo(): boolean;
|
|
3077
|
+
clearTrainInfo(): ModelVersion;
|
|
3078
|
+
|
|
3079
|
+
getImportInfo(): ImportInfo | undefined;
|
|
3080
|
+
setImportInfo(value?: ImportInfo): ModelVersion;
|
|
3081
|
+
hasImportInfo(): boolean;
|
|
3082
|
+
clearImportInfo(): ModelVersion;
|
|
3083
|
+
|
|
2869
3084
|
serializeBinary(): Uint8Array;
|
|
2870
3085
|
toObject(includeInstance?: boolean): ModelVersion.AsObject;
|
|
2871
3086
|
static toObject(includeInstance: boolean, msg: ModelVersion): ModelVersion.AsObject;
|
|
@@ -2892,6 +3107,10 @@ export namespace ModelVersion {
|
|
|
2892
3107
|
metadata?: google_protobuf_struct_pb.Struct.AsObject,
|
|
2893
3108
|
license: string,
|
|
2894
3109
|
datasetVersion?: DatasetVersion.AsObject,
|
|
3110
|
+
outputInfo?: OutputInfo.AsObject,
|
|
3111
|
+
inputInfo?: InputInfo.AsObject,
|
|
3112
|
+
trainInfo?: TrainInfo.AsObject,
|
|
3113
|
+
importInfo?: ImportInfo.AsObject,
|
|
2895
3114
|
}
|
|
2896
3115
|
}
|
|
2897
3116
|
|
|
@@ -4090,6 +4309,11 @@ export class User extends jspb.Message {
|
|
|
4090
4309
|
hasDateMarketingConsent(): boolean;
|
|
4091
4310
|
clearDateMarketingConsent(): User;
|
|
4092
4311
|
|
|
4312
|
+
getDatePiiConsent(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
4313
|
+
setDatePiiConsent(value?: google_protobuf_timestamp_pb.Timestamp): User;
|
|
4314
|
+
hasDatePiiConsent(): boolean;
|
|
4315
|
+
clearDatePiiConsent(): User;
|
|
4316
|
+
|
|
4093
4317
|
getMetadata(): google_protobuf_struct_pb.Struct | undefined;
|
|
4094
4318
|
setMetadata(value?: google_protobuf_struct_pb.Struct): User;
|
|
4095
4319
|
hasMetadata(): boolean;
|
|
@@ -4100,9 +4324,6 @@ export class User extends jspb.Message {
|
|
|
4100
4324
|
clearEmailAddressesList(): User;
|
|
4101
4325
|
addEmailAddresses(value?: EmailAddress, index?: number): EmailAddress;
|
|
4102
4326
|
|
|
4103
|
-
getIsOrgAdmin(): boolean;
|
|
4104
|
-
setIsOrgAdmin(value: boolean): User;
|
|
4105
|
-
|
|
4106
4327
|
getTwoFactorAuthEnabled(): boolean;
|
|
4107
4328
|
setTwoFactorAuthEnabled(value: boolean): User;
|
|
4108
4329
|
|
|
@@ -4147,9 +4368,9 @@ export namespace User {
|
|
|
4147
4368
|
dateGdprConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4148
4369
|
dateTosConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4149
4370
|
dateMarketingConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4371
|
+
datePiiConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4150
4372
|
metadata?: google_protobuf_struct_pb.Struct.AsObject,
|
|
4151
4373
|
emailAddressesList: Array<EmailAddress.AsObject>,
|
|
4152
|
-
isOrgAdmin: boolean,
|
|
4153
4374
|
twoFactorAuthEnabled: boolean,
|
|
4154
4375
|
teamsCount: number,
|
|
4155
4376
|
isStarred: boolean,
|
|
@@ -4181,6 +4402,11 @@ export class UserDetail extends jspb.Message {
|
|
|
4181
4402
|
hasDateMarketingConsent(): boolean;
|
|
4182
4403
|
clearDateMarketingConsent(): UserDetail;
|
|
4183
4404
|
|
|
4405
|
+
getDatePiiConsent(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
4406
|
+
setDatePiiConsent(value?: google_protobuf_timestamp_pb.Timestamp): UserDetail;
|
|
4407
|
+
hasDatePiiConsent(): boolean;
|
|
4408
|
+
clearDatePiiConsent(): UserDetail;
|
|
4409
|
+
|
|
4184
4410
|
getMetadata(): google_protobuf_struct_pb.Struct | undefined;
|
|
4185
4411
|
setMetadata(value?: google_protobuf_struct_pb.Struct): UserDetail;
|
|
4186
4412
|
hasMetadata(): boolean;
|
|
@@ -4191,9 +4417,6 @@ export class UserDetail extends jspb.Message {
|
|
|
4191
4417
|
clearEmailAddressesList(): UserDetail;
|
|
4192
4418
|
addEmailAddresses(value?: EmailAddress, index?: number): EmailAddress;
|
|
4193
4419
|
|
|
4194
|
-
getIsOrgAdmin(): boolean;
|
|
4195
|
-
setIsOrgAdmin(value: boolean): UserDetail;
|
|
4196
|
-
|
|
4197
4420
|
getTwoFactorAuthEnabled(): boolean;
|
|
4198
4421
|
setTwoFactorAuthEnabled(value: boolean): UserDetail;
|
|
4199
4422
|
|
|
@@ -4221,9 +4444,9 @@ export namespace UserDetail {
|
|
|
4221
4444
|
dateGdprConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4222
4445
|
dateTosConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4223
4446
|
dateMarketingConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4447
|
+
datePiiConsent?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
4224
4448
|
metadata?: google_protobuf_struct_pb.Struct.AsObject,
|
|
4225
4449
|
emailAddressesList: Array<EmailAddress.AsObject>,
|
|
4226
|
-
isOrgAdmin: boolean,
|
|
4227
4450
|
twoFactorAuthEnabled: boolean,
|
|
4228
4451
|
teamsCount: number,
|
|
4229
4452
|
country: string,
|
|
@@ -4488,6 +4711,11 @@ export class Workflow extends jspb.Message {
|
|
|
4488
4711
|
clearUseCasesList(): Workflow;
|
|
4489
4712
|
addUseCases(value: string, index?: number): Workflow;
|
|
4490
4713
|
|
|
4714
|
+
getCheckConsentsList(): Array<string>;
|
|
4715
|
+
setCheckConsentsList(value: Array<string>): Workflow;
|
|
4716
|
+
clearCheckConsentsList(): Workflow;
|
|
4717
|
+
addCheckConsents(value: string, index?: number): Workflow;
|
|
4718
|
+
|
|
4491
4719
|
serializeBinary(): Uint8Array;
|
|
4492
4720
|
toObject(includeInstance?: boolean): Workflow.AsObject;
|
|
4493
4721
|
static toObject(includeInstance: boolean, msg: Workflow): Workflow.AsObject;
|
|
@@ -4512,6 +4740,7 @@ export namespace Workflow {
|
|
|
4512
4740
|
description: string,
|
|
4513
4741
|
notes: string,
|
|
4514
4742
|
useCasesList: Array<string>,
|
|
4743
|
+
checkConsentsList: Array<string>,
|
|
4515
4744
|
}
|
|
4516
4745
|
}
|
|
4517
4746
|
|
|
@@ -4959,6 +5188,9 @@ export class Task extends jspb.Message {
|
|
|
4959
5188
|
getUserId(): string;
|
|
4960
5189
|
setUserId(value: string): Task;
|
|
4961
5190
|
|
|
5191
|
+
getLabelOrderId(): string;
|
|
5192
|
+
setLabelOrderId(value: string): Task;
|
|
5193
|
+
|
|
4962
5194
|
serializeBinary(): Uint8Array;
|
|
4963
5195
|
toObject(includeInstance?: boolean): Task.AsObject;
|
|
4964
5196
|
static toObject(includeInstance: boolean, msg: Task): Task.AsObject;
|
|
@@ -4986,6 +5218,7 @@ export namespace Task {
|
|
|
4986
5218
|
visibility?: Visibility.AsObject,
|
|
4987
5219
|
appId: string,
|
|
4988
5220
|
userId: string,
|
|
5221
|
+
labelOrderId: string,
|
|
4989
5222
|
}
|
|
4990
5223
|
|
|
4991
5224
|
export enum TaskType {
|
|
@@ -5624,6 +5857,28 @@ export namespace TrendingMetric {
|
|
|
5624
5857
|
}
|
|
5625
5858
|
}
|
|
5626
5859
|
|
|
5860
|
+
export class FullTag extends jspb.Message {
|
|
5861
|
+
getName(): string;
|
|
5862
|
+
setName(value: string): FullTag;
|
|
5863
|
+
|
|
5864
|
+
getId(): string;
|
|
5865
|
+
setId(value: string): FullTag;
|
|
5866
|
+
|
|
5867
|
+
serializeBinary(): Uint8Array;
|
|
5868
|
+
toObject(includeInstance?: boolean): FullTag.AsObject;
|
|
5869
|
+
static toObject(includeInstance: boolean, msg: FullTag): FullTag.AsObject;
|
|
5870
|
+
static serializeBinaryToWriter(message: FullTag, writer: jspb.BinaryWriter): void;
|
|
5871
|
+
static deserializeBinary(bytes: Uint8Array): FullTag;
|
|
5872
|
+
static deserializeBinaryFromReader(message: FullTag, reader: jspb.BinaryReader): FullTag;
|
|
5873
|
+
}
|
|
5874
|
+
|
|
5875
|
+
export namespace FullTag {
|
|
5876
|
+
export type AsObject = {
|
|
5877
|
+
name: string,
|
|
5878
|
+
id: string,
|
|
5879
|
+
}
|
|
5880
|
+
}
|
|
5881
|
+
|
|
5627
5882
|
export class TimeSegment extends jspb.Message {
|
|
5628
5883
|
getId(): string;
|
|
5629
5884
|
setId(value: string): TimeSegment;
|
|
@@ -5680,6 +5935,252 @@ export namespace TimeInfo {
|
|
|
5680
5935
|
}
|
|
5681
5936
|
}
|
|
5682
5937
|
|
|
5938
|
+
export class Module extends jspb.Message {
|
|
5939
|
+
getId(): string;
|
|
5940
|
+
setId(value: string): Module;
|
|
5941
|
+
|
|
5942
|
+
getDescription(): string;
|
|
5943
|
+
setDescription(value: string): Module;
|
|
5944
|
+
|
|
5945
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
5946
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): Module;
|
|
5947
|
+
hasCreatedAt(): boolean;
|
|
5948
|
+
clearCreatedAt(): Module;
|
|
5949
|
+
|
|
5950
|
+
getModifiedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
5951
|
+
setModifiedAt(value?: google_protobuf_timestamp_pb.Timestamp): Module;
|
|
5952
|
+
hasModifiedAt(): boolean;
|
|
5953
|
+
clearModifiedAt(): Module;
|
|
5954
|
+
|
|
5955
|
+
getVisibility(): Visibility | undefined;
|
|
5956
|
+
setVisibility(value?: Visibility): Module;
|
|
5957
|
+
hasVisibility(): boolean;
|
|
5958
|
+
clearVisibility(): Module;
|
|
5959
|
+
|
|
5960
|
+
getMetadata(): google_protobuf_struct_pb.Struct | undefined;
|
|
5961
|
+
setMetadata(value?: google_protobuf_struct_pb.Struct): Module;
|
|
5962
|
+
hasMetadata(): boolean;
|
|
5963
|
+
clearMetadata(): Module;
|
|
5964
|
+
|
|
5965
|
+
getUserId(): string;
|
|
5966
|
+
setUserId(value: string): Module;
|
|
5967
|
+
|
|
5968
|
+
getAppId(): string;
|
|
5969
|
+
setAppId(value: string): Module;
|
|
5970
|
+
|
|
5971
|
+
getModuleVersion(): ModuleVersion | undefined;
|
|
5972
|
+
setModuleVersion(value?: ModuleVersion): Module;
|
|
5973
|
+
hasModuleVersion(): boolean;
|
|
5974
|
+
clearModuleVersion(): Module;
|
|
5975
|
+
|
|
5976
|
+
serializeBinary(): Uint8Array;
|
|
5977
|
+
toObject(includeInstance?: boolean): Module.AsObject;
|
|
5978
|
+
static toObject(includeInstance: boolean, msg: Module): Module.AsObject;
|
|
5979
|
+
static serializeBinaryToWriter(message: Module, writer: jspb.BinaryWriter): void;
|
|
5980
|
+
static deserializeBinary(bytes: Uint8Array): Module;
|
|
5981
|
+
static deserializeBinaryFromReader(message: Module, reader: jspb.BinaryReader): Module;
|
|
5982
|
+
}
|
|
5983
|
+
|
|
5984
|
+
export namespace Module {
|
|
5985
|
+
export type AsObject = {
|
|
5986
|
+
id: string,
|
|
5987
|
+
description: string,
|
|
5988
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
5989
|
+
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
5990
|
+
visibility?: Visibility.AsObject,
|
|
5991
|
+
metadata?: google_protobuf_struct_pb.Struct.AsObject,
|
|
5992
|
+
userId: string,
|
|
5993
|
+
appId: string,
|
|
5994
|
+
moduleVersion?: ModuleVersion.AsObject,
|
|
5995
|
+
}
|
|
5996
|
+
}
|
|
5997
|
+
|
|
5998
|
+
export class ModuleVersion extends jspb.Message {
|
|
5999
|
+
getId(): string;
|
|
6000
|
+
setId(value: string): ModuleVersion;
|
|
6001
|
+
|
|
6002
|
+
getModuleId(): string;
|
|
6003
|
+
setModuleId(value: string): ModuleVersion;
|
|
6004
|
+
|
|
6005
|
+
getAppId(): string;
|
|
6006
|
+
setAppId(value: string): ModuleVersion;
|
|
6007
|
+
|
|
6008
|
+
getUserId(): string;
|
|
6009
|
+
setUserId(value: string): ModuleVersion;
|
|
6010
|
+
|
|
6011
|
+
getDescription(): string;
|
|
6012
|
+
setDescription(value: string): ModuleVersion;
|
|
6013
|
+
|
|
6014
|
+
getNotes(): string;
|
|
6015
|
+
setNotes(value: string): ModuleVersion;
|
|
6016
|
+
|
|
6017
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6018
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): ModuleVersion;
|
|
6019
|
+
hasCreatedAt(): boolean;
|
|
6020
|
+
clearCreatedAt(): ModuleVersion;
|
|
6021
|
+
|
|
6022
|
+
getModifiedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6023
|
+
setModifiedAt(value?: google_protobuf_timestamp_pb.Timestamp): ModuleVersion;
|
|
6024
|
+
hasModifiedAt(): boolean;
|
|
6025
|
+
clearModifiedAt(): ModuleVersion;
|
|
6026
|
+
|
|
6027
|
+
getGitCommitUrl(): string;
|
|
6028
|
+
setGitCommitUrl(value: string): ModuleVersion;
|
|
6029
|
+
|
|
6030
|
+
getModuleNav(): ModuleVersion.ModuleNav | undefined;
|
|
6031
|
+
setModuleNav(value?: ModuleVersion.ModuleNav): ModuleVersion;
|
|
6032
|
+
hasModuleNav(): boolean;
|
|
6033
|
+
clearModuleNav(): ModuleVersion;
|
|
6034
|
+
|
|
6035
|
+
getApproved(): boolean;
|
|
6036
|
+
setApproved(value: boolean): ModuleVersion;
|
|
6037
|
+
|
|
6038
|
+
getVisibility(): Visibility | undefined;
|
|
6039
|
+
setVisibility(value?: Visibility): ModuleVersion;
|
|
6040
|
+
hasVisibility(): boolean;
|
|
6041
|
+
clearVisibility(): ModuleVersion;
|
|
6042
|
+
|
|
6043
|
+
getMetadata(): google_protobuf_struct_pb.Struct | undefined;
|
|
6044
|
+
setMetadata(value?: google_protobuf_struct_pb.Struct): ModuleVersion;
|
|
6045
|
+
hasMetadata(): boolean;
|
|
6046
|
+
clearMetadata(): ModuleVersion;
|
|
6047
|
+
|
|
6048
|
+
serializeBinary(): Uint8Array;
|
|
6049
|
+
toObject(includeInstance?: boolean): ModuleVersion.AsObject;
|
|
6050
|
+
static toObject(includeInstance: boolean, msg: ModuleVersion): ModuleVersion.AsObject;
|
|
6051
|
+
static serializeBinaryToWriter(message: ModuleVersion, writer: jspb.BinaryWriter): void;
|
|
6052
|
+
static deserializeBinary(bytes: Uint8Array): ModuleVersion;
|
|
6053
|
+
static deserializeBinaryFromReader(message: ModuleVersion, reader: jspb.BinaryReader): ModuleVersion;
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
export namespace ModuleVersion {
|
|
6057
|
+
export type AsObject = {
|
|
6058
|
+
id: string,
|
|
6059
|
+
moduleId: string,
|
|
6060
|
+
appId: string,
|
|
6061
|
+
userId: string,
|
|
6062
|
+
description: string,
|
|
6063
|
+
notes: string,
|
|
6064
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6065
|
+
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6066
|
+
gitCommitUrl: string,
|
|
6067
|
+
moduleNav?: ModuleVersion.ModuleNav.AsObject,
|
|
6068
|
+
approved: boolean,
|
|
6069
|
+
visibility?: Visibility.AsObject,
|
|
6070
|
+
metadata?: google_protobuf_struct_pb.Struct.AsObject,
|
|
6071
|
+
}
|
|
6072
|
+
|
|
6073
|
+
export class ModuleSubNav extends jspb.Message {
|
|
6074
|
+
getTitle(): string;
|
|
6075
|
+
setTitle(value: string): ModuleSubNav;
|
|
6076
|
+
|
|
6077
|
+
getQueryKey(): string;
|
|
6078
|
+
setQueryKey(value: string): ModuleSubNav;
|
|
6079
|
+
|
|
6080
|
+
getQueryValue(): string;
|
|
6081
|
+
setQueryValue(value: string): ModuleSubNav;
|
|
6082
|
+
|
|
6083
|
+
serializeBinary(): Uint8Array;
|
|
6084
|
+
toObject(includeInstance?: boolean): ModuleSubNav.AsObject;
|
|
6085
|
+
static toObject(includeInstance: boolean, msg: ModuleSubNav): ModuleSubNav.AsObject;
|
|
6086
|
+
static serializeBinaryToWriter(message: ModuleSubNav, writer: jspb.BinaryWriter): void;
|
|
6087
|
+
static deserializeBinary(bytes: Uint8Array): ModuleSubNav;
|
|
6088
|
+
static deserializeBinaryFromReader(message: ModuleSubNav, reader: jspb.BinaryReader): ModuleSubNav;
|
|
6089
|
+
}
|
|
6090
|
+
|
|
6091
|
+
export namespace ModuleSubNav {
|
|
6092
|
+
export type AsObject = {
|
|
6093
|
+
title: string,
|
|
6094
|
+
queryKey: string,
|
|
6095
|
+
queryValue: string,
|
|
6096
|
+
}
|
|
6097
|
+
}
|
|
6098
|
+
|
|
6099
|
+
|
|
6100
|
+
export class ModuleNav extends jspb.Message {
|
|
6101
|
+
getTitle(): string;
|
|
6102
|
+
setTitle(value: string): ModuleNav;
|
|
6103
|
+
|
|
6104
|
+
getModuleSubNavsList(): Array<ModuleVersion.ModuleSubNav>;
|
|
6105
|
+
setModuleSubNavsList(value: Array<ModuleVersion.ModuleSubNav>): ModuleNav;
|
|
6106
|
+
clearModuleSubNavsList(): ModuleNav;
|
|
6107
|
+
addModuleSubNavs(value?: ModuleVersion.ModuleSubNav, index?: number): ModuleVersion.ModuleSubNav;
|
|
6108
|
+
|
|
6109
|
+
serializeBinary(): Uint8Array;
|
|
6110
|
+
toObject(includeInstance?: boolean): ModuleNav.AsObject;
|
|
6111
|
+
static toObject(includeInstance: boolean, msg: ModuleNav): ModuleNav.AsObject;
|
|
6112
|
+
static serializeBinaryToWriter(message: ModuleNav, writer: jspb.BinaryWriter): void;
|
|
6113
|
+
static deserializeBinary(bytes: Uint8Array): ModuleNav;
|
|
6114
|
+
static deserializeBinaryFromReader(message: ModuleNav, reader: jspb.BinaryReader): ModuleNav;
|
|
6115
|
+
}
|
|
6116
|
+
|
|
6117
|
+
export namespace ModuleNav {
|
|
6118
|
+
export type AsObject = {
|
|
6119
|
+
title: string,
|
|
6120
|
+
moduleSubNavsList: Array<ModuleVersion.ModuleSubNav.AsObject>,
|
|
6121
|
+
}
|
|
6122
|
+
}
|
|
6123
|
+
|
|
6124
|
+
}
|
|
6125
|
+
|
|
6126
|
+
export class InstalledModuleVersion extends jspb.Message {
|
|
6127
|
+
getId(): string;
|
|
6128
|
+
setId(value: string): InstalledModuleVersion;
|
|
6129
|
+
|
|
6130
|
+
getModuleVersion(): ModuleVersion | undefined;
|
|
6131
|
+
setModuleVersion(value?: ModuleVersion): InstalledModuleVersion;
|
|
6132
|
+
hasModuleVersion(): boolean;
|
|
6133
|
+
clearModuleVersion(): InstalledModuleVersion;
|
|
6134
|
+
|
|
6135
|
+
getAppId(): string;
|
|
6136
|
+
setAppId(value: string): InstalledModuleVersion;
|
|
6137
|
+
|
|
6138
|
+
getUserId(): string;
|
|
6139
|
+
setUserId(value: string): InstalledModuleVersion;
|
|
6140
|
+
|
|
6141
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6142
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): InstalledModuleVersion;
|
|
6143
|
+
hasCreatedAt(): boolean;
|
|
6144
|
+
clearCreatedAt(): InstalledModuleVersion;
|
|
6145
|
+
|
|
6146
|
+
getModifiedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6147
|
+
setModifiedAt(value?: google_protobuf_timestamp_pb.Timestamp): InstalledModuleVersion;
|
|
6148
|
+
hasModifiedAt(): boolean;
|
|
6149
|
+
clearModifiedAt(): InstalledModuleVersion;
|
|
6150
|
+
|
|
6151
|
+
getDeployUrl(): string;
|
|
6152
|
+
setDeployUrl(value: string): InstalledModuleVersion;
|
|
6153
|
+
|
|
6154
|
+
getVisibility(): Visibility | undefined;
|
|
6155
|
+
setVisibility(value?: Visibility): InstalledModuleVersion;
|
|
6156
|
+
hasVisibility(): boolean;
|
|
6157
|
+
clearVisibility(): InstalledModuleVersion;
|
|
6158
|
+
|
|
6159
|
+
getKeyId(): string;
|
|
6160
|
+
setKeyId(value: string): InstalledModuleVersion;
|
|
6161
|
+
|
|
6162
|
+
serializeBinary(): Uint8Array;
|
|
6163
|
+
toObject(includeInstance?: boolean): InstalledModuleVersion.AsObject;
|
|
6164
|
+
static toObject(includeInstance: boolean, msg: InstalledModuleVersion): InstalledModuleVersion.AsObject;
|
|
6165
|
+
static serializeBinaryToWriter(message: InstalledModuleVersion, writer: jspb.BinaryWriter): void;
|
|
6166
|
+
static deserializeBinary(bytes: Uint8Array): InstalledModuleVersion;
|
|
6167
|
+
static deserializeBinaryFromReader(message: InstalledModuleVersion, reader: jspb.BinaryReader): InstalledModuleVersion;
|
|
6168
|
+
}
|
|
6169
|
+
|
|
6170
|
+
export namespace InstalledModuleVersion {
|
|
6171
|
+
export type AsObject = {
|
|
6172
|
+
id: string,
|
|
6173
|
+
moduleVersion?: ModuleVersion.AsObject,
|
|
6174
|
+
appId: string,
|
|
6175
|
+
userId: string,
|
|
6176
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6177
|
+
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6178
|
+
deployUrl: string,
|
|
6179
|
+
visibility?: Visibility.AsObject,
|
|
6180
|
+
keyId: string,
|
|
6181
|
+
}
|
|
6182
|
+
}
|
|
6183
|
+
|
|
5683
6184
|
export class BulkOperation extends jspb.Message {
|
|
5684
6185
|
getId(): string;
|
|
5685
6186
|
setId(value: string): BulkOperation;
|
|
@@ -5886,6 +6387,11 @@ export class DeleteConcepts extends jspb.Message {
|
|
|
5886
6387
|
clearConceptsList(): DeleteConcepts;
|
|
5887
6388
|
addConcepts(value?: Concept, index?: number): Concept;
|
|
5888
6389
|
|
|
6390
|
+
getUserIdsList(): Array<string>;
|
|
6391
|
+
setUserIdsList(value: Array<string>): DeleteConcepts;
|
|
6392
|
+
clearUserIdsList(): DeleteConcepts;
|
|
6393
|
+
addUserIds(value: string, index?: number): DeleteConcepts;
|
|
6394
|
+
|
|
5889
6395
|
serializeBinary(): Uint8Array;
|
|
5890
6396
|
toObject(includeInstance?: boolean): DeleteConcepts.AsObject;
|
|
5891
6397
|
static toObject(includeInstance: boolean, msg: DeleteConcepts): DeleteConcepts.AsObject;
|
|
@@ -5897,6 +6403,7 @@ export class DeleteConcepts extends jspb.Message {
|
|
|
5897
6403
|
export namespace DeleteConcepts {
|
|
5898
6404
|
export type AsObject = {
|
|
5899
6405
|
conceptsList: Array<Concept.AsObject>,
|
|
6406
|
+
userIdsList: Array<string>,
|
|
5900
6407
|
}
|
|
5901
6408
|
}
|
|
5902
6409
|
|
|
@@ -5974,6 +6481,361 @@ export namespace DeleteGeo {
|
|
|
5974
6481
|
}
|
|
5975
6482
|
}
|
|
5976
6483
|
|
|
6484
|
+
export class InputsAddJob extends jspb.Message {
|
|
6485
|
+
getId(): string;
|
|
6486
|
+
setId(value: string): InputsAddJob;
|
|
6487
|
+
|
|
6488
|
+
getCloudStorageUrl(): string;
|
|
6489
|
+
setCloudStorageUrl(value: string): InputsAddJob;
|
|
6490
|
+
|
|
6491
|
+
getCallBackUrl(): string;
|
|
6492
|
+
setCallBackUrl(value: string): InputsAddJob;
|
|
6493
|
+
|
|
6494
|
+
getAppPat(): string;
|
|
6495
|
+
setAppPat(value: string): InputsAddJob;
|
|
6496
|
+
|
|
6497
|
+
getProgress(): InputsAddJobProgress | undefined;
|
|
6498
|
+
setProgress(value?: InputsAddJobProgress): InputsAddJob;
|
|
6499
|
+
hasProgress(): boolean;
|
|
6500
|
+
clearProgress(): InputsAddJob;
|
|
6501
|
+
|
|
6502
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6503
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): InputsAddJob;
|
|
6504
|
+
hasCreatedAt(): boolean;
|
|
6505
|
+
clearCreatedAt(): InputsAddJob;
|
|
6506
|
+
|
|
6507
|
+
getModifiedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6508
|
+
setModifiedAt(value?: google_protobuf_timestamp_pb.Timestamp): InputsAddJob;
|
|
6509
|
+
hasModifiedAt(): boolean;
|
|
6510
|
+
clearModifiedAt(): InputsAddJob;
|
|
6511
|
+
|
|
6512
|
+
getExtractionJobsList(): Array<InputsExtractionJob>;
|
|
6513
|
+
setExtractionJobsList(value: Array<InputsExtractionJob>): InputsAddJob;
|
|
6514
|
+
clearExtractionJobsList(): InputsAddJob;
|
|
6515
|
+
addExtractionJobs(value?: InputsExtractionJob, index?: number): InputsExtractionJob;
|
|
6516
|
+
|
|
6517
|
+
serializeBinary(): Uint8Array;
|
|
6518
|
+
toObject(includeInstance?: boolean): InputsAddJob.AsObject;
|
|
6519
|
+
static toObject(includeInstance: boolean, msg: InputsAddJob): InputsAddJob.AsObject;
|
|
6520
|
+
static serializeBinaryToWriter(message: InputsAddJob, writer: jspb.BinaryWriter): void;
|
|
6521
|
+
static deserializeBinary(bytes: Uint8Array): InputsAddJob;
|
|
6522
|
+
static deserializeBinaryFromReader(message: InputsAddJob, reader: jspb.BinaryReader): InputsAddJob;
|
|
6523
|
+
}
|
|
6524
|
+
|
|
6525
|
+
export namespace InputsAddJob {
|
|
6526
|
+
export type AsObject = {
|
|
6527
|
+
id: string,
|
|
6528
|
+
cloudStorageUrl: string,
|
|
6529
|
+
callBackUrl: string,
|
|
6530
|
+
appPat: string,
|
|
6531
|
+
progress?: InputsAddJobProgress.AsObject,
|
|
6532
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6533
|
+
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6534
|
+
extractionJobsList: Array<InputsExtractionJob.AsObject>,
|
|
6535
|
+
}
|
|
6536
|
+
}
|
|
6537
|
+
|
|
6538
|
+
export class InputsAddJobProgress extends jspb.Message {
|
|
6539
|
+
getPendingCount(): number;
|
|
6540
|
+
setPendingCount(value: number): InputsAddJobProgress;
|
|
6541
|
+
|
|
6542
|
+
getInProgressCount(): number;
|
|
6543
|
+
setInProgressCount(value: number): InputsAddJobProgress;
|
|
6544
|
+
|
|
6545
|
+
getSuccessCount(): number;
|
|
6546
|
+
setSuccessCount(value: number): InputsAddJobProgress;
|
|
6547
|
+
|
|
6548
|
+
getFailedCount(): number;
|
|
6549
|
+
setFailedCount(value: number): InputsAddJobProgress;
|
|
6550
|
+
|
|
6551
|
+
serializeBinary(): Uint8Array;
|
|
6552
|
+
toObject(includeInstance?: boolean): InputsAddJobProgress.AsObject;
|
|
6553
|
+
static toObject(includeInstance: boolean, msg: InputsAddJobProgress): InputsAddJobProgress.AsObject;
|
|
6554
|
+
static serializeBinaryToWriter(message: InputsAddJobProgress, writer: jspb.BinaryWriter): void;
|
|
6555
|
+
static deserializeBinary(bytes: Uint8Array): InputsAddJobProgress;
|
|
6556
|
+
static deserializeBinaryFromReader(message: InputsAddJobProgress, reader: jspb.BinaryReader): InputsAddJobProgress;
|
|
6557
|
+
}
|
|
6558
|
+
|
|
6559
|
+
export namespace InputsAddJobProgress {
|
|
6560
|
+
export type AsObject = {
|
|
6561
|
+
pendingCount: number,
|
|
6562
|
+
inProgressCount: number,
|
|
6563
|
+
successCount: number,
|
|
6564
|
+
failedCount: number,
|
|
6565
|
+
}
|
|
6566
|
+
}
|
|
6567
|
+
|
|
6568
|
+
export class Upload extends jspb.Message {
|
|
6569
|
+
getId(): string;
|
|
6570
|
+
setId(value: string): Upload;
|
|
6571
|
+
|
|
6572
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6573
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): Upload;
|
|
6574
|
+
hasCreatedAt(): boolean;
|
|
6575
|
+
clearCreatedAt(): Upload;
|
|
6576
|
+
|
|
6577
|
+
getModifiedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6578
|
+
setModifiedAt(value?: google_protobuf_timestamp_pb.Timestamp): Upload;
|
|
6579
|
+
hasModifiedAt(): boolean;
|
|
6580
|
+
clearModifiedAt(): Upload;
|
|
6581
|
+
|
|
6582
|
+
getExpiresAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6583
|
+
setExpiresAt(value?: google_protobuf_timestamp_pb.Timestamp): Upload;
|
|
6584
|
+
hasExpiresAt(): boolean;
|
|
6585
|
+
clearExpiresAt(): Upload;
|
|
6586
|
+
|
|
6587
|
+
getStatus(): proto_clarifai_api_status_status_pb.Status | undefined;
|
|
6588
|
+
setStatus(value?: proto_clarifai_api_status_status_pb.Status): Upload;
|
|
6589
|
+
hasStatus(): boolean;
|
|
6590
|
+
clearStatus(): Upload;
|
|
6591
|
+
|
|
6592
|
+
getContentName(): string;
|
|
6593
|
+
setContentName(value: string): Upload;
|
|
6594
|
+
|
|
6595
|
+
getContentLength(): number;
|
|
6596
|
+
setContentLength(value: number): Upload;
|
|
6597
|
+
|
|
6598
|
+
getContentUrl(): string;
|
|
6599
|
+
setContentUrl(value: string): Upload;
|
|
6600
|
+
|
|
6601
|
+
serializeBinary(): Uint8Array;
|
|
6602
|
+
toObject(includeInstance?: boolean): Upload.AsObject;
|
|
6603
|
+
static toObject(includeInstance: boolean, msg: Upload): Upload.AsObject;
|
|
6604
|
+
static serializeBinaryToWriter(message: Upload, writer: jspb.BinaryWriter): void;
|
|
6605
|
+
static deserializeBinary(bytes: Uint8Array): Upload;
|
|
6606
|
+
static deserializeBinaryFromReader(message: Upload, reader: jspb.BinaryReader): Upload;
|
|
6607
|
+
}
|
|
6608
|
+
|
|
6609
|
+
export namespace Upload {
|
|
6610
|
+
export type AsObject = {
|
|
6611
|
+
id: string,
|
|
6612
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6613
|
+
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6614
|
+
expiresAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6615
|
+
status?: proto_clarifai_api_status_status_pb.Status.AsObject,
|
|
6616
|
+
contentName: string,
|
|
6617
|
+
contentLength: number,
|
|
6618
|
+
contentUrl: string,
|
|
6619
|
+
}
|
|
6620
|
+
}
|
|
6621
|
+
|
|
6622
|
+
export class UploadContentPart extends jspb.Message {
|
|
6623
|
+
getRangeStart(): number;
|
|
6624
|
+
setRangeStart(value: number): UploadContentPart;
|
|
6625
|
+
|
|
6626
|
+
getPartNumber(): number;
|
|
6627
|
+
setPartNumber(value: number): UploadContentPart;
|
|
6628
|
+
|
|
6629
|
+
getData(): Uint8Array | string;
|
|
6630
|
+
getData_asU8(): Uint8Array;
|
|
6631
|
+
getData_asB64(): string;
|
|
6632
|
+
setData(value: Uint8Array | string): UploadContentPart;
|
|
6633
|
+
|
|
6634
|
+
serializeBinary(): Uint8Array;
|
|
6635
|
+
toObject(includeInstance?: boolean): UploadContentPart.AsObject;
|
|
6636
|
+
static toObject(includeInstance: boolean, msg: UploadContentPart): UploadContentPart.AsObject;
|
|
6637
|
+
static serializeBinaryToWriter(message: UploadContentPart, writer: jspb.BinaryWriter): void;
|
|
6638
|
+
static deserializeBinary(bytes: Uint8Array): UploadContentPart;
|
|
6639
|
+
static deserializeBinaryFromReader(message: UploadContentPart, reader: jspb.BinaryReader): UploadContentPart;
|
|
6640
|
+
}
|
|
6641
|
+
|
|
6642
|
+
export namespace UploadContentPart {
|
|
6643
|
+
export type AsObject = {
|
|
6644
|
+
rangeStart: number,
|
|
6645
|
+
partNumber: number,
|
|
6646
|
+
data: Uint8Array | string,
|
|
6647
|
+
}
|
|
6648
|
+
}
|
|
6649
|
+
|
|
6650
|
+
export class InputsExtractionJob extends jspb.Message {
|
|
6651
|
+
getStatus(): proto_clarifai_api_status_status_pb.Status | undefined;
|
|
6652
|
+
setStatus(value?: proto_clarifai_api_status_status_pb.Status): InputsExtractionJob;
|
|
6653
|
+
hasStatus(): boolean;
|
|
6654
|
+
clearStatus(): InputsExtractionJob;
|
|
6655
|
+
|
|
6656
|
+
getId(): string;
|
|
6657
|
+
setId(value: string): InputsExtractionJob;
|
|
6658
|
+
|
|
6659
|
+
getUrl(): string;
|
|
6660
|
+
setUrl(value: string): InputsExtractionJob;
|
|
6661
|
+
|
|
6662
|
+
getProgress(): InputsExtractionJobProgress | undefined;
|
|
6663
|
+
setProgress(value?: InputsExtractionJobProgress): InputsExtractionJob;
|
|
6664
|
+
hasProgress(): boolean;
|
|
6665
|
+
clearProgress(): InputsExtractionJob;
|
|
6666
|
+
|
|
6667
|
+
getCreatedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6668
|
+
setCreatedAt(value?: google_protobuf_timestamp_pb.Timestamp): InputsExtractionJob;
|
|
6669
|
+
hasCreatedAt(): boolean;
|
|
6670
|
+
clearCreatedAt(): InputsExtractionJob;
|
|
6671
|
+
|
|
6672
|
+
getModifiedAt(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
6673
|
+
setModifiedAt(value?: google_protobuf_timestamp_pb.Timestamp): InputsExtractionJob;
|
|
6674
|
+
hasModifiedAt(): boolean;
|
|
6675
|
+
clearModifiedAt(): InputsExtractionJob;
|
|
6676
|
+
|
|
6677
|
+
serializeBinary(): Uint8Array;
|
|
6678
|
+
toObject(includeInstance?: boolean): InputsExtractionJob.AsObject;
|
|
6679
|
+
static toObject(includeInstance: boolean, msg: InputsExtractionJob): InputsExtractionJob.AsObject;
|
|
6680
|
+
static serializeBinaryToWriter(message: InputsExtractionJob, writer: jspb.BinaryWriter): void;
|
|
6681
|
+
static deserializeBinary(bytes: Uint8Array): InputsExtractionJob;
|
|
6682
|
+
static deserializeBinaryFromReader(message: InputsExtractionJob, reader: jspb.BinaryReader): InputsExtractionJob;
|
|
6683
|
+
}
|
|
6684
|
+
|
|
6685
|
+
export namespace InputsExtractionJob {
|
|
6686
|
+
export type AsObject = {
|
|
6687
|
+
status?: proto_clarifai_api_status_status_pb.Status.AsObject,
|
|
6688
|
+
id: string,
|
|
6689
|
+
url: string,
|
|
6690
|
+
progress?: InputsExtractionJobProgress.AsObject,
|
|
6691
|
+
createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6692
|
+
modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
6693
|
+
}
|
|
6694
|
+
}
|
|
6695
|
+
|
|
6696
|
+
export class InputsExtractionJobProgress extends jspb.Message {
|
|
6697
|
+
getReadObjectsCount(): number;
|
|
6698
|
+
setReadObjectsCount(value: number): InputsExtractionJobProgress;
|
|
6699
|
+
|
|
6700
|
+
getAudioInputsCount(): number;
|
|
6701
|
+
setAudioInputsCount(value: number): InputsExtractionJobProgress;
|
|
6702
|
+
|
|
6703
|
+
getImageInputsCount(): number;
|
|
6704
|
+
setImageInputsCount(value: number): InputsExtractionJobProgress;
|
|
6705
|
+
|
|
6706
|
+
getVideoInputsCount(): number;
|
|
6707
|
+
setVideoInputsCount(value: number): InputsExtractionJobProgress;
|
|
6708
|
+
|
|
6709
|
+
getTextInputsCount(): number;
|
|
6710
|
+
setTextInputsCount(value: number): InputsExtractionJobProgress;
|
|
6711
|
+
|
|
6712
|
+
serializeBinary(): Uint8Array;
|
|
6713
|
+
toObject(includeInstance?: boolean): InputsExtractionJobProgress.AsObject;
|
|
6714
|
+
static toObject(includeInstance: boolean, msg: InputsExtractionJobProgress): InputsExtractionJobProgress.AsObject;
|
|
6715
|
+
static serializeBinaryToWriter(message: InputsExtractionJobProgress, writer: jspb.BinaryWriter): void;
|
|
6716
|
+
static deserializeBinary(bytes: Uint8Array): InputsExtractionJobProgress;
|
|
6717
|
+
static deserializeBinaryFromReader(message: InputsExtractionJobProgress, reader: jspb.BinaryReader): InputsExtractionJobProgress;
|
|
6718
|
+
}
|
|
6719
|
+
|
|
6720
|
+
export namespace InputsExtractionJobProgress {
|
|
6721
|
+
export type AsObject = {
|
|
6722
|
+
readObjectsCount: number,
|
|
6723
|
+
audioInputsCount: number,
|
|
6724
|
+
imageInputsCount: number,
|
|
6725
|
+
videoInputsCount: number,
|
|
6726
|
+
textInputsCount: number,
|
|
6727
|
+
}
|
|
6728
|
+
}
|
|
6729
|
+
|
|
6730
|
+
export class InputsDataSource extends jspb.Message {
|
|
6731
|
+
getInputsAddJobId(): string;
|
|
6732
|
+
setInputsAddJobId(value: string): InputsDataSource;
|
|
6733
|
+
|
|
6734
|
+
getUrl(): DataSourceURL | undefined;
|
|
6735
|
+
setUrl(value?: DataSourceURL): InputsDataSource;
|
|
6736
|
+
hasUrl(): boolean;
|
|
6737
|
+
clearUrl(): InputsDataSource;
|
|
6738
|
+
|
|
6739
|
+
serializeBinary(): Uint8Array;
|
|
6740
|
+
toObject(includeInstance?: boolean): InputsDataSource.AsObject;
|
|
6741
|
+
static toObject(includeInstance: boolean, msg: InputsDataSource): InputsDataSource.AsObject;
|
|
6742
|
+
static serializeBinaryToWriter(message: InputsDataSource, writer: jspb.BinaryWriter): void;
|
|
6743
|
+
static deserializeBinary(bytes: Uint8Array): InputsDataSource;
|
|
6744
|
+
static deserializeBinaryFromReader(message: InputsDataSource, reader: jspb.BinaryReader): InputsDataSource;
|
|
6745
|
+
}
|
|
6746
|
+
|
|
6747
|
+
export namespace InputsDataSource {
|
|
6748
|
+
export type AsObject = {
|
|
6749
|
+
inputsAddJobId: string,
|
|
6750
|
+
url?: DataSourceURL.AsObject,
|
|
6751
|
+
}
|
|
6752
|
+
}
|
|
6753
|
+
|
|
6754
|
+
export class DataSourceURL extends jspb.Message {
|
|
6755
|
+
getUrl(): string;
|
|
6756
|
+
setUrl(value: string): DataSourceURL;
|
|
6757
|
+
|
|
6758
|
+
getCredentials(): DataSourceCredentials | undefined;
|
|
6759
|
+
setCredentials(value?: DataSourceCredentials): DataSourceURL;
|
|
6760
|
+
hasCredentials(): boolean;
|
|
6761
|
+
clearCredentials(): DataSourceURL;
|
|
6762
|
+
|
|
6763
|
+
serializeBinary(): Uint8Array;
|
|
6764
|
+
toObject(includeInstance?: boolean): DataSourceURL.AsObject;
|
|
6765
|
+
static toObject(includeInstance: boolean, msg: DataSourceURL): DataSourceURL.AsObject;
|
|
6766
|
+
static serializeBinaryToWriter(message: DataSourceURL, writer: jspb.BinaryWriter): void;
|
|
6767
|
+
static deserializeBinary(bytes: Uint8Array): DataSourceURL;
|
|
6768
|
+
static deserializeBinaryFromReader(message: DataSourceURL, reader: jspb.BinaryReader): DataSourceURL;
|
|
6769
|
+
}
|
|
6770
|
+
|
|
6771
|
+
export namespace DataSourceURL {
|
|
6772
|
+
export type AsObject = {
|
|
6773
|
+
url: string,
|
|
6774
|
+
credentials?: DataSourceCredentials.AsObject,
|
|
6775
|
+
}
|
|
6776
|
+
}
|
|
6777
|
+
|
|
6778
|
+
export class DataSourceCredentials extends jspb.Message {
|
|
6779
|
+
getS3Creds(): AWSCreds | undefined;
|
|
6780
|
+
setS3Creds(value?: AWSCreds): DataSourceCredentials;
|
|
6781
|
+
hasS3Creds(): boolean;
|
|
6782
|
+
clearS3Creds(): DataSourceCredentials;
|
|
6783
|
+
|
|
6784
|
+
getGcpCreds(): Uint8Array | string;
|
|
6785
|
+
getGcpCreds_asU8(): Uint8Array;
|
|
6786
|
+
getGcpCreds_asB64(): string;
|
|
6787
|
+
setGcpCreds(value: Uint8Array | string): DataSourceCredentials;
|
|
6788
|
+
|
|
6789
|
+
getAzureBlobCreds(): string;
|
|
6790
|
+
setAzureBlobCreds(value: string): DataSourceCredentials;
|
|
6791
|
+
|
|
6792
|
+
getCredentialsCase(): DataSourceCredentials.CredentialsCase;
|
|
6793
|
+
|
|
6794
|
+
serializeBinary(): Uint8Array;
|
|
6795
|
+
toObject(includeInstance?: boolean): DataSourceCredentials.AsObject;
|
|
6796
|
+
static toObject(includeInstance: boolean, msg: DataSourceCredentials): DataSourceCredentials.AsObject;
|
|
6797
|
+
static serializeBinaryToWriter(message: DataSourceCredentials, writer: jspb.BinaryWriter): void;
|
|
6798
|
+
static deserializeBinary(bytes: Uint8Array): DataSourceCredentials;
|
|
6799
|
+
static deserializeBinaryFromReader(message: DataSourceCredentials, reader: jspb.BinaryReader): DataSourceCredentials;
|
|
6800
|
+
}
|
|
6801
|
+
|
|
6802
|
+
export namespace DataSourceCredentials {
|
|
6803
|
+
export type AsObject = {
|
|
6804
|
+
s3Creds?: AWSCreds.AsObject,
|
|
6805
|
+
gcpCreds: Uint8Array | string,
|
|
6806
|
+
azureBlobCreds: string,
|
|
6807
|
+
}
|
|
6808
|
+
|
|
6809
|
+
export enum CredentialsCase {
|
|
6810
|
+
CREDENTIALS_NOT_SET = 0,
|
|
6811
|
+
S3_CREDS = 1,
|
|
6812
|
+
GCP_CREDS = 2,
|
|
6813
|
+
AZURE_BLOB_CREDS = 3,
|
|
6814
|
+
}
|
|
6815
|
+
}
|
|
6816
|
+
|
|
6817
|
+
export class AWSCreds extends jspb.Message {
|
|
6818
|
+
getCreds(): string;
|
|
6819
|
+
setCreds(value: string): AWSCreds;
|
|
6820
|
+
|
|
6821
|
+
getRegion(): string;
|
|
6822
|
+
setRegion(value: string): AWSCreds;
|
|
6823
|
+
|
|
6824
|
+
serializeBinary(): Uint8Array;
|
|
6825
|
+
toObject(includeInstance?: boolean): AWSCreds.AsObject;
|
|
6826
|
+
static toObject(includeInstance: boolean, msg: AWSCreds): AWSCreds.AsObject;
|
|
6827
|
+
static serializeBinaryToWriter(message: AWSCreds, writer: jspb.BinaryWriter): void;
|
|
6828
|
+
static deserializeBinary(bytes: Uint8Array): AWSCreds;
|
|
6829
|
+
static deserializeBinaryFromReader(message: AWSCreds, reader: jspb.BinaryReader): AWSCreds;
|
|
6830
|
+
}
|
|
6831
|
+
|
|
6832
|
+
export namespace AWSCreds {
|
|
6833
|
+
export type AsObject = {
|
|
6834
|
+
creds: string,
|
|
6835
|
+
region: string,
|
|
6836
|
+
}
|
|
6837
|
+
}
|
|
6838
|
+
|
|
5977
6839
|
export enum DatasetVersionMetricsGroupType {
|
|
5978
6840
|
DATASET_VERSION_METRICS_GROUP_TYPE_NOT_SET = 0,
|
|
5979
6841
|
INPUT_TYPE = 2,
|
|
@@ -5986,6 +6848,12 @@ export enum DatasetVersionMetricsGroupType {
|
|
|
5986
6848
|
PIXELS_COUNT = 30,
|
|
5987
6849
|
ASPECT_RATIO = 31,
|
|
5988
6850
|
}
|
|
6851
|
+
export enum DatasetVersionExportFormat {
|
|
6852
|
+
DATASET_VERSION_EXPORT_FORMAT_NOT_SET = 0,
|
|
6853
|
+
CLARIFAI_DATA_PROTOBUF = 1,
|
|
6854
|
+
CLARIFAI_DATA_JSON = 3,
|
|
6855
|
+
COCO = 2,
|
|
6856
|
+
}
|
|
5989
6857
|
export enum ExpirationAction {
|
|
5990
6858
|
EXPIRATION_ACTION_NOT_SET = 0,
|
|
5991
6859
|
DELAY = 1,
|
|
@@ -6014,8 +6882,12 @@ export enum ValueComparator {
|
|
|
6014
6882
|
EQUAL = 5,
|
|
6015
6883
|
}
|
|
6016
6884
|
export enum EvaluationType {
|
|
6017
|
-
|
|
6018
|
-
|
|
6885
|
+
UNDEFINED = 0,
|
|
6886
|
+
CLASSIFICATION = 1,
|
|
6887
|
+
DETECTION = 2,
|
|
6888
|
+
SEGMENTATION = 3,
|
|
6889
|
+
CLUSTERING = 4,
|
|
6890
|
+
TRACKER = 5,
|
|
6019
6891
|
}
|
|
6020
6892
|
export enum APIEventType {
|
|
6021
6893
|
API_EVENT_TYPE_NOT_SET = 0,
|