clarifai-web-grpc 1.0.1 → 1.0.5
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/ci.yml +4 -2
- package/CHANGELOG.md +2 -2
- package/dist/{google → cjs/google}/api/annotations_pb.d.ts +0 -0
- package/dist/{google → cjs/google}/api/annotations_pb.js +0 -0
- package/dist/{google → cjs/google}/api/http_pb.d.ts +0 -0
- package/dist/{google → cjs/google}/api/http_pb.js +0 -0
- package/dist/{index.d.ts → cjs/index.d.ts} +2 -1
- package/dist/cjs/index.js +15 -0
- package/dist/{proto → cjs/proto}/clarifai/api/resources_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/resources_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/serviceServiceClientPb.d.ts +0 -0
- package/dist/cjs/proto/clarifai/api/serviceServiceClientPb.js +908 -0
- package/dist/{proto → cjs/proto}/clarifai/api/service_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/service_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/status/status_code_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/status/status_code_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/status/status_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/status/status_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/utils/extensions_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/utils/extensions_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/utils/test_proto_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/api/utils/test_proto_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/auth/scope/scope_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/auth/scope/scope_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/auth/types/types_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/auth/types/types_pb.js +0 -0
- package/dist/{proto → cjs/proto}/clarifai/auth/util/extension_pb.d.ts +0 -0
- package/dist/{proto → cjs/proto}/clarifai/auth/util/extension_pb.js +0 -0
- package/dist/cjs/resources.d.ts +2 -0
- package/dist/cjs/resources.js +16 -0
- package/dist/{service.d.ts → cjs/service.d.ts} +0 -0
- package/dist/cjs/service.js +13 -0
- package/dist/esm/google/api/annotations_pb.d.ts +1 -0
- package/dist/esm/google/api/annotations_pb.js +32 -0
- package/dist/esm/google/api/http_pb.d.ts +1 -0
- package/dist/esm/google/api/http_pb.js +813 -0
- package/dist/esm/index.d.ts +7 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/proto/clarifai/api/resources_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/api/resources_pb.js +32957 -0
- package/dist/esm/proto/clarifai/api/serviceServiceClientPb.d.ts +275 -0
- package/dist/{proto → esm/proto}/clarifai/api/serviceServiceClientPb.js +0 -0
- package/dist/esm/proto/clarifai/api/service_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/api/service_pb.js +38791 -0
- package/dist/esm/proto/clarifai/api/status/status_code_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/api/status/status_code_pb.js +312 -0
- package/dist/esm/proto/clarifai/api/status/status_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/api/status/status_pb.js +473 -0
- package/dist/esm/proto/clarifai/api/utils/extensions_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/api/utils/extensions_pb.js +52 -0
- package/dist/esm/proto/clarifai/api/utils/test_proto_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/api/utils/test_proto_pb.js +521 -0
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/auth/scope/scope_pb.js +294 -0
- package/dist/esm/proto/clarifai/auth/types/types_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/auth/types/types_pb.js +26 -0
- package/dist/esm/proto/clarifai/auth/util/extension_pb.d.ts +1 -0
- package/dist/esm/proto/clarifai/auth/util/extension_pb.js +80 -0
- package/dist/esm/resources.d.ts +2 -0
- package/dist/esm/resources.js +2 -0
- package/dist/{service.js → esm/service.d.ts} +0 -0
- package/dist/esm/service.js +1 -0
- package/index.ts +3 -3
- package/package.json +9 -4
- package/resources.ts +1 -0
- package/tests/basic.test.ts +32 -5
- package/tsconfig.cjs.json +7 -0
- package/tsconfig.json +1 -1
- package/dist/index.js +0 -7
- package/dist/resources.d.ts +0 -1
- package/dist/resources.js +0 -1
|
@@ -0,0 +1,908 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview gRPC-Web generated client stub for clarifai.api
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.V2Client = void 0;
|
|
9
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
10
|
+
const grpcWeb = require("grpc-web");
|
|
11
|
+
const proto_clarifai_api_status_status_pb = require("../../../proto/clarifai/api/status/status_pb");
|
|
12
|
+
const service_pb_1 = require("./service_pb");
|
|
13
|
+
class V2Client {
|
|
14
|
+
constructor(hostname, credentials, options) {
|
|
15
|
+
this.methodInfoListConceptRelations = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptRelationResponse, (request) => {
|
|
16
|
+
return request.serializeBinary();
|
|
17
|
+
}, service_pb_1.MultiConceptRelationResponse.deserializeBinary);
|
|
18
|
+
this.methodInfoPostConceptRelations = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptRelationResponse, (request) => {
|
|
19
|
+
return request.serializeBinary();
|
|
20
|
+
}, service_pb_1.MultiConceptRelationResponse.deserializeBinary);
|
|
21
|
+
this.methodInfoDeleteConceptRelations = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
22
|
+
return request.serializeBinary();
|
|
23
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
24
|
+
this.methodInfoGetConceptCounts = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptCountResponse, (request) => {
|
|
25
|
+
return request.serializeBinary();
|
|
26
|
+
}, service_pb_1.MultiConceptCountResponse.deserializeBinary);
|
|
27
|
+
this.methodInfoGetConcept = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleConceptResponse, (request) => {
|
|
28
|
+
return request.serializeBinary();
|
|
29
|
+
}, service_pb_1.SingleConceptResponse.deserializeBinary);
|
|
30
|
+
this.methodInfoListConcepts = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptResponse, (request) => {
|
|
31
|
+
return request.serializeBinary();
|
|
32
|
+
}, service_pb_1.MultiConceptResponse.deserializeBinary);
|
|
33
|
+
this.methodInfoPostConceptsSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptResponse, (request) => {
|
|
34
|
+
return request.serializeBinary();
|
|
35
|
+
}, service_pb_1.MultiConceptResponse.deserializeBinary);
|
|
36
|
+
this.methodInfoPostConcepts = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptResponse, (request) => {
|
|
37
|
+
return request.serializeBinary();
|
|
38
|
+
}, service_pb_1.MultiConceptResponse.deserializeBinary);
|
|
39
|
+
this.methodInfoPatchConcepts = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptResponse, (request) => {
|
|
40
|
+
return request.serializeBinary();
|
|
41
|
+
}, service_pb_1.MultiConceptResponse.deserializeBinary);
|
|
42
|
+
this.methodInfoGetConceptLanguage = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleConceptLanguageResponse, (request) => {
|
|
43
|
+
return request.serializeBinary();
|
|
44
|
+
}, service_pb_1.SingleConceptLanguageResponse.deserializeBinary);
|
|
45
|
+
this.methodInfoListConceptLanguages = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptLanguageResponse, (request) => {
|
|
46
|
+
return request.serializeBinary();
|
|
47
|
+
}, service_pb_1.MultiConceptLanguageResponse.deserializeBinary);
|
|
48
|
+
this.methodInfoPostConceptLanguages = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptLanguageResponse, (request) => {
|
|
49
|
+
return request.serializeBinary();
|
|
50
|
+
}, service_pb_1.MultiConceptLanguageResponse.deserializeBinary);
|
|
51
|
+
this.methodInfoPatchConceptLanguages = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptLanguageResponse, (request) => {
|
|
52
|
+
return request.serializeBinary();
|
|
53
|
+
}, service_pb_1.MultiConceptLanguageResponse.deserializeBinary);
|
|
54
|
+
this.methodInfoListKnowledgeGraphs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiKnowledgeGraphResponse, (request) => {
|
|
55
|
+
return request.serializeBinary();
|
|
56
|
+
}, service_pb_1.MultiKnowledgeGraphResponse.deserializeBinary);
|
|
57
|
+
this.methodInfoPostKnowledgeGraphs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiKnowledgeGraphResponse, (request) => {
|
|
58
|
+
return request.serializeBinary();
|
|
59
|
+
}, service_pb_1.MultiKnowledgeGraphResponse.deserializeBinary);
|
|
60
|
+
this.methodInfoPostConceptMappingJobs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiConceptMappingJobResponse, (request) => {
|
|
61
|
+
return request.serializeBinary();
|
|
62
|
+
}, service_pb_1.MultiConceptMappingJobResponse.deserializeBinary);
|
|
63
|
+
this.methodInfoGetAnnotation = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleAnnotationResponse, (request) => {
|
|
64
|
+
return request.serializeBinary();
|
|
65
|
+
}, service_pb_1.SingleAnnotationResponse.deserializeBinary);
|
|
66
|
+
this.methodInfoListAnnotations = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAnnotationResponse, (request) => {
|
|
67
|
+
return request.serializeBinary();
|
|
68
|
+
}, service_pb_1.MultiAnnotationResponse.deserializeBinary);
|
|
69
|
+
this.methodInfoPostAnnotations = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAnnotationResponse, (request) => {
|
|
70
|
+
return request.serializeBinary();
|
|
71
|
+
}, service_pb_1.MultiAnnotationResponse.deserializeBinary);
|
|
72
|
+
this.methodInfoPatchAnnotations = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAnnotationResponse, (request) => {
|
|
73
|
+
return request.serializeBinary();
|
|
74
|
+
}, service_pb_1.MultiAnnotationResponse.deserializeBinary);
|
|
75
|
+
this.methodInfoPatchAnnotationsStatus = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.PatchAnnotationsStatusResponse, (request) => {
|
|
76
|
+
return request.serializeBinary();
|
|
77
|
+
}, service_pb_1.PatchAnnotationsStatusResponse.deserializeBinary);
|
|
78
|
+
this.methodInfoDeleteAnnotation = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
79
|
+
return request.serializeBinary();
|
|
80
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
81
|
+
this.methodInfoDeleteAnnotations = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
82
|
+
return request.serializeBinary();
|
|
83
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
84
|
+
this.methodInfoPostAnnotationsSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiSearchResponse, (request) => {
|
|
85
|
+
return request.serializeBinary();
|
|
86
|
+
}, service_pb_1.MultiSearchResponse.deserializeBinary);
|
|
87
|
+
this.methodInfoGetInputCount = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleInputCountResponse, (request) => {
|
|
88
|
+
return request.serializeBinary();
|
|
89
|
+
}, service_pb_1.SingleInputCountResponse.deserializeBinary);
|
|
90
|
+
this.methodInfoStreamInputs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiInputResponse, (request) => {
|
|
91
|
+
return request.serializeBinary();
|
|
92
|
+
}, service_pb_1.MultiInputResponse.deserializeBinary);
|
|
93
|
+
this.methodInfoGetInputSamples = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiInputAnnotationResponse, (request) => {
|
|
94
|
+
return request.serializeBinary();
|
|
95
|
+
}, service_pb_1.MultiInputAnnotationResponse.deserializeBinary);
|
|
96
|
+
this.methodInfoGetInput = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleInputResponse, (request) => {
|
|
97
|
+
return request.serializeBinary();
|
|
98
|
+
}, service_pb_1.SingleInputResponse.deserializeBinary);
|
|
99
|
+
this.methodInfoListInputs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiInputResponse, (request) => {
|
|
100
|
+
return request.serializeBinary();
|
|
101
|
+
}, service_pb_1.MultiInputResponse.deserializeBinary);
|
|
102
|
+
this.methodInfoPostInputs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiInputResponse, (request) => {
|
|
103
|
+
return request.serializeBinary();
|
|
104
|
+
}, service_pb_1.MultiInputResponse.deserializeBinary);
|
|
105
|
+
this.methodInfoPatchInputs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiInputResponse, (request) => {
|
|
106
|
+
return request.serializeBinary();
|
|
107
|
+
}, service_pb_1.MultiInputResponse.deserializeBinary);
|
|
108
|
+
this.methodInfoDeleteInput = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
109
|
+
return request.serializeBinary();
|
|
110
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
111
|
+
this.methodInfoDeleteInputs = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
112
|
+
return request.serializeBinary();
|
|
113
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
114
|
+
this.methodInfoPostInputsSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiSearchResponse, (request) => {
|
|
115
|
+
return request.serializeBinary();
|
|
116
|
+
}, service_pb_1.MultiSearchResponse.deserializeBinary);
|
|
117
|
+
this.methodInfoPostModelOutputs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiOutputResponse, (request) => {
|
|
118
|
+
return request.serializeBinary();
|
|
119
|
+
}, service_pb_1.MultiOutputResponse.deserializeBinary);
|
|
120
|
+
this.methodInfoGetModelType = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelTypeResponse, (request) => {
|
|
121
|
+
return request.serializeBinary();
|
|
122
|
+
}, service_pb_1.SingleModelTypeResponse.deserializeBinary);
|
|
123
|
+
this.methodInfoListOpenSourceLicenses = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.ListOpenSourceLicensesResponse, (request) => {
|
|
124
|
+
return request.serializeBinary();
|
|
125
|
+
}, service_pb_1.ListOpenSourceLicensesResponse.deserializeBinary);
|
|
126
|
+
this.methodInfoListModelTypes = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelTypeResponse, (request) => {
|
|
127
|
+
return request.serializeBinary();
|
|
128
|
+
}, service_pb_1.MultiModelTypeResponse.deserializeBinary);
|
|
129
|
+
this.methodInfoGetModel = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelResponse, (request) => {
|
|
130
|
+
return request.serializeBinary();
|
|
131
|
+
}, service_pb_1.SingleModelResponse.deserializeBinary);
|
|
132
|
+
this.methodInfoGetModelOutputInfo = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelResponse, (request) => {
|
|
133
|
+
return request.serializeBinary();
|
|
134
|
+
}, service_pb_1.SingleModelResponse.deserializeBinary);
|
|
135
|
+
this.methodInfoListModels = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelResponse, (request) => {
|
|
136
|
+
return request.serializeBinary();
|
|
137
|
+
}, service_pb_1.MultiModelResponse.deserializeBinary);
|
|
138
|
+
this.methodInfoPostModelsSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelResponse, (request) => {
|
|
139
|
+
return request.serializeBinary();
|
|
140
|
+
}, service_pb_1.MultiModelResponse.deserializeBinary);
|
|
141
|
+
this.methodInfoPostModels = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelResponse, (request) => {
|
|
142
|
+
return request.serializeBinary();
|
|
143
|
+
}, service_pb_1.SingleModelResponse.deserializeBinary);
|
|
144
|
+
this.methodInfoPatchModels = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelResponse, (request) => {
|
|
145
|
+
return request.serializeBinary();
|
|
146
|
+
}, service_pb_1.MultiModelResponse.deserializeBinary);
|
|
147
|
+
this.methodInfoDeleteModel = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
148
|
+
return request.serializeBinary();
|
|
149
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
150
|
+
this.methodInfoDeleteModels = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
151
|
+
return request.serializeBinary();
|
|
152
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
153
|
+
this.methodInfoPatchModelToolkits = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelToolkitResponse, (request) => {
|
|
154
|
+
return request.serializeBinary();
|
|
155
|
+
}, service_pb_1.MultiModelToolkitResponse.deserializeBinary);
|
|
156
|
+
this.methodInfoPatchModelUseCases = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelUseCaseResponse, (request) => {
|
|
157
|
+
return request.serializeBinary();
|
|
158
|
+
}, service_pb_1.MultiModelUseCaseResponse.deserializeBinary);
|
|
159
|
+
this.methodInfoPatchModelLanguages = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelLanguageResponse, (request) => {
|
|
160
|
+
return request.serializeBinary();
|
|
161
|
+
}, service_pb_1.MultiModelLanguageResponse.deserializeBinary);
|
|
162
|
+
this.methodInfoListModelInputs = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiInputResponse, (request) => {
|
|
163
|
+
return request.serializeBinary();
|
|
164
|
+
}, service_pb_1.MultiInputResponse.deserializeBinary);
|
|
165
|
+
this.methodInfoGetModelVersion = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelVersionResponse, (request) => {
|
|
166
|
+
return request.serializeBinary();
|
|
167
|
+
}, service_pb_1.SingleModelVersionResponse.deserializeBinary);
|
|
168
|
+
this.methodInfoListModelVersions = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelVersionResponse, (request) => {
|
|
169
|
+
return request.serializeBinary();
|
|
170
|
+
}, service_pb_1.MultiModelVersionResponse.deserializeBinary);
|
|
171
|
+
this.methodInfoPostModelVersionsPublish = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
172
|
+
return request.serializeBinary();
|
|
173
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
174
|
+
this.methodInfoPostModelVersionsUnPublish = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
175
|
+
return request.serializeBinary();
|
|
176
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
177
|
+
this.methodInfoPostModelVersions = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelResponse, (request) => {
|
|
178
|
+
return request.serializeBinary();
|
|
179
|
+
}, service_pb_1.SingleModelResponse.deserializeBinary);
|
|
180
|
+
this.methodInfoPatchModelVersions = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelVersionResponse, (request) => {
|
|
181
|
+
return request.serializeBinary();
|
|
182
|
+
}, service_pb_1.MultiModelVersionResponse.deserializeBinary);
|
|
183
|
+
this.methodInfoDeleteModelVersion = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
184
|
+
return request.serializeBinary();
|
|
185
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
186
|
+
this.methodInfoGetModelVersionMetrics = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelVersionResponse, (request) => {
|
|
187
|
+
return request.serializeBinary();
|
|
188
|
+
}, service_pb_1.SingleModelVersionResponse.deserializeBinary);
|
|
189
|
+
this.methodInfoPostModelVersionMetrics = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelVersionResponse, (request) => {
|
|
190
|
+
return request.serializeBinary();
|
|
191
|
+
}, service_pb_1.SingleModelVersionResponse.deserializeBinary);
|
|
192
|
+
this.methodInfoListModelReferences = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelReferenceResponse, (request) => {
|
|
193
|
+
return request.serializeBinary();
|
|
194
|
+
}, service_pb_1.MultiModelReferenceResponse.deserializeBinary);
|
|
195
|
+
this.methodInfoGetModelVersionInputExample = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleModelVersionInputExampleResponse, (request) => {
|
|
196
|
+
return request.serializeBinary();
|
|
197
|
+
}, service_pb_1.SingleModelVersionInputExampleResponse.deserializeBinary);
|
|
198
|
+
this.methodInfoListModelVersionInputExamples = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiModelVersionInputExampleResponse, (request) => {
|
|
199
|
+
return request.serializeBinary();
|
|
200
|
+
}, service_pb_1.MultiModelVersionInputExampleResponse.deserializeBinary);
|
|
201
|
+
this.methodInfoGetWorkflow = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleWorkflowResponse, (request) => {
|
|
202
|
+
return request.serializeBinary();
|
|
203
|
+
}, service_pb_1.SingleWorkflowResponse.deserializeBinary);
|
|
204
|
+
this.methodInfoListWorkflows = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiWorkflowResponse, (request) => {
|
|
205
|
+
return request.serializeBinary();
|
|
206
|
+
}, service_pb_1.MultiWorkflowResponse.deserializeBinary);
|
|
207
|
+
this.methodInfoPostWorkflows = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiWorkflowResponse, (request) => {
|
|
208
|
+
return request.serializeBinary();
|
|
209
|
+
}, service_pb_1.MultiWorkflowResponse.deserializeBinary);
|
|
210
|
+
this.methodInfoPatchWorkflows = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiWorkflowResponse, (request) => {
|
|
211
|
+
return request.serializeBinary();
|
|
212
|
+
}, service_pb_1.MultiWorkflowResponse.deserializeBinary);
|
|
213
|
+
this.methodInfoDeleteWorkflow = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
214
|
+
return request.serializeBinary();
|
|
215
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
216
|
+
this.methodInfoDeleteWorkflows = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
217
|
+
return request.serializeBinary();
|
|
218
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
219
|
+
this.methodInfoPostWorkflowResults = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.PostWorkflowResultsResponse, (request) => {
|
|
220
|
+
return request.serializeBinary();
|
|
221
|
+
}, service_pb_1.PostWorkflowResultsResponse.deserializeBinary);
|
|
222
|
+
this.methodInfoPostWorkflowResultsSimilarity = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.PostWorkflowResultsSimilarityResponse, (request) => {
|
|
223
|
+
return request.serializeBinary();
|
|
224
|
+
}, service_pb_1.PostWorkflowResultsSimilarityResponse.deserializeBinary);
|
|
225
|
+
this.methodInfoListWorkflowVersions = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiWorkflowVersionResponse, (request) => {
|
|
226
|
+
return request.serializeBinary();
|
|
227
|
+
}, service_pb_1.MultiWorkflowVersionResponse.deserializeBinary);
|
|
228
|
+
this.methodInfoGetWorkflowVersion = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleWorkflowVersionResponse, (request) => {
|
|
229
|
+
return request.serializeBinary();
|
|
230
|
+
}, service_pb_1.SingleWorkflowVersionResponse.deserializeBinary);
|
|
231
|
+
this.methodInfoDeleteWorkflowVersions = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
232
|
+
return request.serializeBinary();
|
|
233
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
234
|
+
this.methodInfoPatchWorkflowVersions = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiWorkflowVersionResponse, (request) => {
|
|
235
|
+
return request.serializeBinary();
|
|
236
|
+
}, service_pb_1.MultiWorkflowVersionResponse.deserializeBinary);
|
|
237
|
+
this.methodInfoGetKey = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleKeyResponse, (request) => {
|
|
238
|
+
return request.serializeBinary();
|
|
239
|
+
}, service_pb_1.SingleKeyResponse.deserializeBinary);
|
|
240
|
+
this.methodInfoListKeys = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiKeyResponse, (request) => {
|
|
241
|
+
return request.serializeBinary();
|
|
242
|
+
}, service_pb_1.MultiKeyResponse.deserializeBinary);
|
|
243
|
+
this.methodInfoListAppKeys = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiKeyResponse, (request) => {
|
|
244
|
+
return request.serializeBinary();
|
|
245
|
+
}, service_pb_1.MultiKeyResponse.deserializeBinary);
|
|
246
|
+
this.methodInfoDeleteKey = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
247
|
+
return request.serializeBinary();
|
|
248
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
249
|
+
this.methodInfoPostKeys = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiKeyResponse, (request) => {
|
|
250
|
+
return request.serializeBinary();
|
|
251
|
+
}, service_pb_1.MultiKeyResponse.deserializeBinary);
|
|
252
|
+
this.methodInfoPatchKeys = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiKeyResponse, (request) => {
|
|
253
|
+
return request.serializeBinary();
|
|
254
|
+
}, service_pb_1.MultiKeyResponse.deserializeBinary);
|
|
255
|
+
this.methodInfoMyScopes = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiScopeResponse, (request) => {
|
|
256
|
+
return request.serializeBinary();
|
|
257
|
+
}, service_pb_1.MultiScopeResponse.deserializeBinary);
|
|
258
|
+
this.methodInfoMyScopesUser = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiScopeUserResponse, (request) => {
|
|
259
|
+
return request.serializeBinary();
|
|
260
|
+
}, service_pb_1.MultiScopeUserResponse.deserializeBinary);
|
|
261
|
+
this.methodInfoMyScopesRoot = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiScopeRootResponse, (request) => {
|
|
262
|
+
return request.serializeBinary();
|
|
263
|
+
}, service_pb_1.MultiScopeRootResponse.deserializeBinary);
|
|
264
|
+
this.methodInfoListScopes = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiScopeDepsResponse, (request) => {
|
|
265
|
+
return request.serializeBinary();
|
|
266
|
+
}, service_pb_1.MultiScopeDepsResponse.deserializeBinary);
|
|
267
|
+
this.methodInfoGetApp = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleAppResponse, (request) => {
|
|
268
|
+
return request.serializeBinary();
|
|
269
|
+
}, service_pb_1.SingleAppResponse.deserializeBinary);
|
|
270
|
+
this.methodInfoListApps = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAppResponse, (request) => {
|
|
271
|
+
return request.serializeBinary();
|
|
272
|
+
}, service_pb_1.MultiAppResponse.deserializeBinary);
|
|
273
|
+
this.methodInfoDeleteApp = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
274
|
+
return request.serializeBinary();
|
|
275
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
276
|
+
this.methodInfoPostApps = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAppResponse, (request) => {
|
|
277
|
+
return request.serializeBinary();
|
|
278
|
+
}, service_pb_1.MultiAppResponse.deserializeBinary);
|
|
279
|
+
this.methodInfoPatchApps = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAppResponse, (request) => {
|
|
280
|
+
return request.serializeBinary();
|
|
281
|
+
}, service_pb_1.MultiAppResponse.deserializeBinary);
|
|
282
|
+
this.methodInfoPostAppsSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAppResponse, (request) => {
|
|
283
|
+
return request.serializeBinary();
|
|
284
|
+
}, service_pb_1.MultiAppResponse.deserializeBinary);
|
|
285
|
+
this.methodInfoPostValidatePassword = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SinglePasswordValidationResponse, (request) => {
|
|
286
|
+
return request.serializeBinary();
|
|
287
|
+
}, service_pb_1.SinglePasswordValidationResponse.deserializeBinary);
|
|
288
|
+
this.methodInfoGetSearch = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleSearchResponse, (request) => {
|
|
289
|
+
return request.serializeBinary();
|
|
290
|
+
}, service_pb_1.SingleSearchResponse.deserializeBinary);
|
|
291
|
+
this.methodInfoListSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiSearchResponse, (request) => {
|
|
292
|
+
return request.serializeBinary();
|
|
293
|
+
}, service_pb_1.MultiSearchResponse.deserializeBinary);
|
|
294
|
+
this.methodInfoPostSearches = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiSearchResponse, (request) => {
|
|
295
|
+
return request.serializeBinary();
|
|
296
|
+
}, service_pb_1.MultiSearchResponse.deserializeBinary);
|
|
297
|
+
this.methodInfoPostSearchesByID = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiSearchResponse, (request) => {
|
|
298
|
+
return request.serializeBinary();
|
|
299
|
+
}, service_pb_1.MultiSearchResponse.deserializeBinary);
|
|
300
|
+
this.methodInfoPostAnnotationSearchMetrics = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAnnotationSearchMetricsResponse, (request) => {
|
|
301
|
+
return request.serializeBinary();
|
|
302
|
+
}, service_pb_1.MultiAnnotationSearchMetricsResponse.deserializeBinary);
|
|
303
|
+
this.methodInfoGetAnnotationSearchMetrics = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAnnotationSearchMetricsResponse, (request) => {
|
|
304
|
+
return request.serializeBinary();
|
|
305
|
+
}, service_pb_1.MultiAnnotationSearchMetricsResponse.deserializeBinary);
|
|
306
|
+
this.methodInfoListAnnotationSearchMetrics = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAnnotationSearchMetricsResponse, (request) => {
|
|
307
|
+
return request.serializeBinary();
|
|
308
|
+
}, service_pb_1.MultiAnnotationSearchMetricsResponse.deserializeBinary);
|
|
309
|
+
this.methodInfoDeleteAnnotationSearchMetrics = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
310
|
+
return request.serializeBinary();
|
|
311
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
312
|
+
this.methodInfoDeleteSearch = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
313
|
+
return request.serializeBinary();
|
|
314
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
315
|
+
this.methodInfoListStatusCodes = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiStatusCodeResponse, (request) => {
|
|
316
|
+
return request.serializeBinary();
|
|
317
|
+
}, service_pb_1.MultiStatusCodeResponse.deserializeBinary);
|
|
318
|
+
this.methodInfoGetStatusCode = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleStatusCodeResponse, (request) => {
|
|
319
|
+
return request.serializeBinary();
|
|
320
|
+
}, service_pb_1.SingleStatusCodeResponse.deserializeBinary);
|
|
321
|
+
this.methodInfoListCollaborators = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollaboratorsResponse, (request) => {
|
|
322
|
+
return request.serializeBinary();
|
|
323
|
+
}, service_pb_1.MultiCollaboratorsResponse.deserializeBinary);
|
|
324
|
+
this.methodInfoPostCollaborators = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollaboratorsResponse, (request) => {
|
|
325
|
+
return request.serializeBinary();
|
|
326
|
+
}, service_pb_1.MultiCollaboratorsResponse.deserializeBinary);
|
|
327
|
+
this.methodInfoPatchCollaborators = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollaboratorsResponse, (request) => {
|
|
328
|
+
return request.serializeBinary();
|
|
329
|
+
}, service_pb_1.MultiCollaboratorsResponse.deserializeBinary);
|
|
330
|
+
this.methodInfoDeleteCollaborators = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
331
|
+
return request.serializeBinary();
|
|
332
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
333
|
+
this.methodInfoListCollaborations = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollaborationsResponse, (request) => {
|
|
334
|
+
return request.serializeBinary();
|
|
335
|
+
}, service_pb_1.MultiCollaborationsResponse.deserializeBinary);
|
|
336
|
+
this.methodInfoPostAppDuplications = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAppDuplicationsResponse, (request) => {
|
|
337
|
+
return request.serializeBinary();
|
|
338
|
+
}, service_pb_1.MultiAppDuplicationsResponse.deserializeBinary);
|
|
339
|
+
this.methodInfoListAppDuplications = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiAppDuplicationsResponse, (request) => {
|
|
340
|
+
return request.serializeBinary();
|
|
341
|
+
}, service_pb_1.MultiAppDuplicationsResponse.deserializeBinary);
|
|
342
|
+
this.methodInfoGetAppDuplication = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleAppDuplicationResponse, (request) => {
|
|
343
|
+
return request.serializeBinary();
|
|
344
|
+
}, service_pb_1.SingleAppDuplicationResponse.deserializeBinary);
|
|
345
|
+
this.methodInfoPostTasks = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiTaskResponse, (request) => {
|
|
346
|
+
return request.serializeBinary();
|
|
347
|
+
}, service_pb_1.MultiTaskResponse.deserializeBinary);
|
|
348
|
+
this.methodInfoGetTaskAnnotationCount = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleTaskCountResponse, (request) => {
|
|
349
|
+
return request.serializeBinary();
|
|
350
|
+
}, service_pb_1.SingleTaskCountResponse.deserializeBinary);
|
|
351
|
+
this.methodInfoGetTaskInputCount = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleTaskCountResponse, (request) => {
|
|
352
|
+
return request.serializeBinary();
|
|
353
|
+
}, service_pb_1.SingleTaskCountResponse.deserializeBinary);
|
|
354
|
+
this.methodInfoGetTask = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleTaskResponse, (request) => {
|
|
355
|
+
return request.serializeBinary();
|
|
356
|
+
}, service_pb_1.SingleTaskResponse.deserializeBinary);
|
|
357
|
+
this.methodInfoListTasks = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiTaskResponse, (request) => {
|
|
358
|
+
return request.serializeBinary();
|
|
359
|
+
}, service_pb_1.MultiTaskResponse.deserializeBinary);
|
|
360
|
+
this.methodInfoPatchTasks = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiTaskResponse, (request) => {
|
|
361
|
+
return request.serializeBinary();
|
|
362
|
+
}, service_pb_1.MultiTaskResponse.deserializeBinary);
|
|
363
|
+
this.methodInfoDeleteTasks = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
364
|
+
return request.serializeBinary();
|
|
365
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
366
|
+
this.methodInfoPostCollectors = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollectorResponse, (request) => {
|
|
367
|
+
return request.serializeBinary();
|
|
368
|
+
}, service_pb_1.MultiCollectorResponse.deserializeBinary);
|
|
369
|
+
this.methodInfoGetCollector = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.SingleCollectorResponse, (request) => {
|
|
370
|
+
return request.serializeBinary();
|
|
371
|
+
}, service_pb_1.SingleCollectorResponse.deserializeBinary);
|
|
372
|
+
this.methodInfoListCollectors = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollectorResponse, (request) => {
|
|
373
|
+
return request.serializeBinary();
|
|
374
|
+
}, service_pb_1.MultiCollectorResponse.deserializeBinary);
|
|
375
|
+
this.methodInfoPatchCollectors = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiCollectorResponse, (request) => {
|
|
376
|
+
return request.serializeBinary();
|
|
377
|
+
}, service_pb_1.MultiCollectorResponse.deserializeBinary);
|
|
378
|
+
this.methodInfoDeleteCollectors = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
379
|
+
return request.serializeBinary();
|
|
380
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
381
|
+
this.methodInfoPostStatValues = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiStatValueResponse, (request) => {
|
|
382
|
+
return request.serializeBinary();
|
|
383
|
+
}, service_pb_1.MultiStatValueResponse.deserializeBinary);
|
|
384
|
+
this.methodInfoPostStatValuesAggregate = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiStatValueAggregateResponse, (request) => {
|
|
385
|
+
return request.serializeBinary();
|
|
386
|
+
}, service_pb_1.MultiStatValueAggregateResponse.deserializeBinary);
|
|
387
|
+
this.methodInfoPostTrendingMetricsView = new grpcWeb.AbstractClientBase.MethodInfo(proto_clarifai_api_status_status_pb.BaseResponse, (request) => {
|
|
388
|
+
return request.serializeBinary();
|
|
389
|
+
}, proto_clarifai_api_status_status_pb.BaseResponse.deserializeBinary);
|
|
390
|
+
this.methodInfoListTrendingMetricsViews = new grpcWeb.AbstractClientBase.MethodInfo(service_pb_1.MultiTrendingMetricsViewResponse, (request) => {
|
|
391
|
+
return request.serializeBinary();
|
|
392
|
+
}, service_pb_1.MultiTrendingMetricsViewResponse.deserializeBinary);
|
|
393
|
+
if (!options)
|
|
394
|
+
options = {};
|
|
395
|
+
if (!credentials)
|
|
396
|
+
credentials = {};
|
|
397
|
+
options['format'] = 'binary';
|
|
398
|
+
this.client_ = new grpcWeb.GrpcWebClientBase(options);
|
|
399
|
+
this.hostname_ = hostname;
|
|
400
|
+
this.credentials_ = credentials;
|
|
401
|
+
this.options_ = options;
|
|
402
|
+
}
|
|
403
|
+
listConceptRelations(request, metadata, callback) {
|
|
404
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
405
|
+
'/clarifai.api.V2/ListConceptRelations', request, metadata || {}, this.methodInfoListConceptRelations, callback);
|
|
406
|
+
}
|
|
407
|
+
postConceptRelations(request, metadata, callback) {
|
|
408
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
409
|
+
'/clarifai.api.V2/PostConceptRelations', request, metadata || {}, this.methodInfoPostConceptRelations, callback);
|
|
410
|
+
}
|
|
411
|
+
deleteConceptRelations(request, metadata, callback) {
|
|
412
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
413
|
+
'/clarifai.api.V2/DeleteConceptRelations', request, metadata || {}, this.methodInfoDeleteConceptRelations, callback);
|
|
414
|
+
}
|
|
415
|
+
getConceptCounts(request, metadata, callback) {
|
|
416
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
417
|
+
'/clarifai.api.V2/GetConceptCounts', request, metadata || {}, this.methodInfoGetConceptCounts, callback);
|
|
418
|
+
}
|
|
419
|
+
getConcept(request, metadata, callback) {
|
|
420
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
421
|
+
'/clarifai.api.V2/GetConcept', request, metadata || {}, this.methodInfoGetConcept, callback);
|
|
422
|
+
}
|
|
423
|
+
listConcepts(request, metadata, callback) {
|
|
424
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
425
|
+
'/clarifai.api.V2/ListConcepts', request, metadata || {}, this.methodInfoListConcepts, callback);
|
|
426
|
+
}
|
|
427
|
+
postConceptsSearches(request, metadata, callback) {
|
|
428
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
429
|
+
'/clarifai.api.V2/PostConceptsSearches', request, metadata || {}, this.methodInfoPostConceptsSearches, callback);
|
|
430
|
+
}
|
|
431
|
+
postConcepts(request, metadata, callback) {
|
|
432
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
433
|
+
'/clarifai.api.V2/PostConcepts', request, metadata || {}, this.methodInfoPostConcepts, callback);
|
|
434
|
+
}
|
|
435
|
+
patchConcepts(request, metadata, callback) {
|
|
436
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
437
|
+
'/clarifai.api.V2/PatchConcepts', request, metadata || {}, this.methodInfoPatchConcepts, callback);
|
|
438
|
+
}
|
|
439
|
+
getConceptLanguage(request, metadata, callback) {
|
|
440
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
441
|
+
'/clarifai.api.V2/GetConceptLanguage', request, metadata || {}, this.methodInfoGetConceptLanguage, callback);
|
|
442
|
+
}
|
|
443
|
+
listConceptLanguages(request, metadata, callback) {
|
|
444
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
445
|
+
'/clarifai.api.V2/ListConceptLanguages', request, metadata || {}, this.methodInfoListConceptLanguages, callback);
|
|
446
|
+
}
|
|
447
|
+
postConceptLanguages(request, metadata, callback) {
|
|
448
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
449
|
+
'/clarifai.api.V2/PostConceptLanguages', request, metadata || {}, this.methodInfoPostConceptLanguages, callback);
|
|
450
|
+
}
|
|
451
|
+
patchConceptLanguages(request, metadata, callback) {
|
|
452
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
453
|
+
'/clarifai.api.V2/PatchConceptLanguages', request, metadata || {}, this.methodInfoPatchConceptLanguages, callback);
|
|
454
|
+
}
|
|
455
|
+
listKnowledgeGraphs(request, metadata, callback) {
|
|
456
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
457
|
+
'/clarifai.api.V2/ListKnowledgeGraphs', request, metadata || {}, this.methodInfoListKnowledgeGraphs, callback);
|
|
458
|
+
}
|
|
459
|
+
postKnowledgeGraphs(request, metadata, callback) {
|
|
460
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
461
|
+
'/clarifai.api.V2/PostKnowledgeGraphs', request, metadata || {}, this.methodInfoPostKnowledgeGraphs, callback);
|
|
462
|
+
}
|
|
463
|
+
postConceptMappingJobs(request, metadata, callback) {
|
|
464
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
465
|
+
'/clarifai.api.V2/PostConceptMappingJobs', request, metadata || {}, this.methodInfoPostConceptMappingJobs, callback);
|
|
466
|
+
}
|
|
467
|
+
getAnnotation(request, metadata, callback) {
|
|
468
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
469
|
+
'/clarifai.api.V2/GetAnnotation', request, metadata || {}, this.methodInfoGetAnnotation, callback);
|
|
470
|
+
}
|
|
471
|
+
listAnnotations(request, metadata, callback) {
|
|
472
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
473
|
+
'/clarifai.api.V2/ListAnnotations', request, metadata || {}, this.methodInfoListAnnotations, callback);
|
|
474
|
+
}
|
|
475
|
+
postAnnotations(request, metadata, callback) {
|
|
476
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
477
|
+
'/clarifai.api.V2/PostAnnotations', request, metadata || {}, this.methodInfoPostAnnotations, callback);
|
|
478
|
+
}
|
|
479
|
+
patchAnnotations(request, metadata, callback) {
|
|
480
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
481
|
+
'/clarifai.api.V2/PatchAnnotations', request, metadata || {}, this.methodInfoPatchAnnotations, callback);
|
|
482
|
+
}
|
|
483
|
+
patchAnnotationsStatus(request, metadata, callback) {
|
|
484
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
485
|
+
'/clarifai.api.V2/PatchAnnotationsStatus', request, metadata || {}, this.methodInfoPatchAnnotationsStatus, callback);
|
|
486
|
+
}
|
|
487
|
+
deleteAnnotation(request, metadata, callback) {
|
|
488
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
489
|
+
'/clarifai.api.V2/DeleteAnnotation', request, metadata || {}, this.methodInfoDeleteAnnotation, callback);
|
|
490
|
+
}
|
|
491
|
+
deleteAnnotations(request, metadata, callback) {
|
|
492
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
493
|
+
'/clarifai.api.V2/DeleteAnnotations', request, metadata || {}, this.methodInfoDeleteAnnotations, callback);
|
|
494
|
+
}
|
|
495
|
+
postAnnotationsSearches(request, metadata, callback) {
|
|
496
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
497
|
+
'/clarifai.api.V2/PostAnnotationsSearches', request, metadata || {}, this.methodInfoPostAnnotationsSearches, callback);
|
|
498
|
+
}
|
|
499
|
+
getInputCount(request, metadata, callback) {
|
|
500
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
501
|
+
'/clarifai.api.V2/GetInputCount', request, metadata || {}, this.methodInfoGetInputCount, callback);
|
|
502
|
+
}
|
|
503
|
+
streamInputs(request, metadata, callback) {
|
|
504
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
505
|
+
'/clarifai.api.V2/StreamInputs', request, metadata || {}, this.methodInfoStreamInputs, callback);
|
|
506
|
+
}
|
|
507
|
+
getInputSamples(request, metadata, callback) {
|
|
508
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
509
|
+
'/clarifai.api.V2/GetInputSamples', request, metadata || {}, this.methodInfoGetInputSamples, callback);
|
|
510
|
+
}
|
|
511
|
+
getInput(request, metadata, callback) {
|
|
512
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
513
|
+
'/clarifai.api.V2/GetInput', request, metadata || {}, this.methodInfoGetInput, callback);
|
|
514
|
+
}
|
|
515
|
+
listInputs(request, metadata, callback) {
|
|
516
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
517
|
+
'/clarifai.api.V2/ListInputs', request, metadata || {}, this.methodInfoListInputs, callback);
|
|
518
|
+
}
|
|
519
|
+
postInputs(request, metadata, callback) {
|
|
520
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
521
|
+
'/clarifai.api.V2/PostInputs', request, metadata || {}, this.methodInfoPostInputs, callback);
|
|
522
|
+
}
|
|
523
|
+
patchInputs(request, metadata, callback) {
|
|
524
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
525
|
+
'/clarifai.api.V2/PatchInputs', request, metadata || {}, this.methodInfoPatchInputs, callback);
|
|
526
|
+
}
|
|
527
|
+
deleteInput(request, metadata, callback) {
|
|
528
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
529
|
+
'/clarifai.api.V2/DeleteInput', request, metadata || {}, this.methodInfoDeleteInput, callback);
|
|
530
|
+
}
|
|
531
|
+
deleteInputs(request, metadata, callback) {
|
|
532
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
533
|
+
'/clarifai.api.V2/DeleteInputs', request, metadata || {}, this.methodInfoDeleteInputs, callback);
|
|
534
|
+
}
|
|
535
|
+
postInputsSearches(request, metadata, callback) {
|
|
536
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
537
|
+
'/clarifai.api.V2/PostInputsSearches', request, metadata || {}, this.methodInfoPostInputsSearches, callback);
|
|
538
|
+
}
|
|
539
|
+
postModelOutputs(request, metadata, callback) {
|
|
540
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
541
|
+
'/clarifai.api.V2/PostModelOutputs', request, metadata || {}, this.methodInfoPostModelOutputs, callback);
|
|
542
|
+
}
|
|
543
|
+
getModelType(request, metadata, callback) {
|
|
544
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
545
|
+
'/clarifai.api.V2/GetModelType', request, metadata || {}, this.methodInfoGetModelType, callback);
|
|
546
|
+
}
|
|
547
|
+
listOpenSourceLicenses(request, metadata, callback) {
|
|
548
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
549
|
+
'/clarifai.api.V2/ListOpenSourceLicenses', request, metadata || {}, this.methodInfoListOpenSourceLicenses, callback);
|
|
550
|
+
}
|
|
551
|
+
listModelTypes(request, metadata, callback) {
|
|
552
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
553
|
+
'/clarifai.api.V2/ListModelTypes', request, metadata || {}, this.methodInfoListModelTypes, callback);
|
|
554
|
+
}
|
|
555
|
+
getModel(request, metadata, callback) {
|
|
556
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
557
|
+
'/clarifai.api.V2/GetModel', request, metadata || {}, this.methodInfoGetModel, callback);
|
|
558
|
+
}
|
|
559
|
+
getModelOutputInfo(request, metadata, callback) {
|
|
560
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
561
|
+
'/clarifai.api.V2/GetModelOutputInfo', request, metadata || {}, this.methodInfoGetModelOutputInfo, callback);
|
|
562
|
+
}
|
|
563
|
+
listModels(request, metadata, callback) {
|
|
564
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
565
|
+
'/clarifai.api.V2/ListModels', request, metadata || {}, this.methodInfoListModels, callback);
|
|
566
|
+
}
|
|
567
|
+
postModelsSearches(request, metadata, callback) {
|
|
568
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
569
|
+
'/clarifai.api.V2/PostModelsSearches', request, metadata || {}, this.methodInfoPostModelsSearches, callback);
|
|
570
|
+
}
|
|
571
|
+
postModels(request, metadata, callback) {
|
|
572
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
573
|
+
'/clarifai.api.V2/PostModels', request, metadata || {}, this.methodInfoPostModels, callback);
|
|
574
|
+
}
|
|
575
|
+
patchModels(request, metadata, callback) {
|
|
576
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
577
|
+
'/clarifai.api.V2/PatchModels', request, metadata || {}, this.methodInfoPatchModels, callback);
|
|
578
|
+
}
|
|
579
|
+
deleteModel(request, metadata, callback) {
|
|
580
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
581
|
+
'/clarifai.api.V2/DeleteModel', request, metadata || {}, this.methodInfoDeleteModel, callback);
|
|
582
|
+
}
|
|
583
|
+
deleteModels(request, metadata, callback) {
|
|
584
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
585
|
+
'/clarifai.api.V2/DeleteModels', request, metadata || {}, this.methodInfoDeleteModels, callback);
|
|
586
|
+
}
|
|
587
|
+
patchModelToolkits(request, metadata, callback) {
|
|
588
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
589
|
+
'/clarifai.api.V2/PatchModelToolkits', request, metadata || {}, this.methodInfoPatchModelToolkits, callback);
|
|
590
|
+
}
|
|
591
|
+
patchModelUseCases(request, metadata, callback) {
|
|
592
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
593
|
+
'/clarifai.api.V2/PatchModelUseCases', request, metadata || {}, this.methodInfoPatchModelUseCases, callback);
|
|
594
|
+
}
|
|
595
|
+
patchModelLanguages(request, metadata, callback) {
|
|
596
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
597
|
+
'/clarifai.api.V2/PatchModelLanguages', request, metadata || {}, this.methodInfoPatchModelLanguages, callback);
|
|
598
|
+
}
|
|
599
|
+
listModelInputs(request, metadata, callback) {
|
|
600
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
601
|
+
'/clarifai.api.V2/ListModelInputs', request, metadata || {}, this.methodInfoListModelInputs, callback);
|
|
602
|
+
}
|
|
603
|
+
getModelVersion(request, metadata, callback) {
|
|
604
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
605
|
+
'/clarifai.api.V2/GetModelVersion', request, metadata || {}, this.methodInfoGetModelVersion, callback);
|
|
606
|
+
}
|
|
607
|
+
listModelVersions(request, metadata, callback) {
|
|
608
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
609
|
+
'/clarifai.api.V2/ListModelVersions', request, metadata || {}, this.methodInfoListModelVersions, callback);
|
|
610
|
+
}
|
|
611
|
+
postModelVersionsPublish(request, metadata, callback) {
|
|
612
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
613
|
+
'/clarifai.api.V2/PostModelVersionsPublish', request, metadata || {}, this.methodInfoPostModelVersionsPublish, callback);
|
|
614
|
+
}
|
|
615
|
+
postModelVersionsUnPublish(request, metadata, callback) {
|
|
616
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
617
|
+
'/clarifai.api.V2/PostModelVersionsUnPublish', request, metadata || {}, this.methodInfoPostModelVersionsUnPublish, callback);
|
|
618
|
+
}
|
|
619
|
+
postModelVersions(request, metadata, callback) {
|
|
620
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
621
|
+
'/clarifai.api.V2/PostModelVersions', request, metadata || {}, this.methodInfoPostModelVersions, callback);
|
|
622
|
+
}
|
|
623
|
+
patchModelVersions(request, metadata, callback) {
|
|
624
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
625
|
+
'/clarifai.api.V2/PatchModelVersions', request, metadata || {}, this.methodInfoPatchModelVersions, callback);
|
|
626
|
+
}
|
|
627
|
+
deleteModelVersion(request, metadata, callback) {
|
|
628
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
629
|
+
'/clarifai.api.V2/DeleteModelVersion', request, metadata || {}, this.methodInfoDeleteModelVersion, callback);
|
|
630
|
+
}
|
|
631
|
+
getModelVersionMetrics(request, metadata, callback) {
|
|
632
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
633
|
+
'/clarifai.api.V2/GetModelVersionMetrics', request, metadata || {}, this.methodInfoGetModelVersionMetrics, callback);
|
|
634
|
+
}
|
|
635
|
+
postModelVersionMetrics(request, metadata, callback) {
|
|
636
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
637
|
+
'/clarifai.api.V2/PostModelVersionMetrics', request, metadata || {}, this.methodInfoPostModelVersionMetrics, callback);
|
|
638
|
+
}
|
|
639
|
+
listModelReferences(request, metadata, callback) {
|
|
640
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
641
|
+
'/clarifai.api.V2/ListModelReferences', request, metadata || {}, this.methodInfoListModelReferences, callback);
|
|
642
|
+
}
|
|
643
|
+
getModelVersionInputExample(request, metadata, callback) {
|
|
644
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
645
|
+
'/clarifai.api.V2/GetModelVersionInputExample', request, metadata || {}, this.methodInfoGetModelVersionInputExample, callback);
|
|
646
|
+
}
|
|
647
|
+
listModelVersionInputExamples(request, metadata, callback) {
|
|
648
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
649
|
+
'/clarifai.api.V2/ListModelVersionInputExamples', request, metadata || {}, this.methodInfoListModelVersionInputExamples, callback);
|
|
650
|
+
}
|
|
651
|
+
getWorkflow(request, metadata, callback) {
|
|
652
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
653
|
+
'/clarifai.api.V2/GetWorkflow', request, metadata || {}, this.methodInfoGetWorkflow, callback);
|
|
654
|
+
}
|
|
655
|
+
listWorkflows(request, metadata, callback) {
|
|
656
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
657
|
+
'/clarifai.api.V2/ListWorkflows', request, metadata || {}, this.methodInfoListWorkflows, callback);
|
|
658
|
+
}
|
|
659
|
+
postWorkflows(request, metadata, callback) {
|
|
660
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
661
|
+
'/clarifai.api.V2/PostWorkflows', request, metadata || {}, this.methodInfoPostWorkflows, callback);
|
|
662
|
+
}
|
|
663
|
+
patchWorkflows(request, metadata, callback) {
|
|
664
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
665
|
+
'/clarifai.api.V2/PatchWorkflows', request, metadata || {}, this.methodInfoPatchWorkflows, callback);
|
|
666
|
+
}
|
|
667
|
+
deleteWorkflow(request, metadata, callback) {
|
|
668
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
669
|
+
'/clarifai.api.V2/DeleteWorkflow', request, metadata || {}, this.methodInfoDeleteWorkflow, callback);
|
|
670
|
+
}
|
|
671
|
+
deleteWorkflows(request, metadata, callback) {
|
|
672
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
673
|
+
'/clarifai.api.V2/DeleteWorkflows', request, metadata || {}, this.methodInfoDeleteWorkflows, callback);
|
|
674
|
+
}
|
|
675
|
+
postWorkflowResults(request, metadata, callback) {
|
|
676
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
677
|
+
'/clarifai.api.V2/PostWorkflowResults', request, metadata || {}, this.methodInfoPostWorkflowResults, callback);
|
|
678
|
+
}
|
|
679
|
+
postWorkflowResultsSimilarity(request, metadata, callback) {
|
|
680
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
681
|
+
'/clarifai.api.V2/PostWorkflowResultsSimilarity', request, metadata || {}, this.methodInfoPostWorkflowResultsSimilarity, callback);
|
|
682
|
+
}
|
|
683
|
+
listWorkflowVersions(request, metadata, callback) {
|
|
684
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
685
|
+
'/clarifai.api.V2/ListWorkflowVersions', request, metadata || {}, this.methodInfoListWorkflowVersions, callback);
|
|
686
|
+
}
|
|
687
|
+
getWorkflowVersion(request, metadata, callback) {
|
|
688
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
689
|
+
'/clarifai.api.V2/GetWorkflowVersion', request, metadata || {}, this.methodInfoGetWorkflowVersion, callback);
|
|
690
|
+
}
|
|
691
|
+
deleteWorkflowVersions(request, metadata, callback) {
|
|
692
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
693
|
+
'/clarifai.api.V2/DeleteWorkflowVersions', request, metadata || {}, this.methodInfoDeleteWorkflowVersions, callback);
|
|
694
|
+
}
|
|
695
|
+
patchWorkflowVersions(request, metadata, callback) {
|
|
696
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
697
|
+
'/clarifai.api.V2/PatchWorkflowVersions', request, metadata || {}, this.methodInfoPatchWorkflowVersions, callback);
|
|
698
|
+
}
|
|
699
|
+
getKey(request, metadata, callback) {
|
|
700
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
701
|
+
'/clarifai.api.V2/GetKey', request, metadata || {}, this.methodInfoGetKey, callback);
|
|
702
|
+
}
|
|
703
|
+
listKeys(request, metadata, callback) {
|
|
704
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
705
|
+
'/clarifai.api.V2/ListKeys', request, metadata || {}, this.methodInfoListKeys, callback);
|
|
706
|
+
}
|
|
707
|
+
listAppKeys(request, metadata, callback) {
|
|
708
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
709
|
+
'/clarifai.api.V2/ListAppKeys', request, metadata || {}, this.methodInfoListAppKeys, callback);
|
|
710
|
+
}
|
|
711
|
+
deleteKey(request, metadata, callback) {
|
|
712
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
713
|
+
'/clarifai.api.V2/DeleteKey', request, metadata || {}, this.methodInfoDeleteKey, callback);
|
|
714
|
+
}
|
|
715
|
+
postKeys(request, metadata, callback) {
|
|
716
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
717
|
+
'/clarifai.api.V2/PostKeys', request, metadata || {}, this.methodInfoPostKeys, callback);
|
|
718
|
+
}
|
|
719
|
+
patchKeys(request, metadata, callback) {
|
|
720
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
721
|
+
'/clarifai.api.V2/PatchKeys', request, metadata || {}, this.methodInfoPatchKeys, callback);
|
|
722
|
+
}
|
|
723
|
+
myScopes(request, metadata, callback) {
|
|
724
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
725
|
+
'/clarifai.api.V2/MyScopes', request, metadata || {}, this.methodInfoMyScopes, callback);
|
|
726
|
+
}
|
|
727
|
+
myScopesUser(request, metadata, callback) {
|
|
728
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
729
|
+
'/clarifai.api.V2/MyScopesUser', request, metadata || {}, this.methodInfoMyScopesUser, callback);
|
|
730
|
+
}
|
|
731
|
+
myScopesRoot(request, metadata, callback) {
|
|
732
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
733
|
+
'/clarifai.api.V2/MyScopesRoot', request, metadata || {}, this.methodInfoMyScopesRoot, callback);
|
|
734
|
+
}
|
|
735
|
+
listScopes(request, metadata, callback) {
|
|
736
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
737
|
+
'/clarifai.api.V2/ListScopes', request, metadata || {}, this.methodInfoListScopes, callback);
|
|
738
|
+
}
|
|
739
|
+
getApp(request, metadata, callback) {
|
|
740
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
741
|
+
'/clarifai.api.V2/GetApp', request, metadata || {}, this.methodInfoGetApp, callback);
|
|
742
|
+
}
|
|
743
|
+
listApps(request, metadata, callback) {
|
|
744
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
745
|
+
'/clarifai.api.V2/ListApps', request, metadata || {}, this.methodInfoListApps, callback);
|
|
746
|
+
}
|
|
747
|
+
deleteApp(request, metadata, callback) {
|
|
748
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
749
|
+
'/clarifai.api.V2/DeleteApp', request, metadata || {}, this.methodInfoDeleteApp, callback);
|
|
750
|
+
}
|
|
751
|
+
postApps(request, metadata, callback) {
|
|
752
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
753
|
+
'/clarifai.api.V2/PostApps', request, metadata || {}, this.methodInfoPostApps, callback);
|
|
754
|
+
}
|
|
755
|
+
patchApps(request, metadata, callback) {
|
|
756
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
757
|
+
'/clarifai.api.V2/PatchApps', request, metadata || {}, this.methodInfoPatchApps, callback);
|
|
758
|
+
}
|
|
759
|
+
postAppsSearches(request, metadata, callback) {
|
|
760
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
761
|
+
'/clarifai.api.V2/PostAppsSearches', request, metadata || {}, this.methodInfoPostAppsSearches, callback);
|
|
762
|
+
}
|
|
763
|
+
postValidatePassword(request, metadata, callback) {
|
|
764
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
765
|
+
'/clarifai.api.V2/PostValidatePassword', request, metadata || {}, this.methodInfoPostValidatePassword, callback);
|
|
766
|
+
}
|
|
767
|
+
getSearch(request, metadata, callback) {
|
|
768
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
769
|
+
'/clarifai.api.V2/GetSearch', request, metadata || {}, this.methodInfoGetSearch, callback);
|
|
770
|
+
}
|
|
771
|
+
listSearches(request, metadata, callback) {
|
|
772
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
773
|
+
'/clarifai.api.V2/ListSearches', request, metadata || {}, this.methodInfoListSearches, callback);
|
|
774
|
+
}
|
|
775
|
+
postSearches(request, metadata, callback) {
|
|
776
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
777
|
+
'/clarifai.api.V2/PostSearches', request, metadata || {}, this.methodInfoPostSearches, callback);
|
|
778
|
+
}
|
|
779
|
+
postSearchesByID(request, metadata, callback) {
|
|
780
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
781
|
+
'/clarifai.api.V2/PostSearchesByID', request, metadata || {}, this.methodInfoPostSearchesByID, callback);
|
|
782
|
+
}
|
|
783
|
+
postAnnotationSearchMetrics(request, metadata, callback) {
|
|
784
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
785
|
+
'/clarifai.api.V2/PostAnnotationSearchMetrics', request, metadata || {}, this.methodInfoPostAnnotationSearchMetrics, callback);
|
|
786
|
+
}
|
|
787
|
+
getAnnotationSearchMetrics(request, metadata, callback) {
|
|
788
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
789
|
+
'/clarifai.api.V2/GetAnnotationSearchMetrics', request, metadata || {}, this.methodInfoGetAnnotationSearchMetrics, callback);
|
|
790
|
+
}
|
|
791
|
+
listAnnotationSearchMetrics(request, metadata, callback) {
|
|
792
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
793
|
+
'/clarifai.api.V2/ListAnnotationSearchMetrics', request, metadata || {}, this.methodInfoListAnnotationSearchMetrics, callback);
|
|
794
|
+
}
|
|
795
|
+
deleteAnnotationSearchMetrics(request, metadata, callback) {
|
|
796
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
797
|
+
'/clarifai.api.V2/DeleteAnnotationSearchMetrics', request, metadata || {}, this.methodInfoDeleteAnnotationSearchMetrics, callback);
|
|
798
|
+
}
|
|
799
|
+
deleteSearch(request, metadata, callback) {
|
|
800
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
801
|
+
'/clarifai.api.V2/DeleteSearch', request, metadata || {}, this.methodInfoDeleteSearch, callback);
|
|
802
|
+
}
|
|
803
|
+
listStatusCodes(request, metadata, callback) {
|
|
804
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
805
|
+
'/clarifai.api.V2/ListStatusCodes', request, metadata || {}, this.methodInfoListStatusCodes, callback);
|
|
806
|
+
}
|
|
807
|
+
getStatusCode(request, metadata, callback) {
|
|
808
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
809
|
+
'/clarifai.api.V2/GetStatusCode', request, metadata || {}, this.methodInfoGetStatusCode, callback);
|
|
810
|
+
}
|
|
811
|
+
listCollaborators(request, metadata, callback) {
|
|
812
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
813
|
+
'/clarifai.api.V2/ListCollaborators', request, metadata || {}, this.methodInfoListCollaborators, callback);
|
|
814
|
+
}
|
|
815
|
+
postCollaborators(request, metadata, callback) {
|
|
816
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
817
|
+
'/clarifai.api.V2/PostCollaborators', request, metadata || {}, this.methodInfoPostCollaborators, callback);
|
|
818
|
+
}
|
|
819
|
+
patchCollaborators(request, metadata, callback) {
|
|
820
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
821
|
+
'/clarifai.api.V2/PatchCollaborators', request, metadata || {}, this.methodInfoPatchCollaborators, callback);
|
|
822
|
+
}
|
|
823
|
+
deleteCollaborators(request, metadata, callback) {
|
|
824
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
825
|
+
'/clarifai.api.V2/DeleteCollaborators', request, metadata || {}, this.methodInfoDeleteCollaborators, callback);
|
|
826
|
+
}
|
|
827
|
+
listCollaborations(request, metadata, callback) {
|
|
828
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
829
|
+
'/clarifai.api.V2/ListCollaborations', request, metadata || {}, this.methodInfoListCollaborations, callback);
|
|
830
|
+
}
|
|
831
|
+
postAppDuplications(request, metadata, callback) {
|
|
832
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
833
|
+
'/clarifai.api.V2/PostAppDuplications', request, metadata || {}, this.methodInfoPostAppDuplications, callback);
|
|
834
|
+
}
|
|
835
|
+
listAppDuplications(request, metadata, callback) {
|
|
836
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
837
|
+
'/clarifai.api.V2/ListAppDuplications', request, metadata || {}, this.methodInfoListAppDuplications, callback);
|
|
838
|
+
}
|
|
839
|
+
getAppDuplication(request, metadata, callback) {
|
|
840
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
841
|
+
'/clarifai.api.V2/GetAppDuplication', request, metadata || {}, this.methodInfoGetAppDuplication, callback);
|
|
842
|
+
}
|
|
843
|
+
postTasks(request, metadata, callback) {
|
|
844
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
845
|
+
'/clarifai.api.V2/PostTasks', request, metadata || {}, this.methodInfoPostTasks, callback);
|
|
846
|
+
}
|
|
847
|
+
getTaskAnnotationCount(request, metadata, callback) {
|
|
848
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
849
|
+
'/clarifai.api.V2/GetTaskAnnotationCount', request, metadata || {}, this.methodInfoGetTaskAnnotationCount, callback);
|
|
850
|
+
}
|
|
851
|
+
getTaskInputCount(request, metadata, callback) {
|
|
852
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
853
|
+
'/clarifai.api.V2/GetTaskInputCount', request, metadata || {}, this.methodInfoGetTaskInputCount, callback);
|
|
854
|
+
}
|
|
855
|
+
getTask(request, metadata, callback) {
|
|
856
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
857
|
+
'/clarifai.api.V2/GetTask', request, metadata || {}, this.methodInfoGetTask, callback);
|
|
858
|
+
}
|
|
859
|
+
listTasks(request, metadata, callback) {
|
|
860
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
861
|
+
'/clarifai.api.V2/ListTasks', request, metadata || {}, this.methodInfoListTasks, callback);
|
|
862
|
+
}
|
|
863
|
+
patchTasks(request, metadata, callback) {
|
|
864
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
865
|
+
'/clarifai.api.V2/PatchTasks', request, metadata || {}, this.methodInfoPatchTasks, callback);
|
|
866
|
+
}
|
|
867
|
+
deleteTasks(request, metadata, callback) {
|
|
868
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
869
|
+
'/clarifai.api.V2/DeleteTasks', request, metadata || {}, this.methodInfoDeleteTasks, callback);
|
|
870
|
+
}
|
|
871
|
+
postCollectors(request, metadata, callback) {
|
|
872
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
873
|
+
'/clarifai.api.V2/PostCollectors', request, metadata || {}, this.methodInfoPostCollectors, callback);
|
|
874
|
+
}
|
|
875
|
+
getCollector(request, metadata, callback) {
|
|
876
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
877
|
+
'/clarifai.api.V2/GetCollector', request, metadata || {}, this.methodInfoGetCollector, callback);
|
|
878
|
+
}
|
|
879
|
+
listCollectors(request, metadata, callback) {
|
|
880
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
881
|
+
'/clarifai.api.V2/ListCollectors', request, metadata || {}, this.methodInfoListCollectors, callback);
|
|
882
|
+
}
|
|
883
|
+
patchCollectors(request, metadata, callback) {
|
|
884
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
885
|
+
'/clarifai.api.V2/PatchCollectors', request, metadata || {}, this.methodInfoPatchCollectors, callback);
|
|
886
|
+
}
|
|
887
|
+
deleteCollectors(request, metadata, callback) {
|
|
888
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
889
|
+
'/clarifai.api.V2/DeleteCollectors', request, metadata || {}, this.methodInfoDeleteCollectors, callback);
|
|
890
|
+
}
|
|
891
|
+
postStatValues(request, metadata, callback) {
|
|
892
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
893
|
+
'/clarifai.api.V2/PostStatValues', request, metadata || {}, this.methodInfoPostStatValues, callback);
|
|
894
|
+
}
|
|
895
|
+
postStatValuesAggregate(request, metadata, callback) {
|
|
896
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
897
|
+
'/clarifai.api.V2/PostStatValuesAggregate', request, metadata || {}, this.methodInfoPostStatValuesAggregate, callback);
|
|
898
|
+
}
|
|
899
|
+
postTrendingMetricsView(request, metadata, callback) {
|
|
900
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
901
|
+
'/clarifai.api.V2/PostTrendingMetricsView', request, metadata || {}, this.methodInfoPostTrendingMetricsView, callback);
|
|
902
|
+
}
|
|
903
|
+
listTrendingMetricsViews(request, metadata, callback) {
|
|
904
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
905
|
+
'/clarifai.api.V2/ListTrendingMetricsViews', request, metadata || {}, this.methodInfoListTrendingMetricsViews, callback);
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
exports.V2Client = V2Client;
|