clarifai-web-grpc 9.11.5 → 10.0.1
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/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
10.0.1
|
|
@@ -40510,7 +40510,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
40510
40510
|
preQueueRandomSample: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
|
|
40511
40511
|
postQueueWorkflowId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
40512
40512
|
collectorSource: (f = msg.getCollectorSource()) && proto.clarifai.api.CollectorSource.toObject(includeInstance, f),
|
|
40513
|
-
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f)
|
|
40513
|
+
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
|
|
40514
|
+
collectOutputs: jspb.Message.getBooleanFieldWithDefault(msg, 9, false)
|
|
40514
40515
|
};
|
|
40515
40516
|
if (includeInstance) {
|
|
40516
40517
|
obj.$jspbMessageInstance = msg;
|
|
@@ -40577,6 +40578,10 @@ proto.clarifai.api.Collector.deserializeBinaryFromReader = function (msg, reader
|
|
|
40577
40578
|
reader.readMessage(value, proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
|
|
40578
40579
|
msg.setStatus(value);
|
|
40579
40580
|
break;
|
|
40581
|
+
case 9:
|
|
40582
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
40583
|
+
msg.setCollectOutputs(value);
|
|
40584
|
+
break;
|
|
40580
40585
|
default:
|
|
40581
40586
|
reader.skipField();
|
|
40582
40587
|
break;
|
|
@@ -40634,6 +40639,10 @@ proto.clarifai.api.Collector.serializeBinaryToWriter = function (message, writer
|
|
|
40634
40639
|
if (f != null) {
|
|
40635
40640
|
writer.writeMessage(7, f, proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter);
|
|
40636
40641
|
}
|
|
40642
|
+
f = message.getCollectOutputs();
|
|
40643
|
+
if (f) {
|
|
40644
|
+
writer.writeBool(9, f);
|
|
40645
|
+
}
|
|
40637
40646
|
};
|
|
40638
40647
|
/**
|
|
40639
40648
|
* optional string id = 1;
|
|
@@ -40789,6 +40798,20 @@ proto.clarifai.api.Collector.prototype.clearStatus = function () {
|
|
|
40789
40798
|
proto.clarifai.api.Collector.prototype.hasStatus = function () {
|
|
40790
40799
|
return jspb.Message.getField(this, 7) != null;
|
|
40791
40800
|
};
|
|
40801
|
+
/**
|
|
40802
|
+
* optional bool collect_outputs = 9;
|
|
40803
|
+
* @return {boolean}
|
|
40804
|
+
*/
|
|
40805
|
+
proto.clarifai.api.Collector.prototype.getCollectOutputs = function () {
|
|
40806
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
40807
|
+
};
|
|
40808
|
+
/**
|
|
40809
|
+
* @param {boolean} value
|
|
40810
|
+
* @return {!proto.clarifai.api.Collector} returns this
|
|
40811
|
+
*/
|
|
40812
|
+
proto.clarifai.api.Collector.prototype.setCollectOutputs = function (value) {
|
|
40813
|
+
return jspb.Message.setProto3BooleanField(this, 9, value);
|
|
40814
|
+
};
|
|
40792
40815
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
40793
40816
|
/**
|
|
40794
40817
|
* Creates an object representation of this proto.
|
|
@@ -40510,7 +40510,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
40510
40510
|
preQueueRandomSample: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
|
|
40511
40511
|
postQueueWorkflowId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
40512
40512
|
collectorSource: (f = msg.getCollectorSource()) && proto.clarifai.api.CollectorSource.toObject(includeInstance, f),
|
|
40513
|
-
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f)
|
|
40513
|
+
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
|
|
40514
|
+
collectOutputs: jspb.Message.getBooleanFieldWithDefault(msg, 9, false)
|
|
40514
40515
|
};
|
|
40515
40516
|
if (includeInstance) {
|
|
40516
40517
|
obj.$jspbMessageInstance = msg;
|
|
@@ -40577,6 +40578,10 @@ proto.clarifai.api.Collector.deserializeBinaryFromReader = function (msg, reader
|
|
|
40577
40578
|
reader.readMessage(value, proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
|
|
40578
40579
|
msg.setStatus(value);
|
|
40579
40580
|
break;
|
|
40581
|
+
case 9:
|
|
40582
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
40583
|
+
msg.setCollectOutputs(value);
|
|
40584
|
+
break;
|
|
40580
40585
|
default:
|
|
40581
40586
|
reader.skipField();
|
|
40582
40587
|
break;
|
|
@@ -40634,6 +40639,10 @@ proto.clarifai.api.Collector.serializeBinaryToWriter = function (message, writer
|
|
|
40634
40639
|
if (f != null) {
|
|
40635
40640
|
writer.writeMessage(7, f, proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter);
|
|
40636
40641
|
}
|
|
40642
|
+
f = message.getCollectOutputs();
|
|
40643
|
+
if (f) {
|
|
40644
|
+
writer.writeBool(9, f);
|
|
40645
|
+
}
|
|
40637
40646
|
};
|
|
40638
40647
|
/**
|
|
40639
40648
|
* optional string id = 1;
|
|
@@ -40789,6 +40798,20 @@ proto.clarifai.api.Collector.prototype.clearStatus = function () {
|
|
|
40789
40798
|
proto.clarifai.api.Collector.prototype.hasStatus = function () {
|
|
40790
40799
|
return jspb.Message.getField(this, 7) != null;
|
|
40791
40800
|
};
|
|
40801
|
+
/**
|
|
40802
|
+
* optional bool collect_outputs = 9;
|
|
40803
|
+
* @return {boolean}
|
|
40804
|
+
*/
|
|
40805
|
+
proto.clarifai.api.Collector.prototype.getCollectOutputs = function () {
|
|
40806
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
40807
|
+
};
|
|
40808
|
+
/**
|
|
40809
|
+
* @param {boolean} value
|
|
40810
|
+
* @return {!proto.clarifai.api.Collector} returns this
|
|
40811
|
+
*/
|
|
40812
|
+
proto.clarifai.api.Collector.prototype.setCollectOutputs = function (value) {
|
|
40813
|
+
return jspb.Message.setProto3BooleanField(this, 9, value);
|
|
40814
|
+
};
|
|
40792
40815
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
40793
40816
|
/**
|
|
40794
40817
|
* Creates an object representation of this proto.
|
package/package.json
CHANGED
|
@@ -6016,6 +6016,9 @@ export class Collector extends jspb.Message {
|
|
|
6016
6016
|
hasStatus(): boolean;
|
|
6017
6017
|
clearStatus(): Collector;
|
|
6018
6018
|
|
|
6019
|
+
getCollectOutputs(): boolean;
|
|
6020
|
+
setCollectOutputs(value: boolean): Collector;
|
|
6021
|
+
|
|
6019
6022
|
serializeBinary(): Uint8Array;
|
|
6020
6023
|
toObject(includeInstance?: boolean): Collector.AsObject;
|
|
6021
6024
|
static toObject(includeInstance: boolean, msg: Collector): Collector.AsObject;
|
|
@@ -6034,6 +6037,7 @@ export namespace Collector {
|
|
|
6034
6037
|
postQueueWorkflowId: string,
|
|
6035
6038
|
collectorSource?: CollectorSource.AsObject,
|
|
6036
6039
|
status?: proto_clarifai_api_status_status_pb.Status.AsObject,
|
|
6040
|
+
collectOutputs: boolean,
|
|
6037
6041
|
}
|
|
6038
6042
|
}
|
|
6039
6043
|
|
|
@@ -50524,7 +50524,8 @@ proto.clarifai.api.Collector.toObject = function(includeInstance, msg) {
|
|
|
50524
50524
|
preQueueRandomSample: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
|
|
50525
50525
|
postQueueWorkflowId: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
50526
50526
|
collectorSource: (f = msg.getCollectorSource()) && proto.clarifai.api.CollectorSource.toObject(includeInstance, f),
|
|
50527
|
-
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f)
|
|
50527
|
+
status: (f = msg.getStatus()) && proto_clarifai_api_status_status_pb.Status.toObject(includeInstance, f),
|
|
50528
|
+
collectOutputs: jspb.Message.getBooleanFieldWithDefault(msg, 9, false)
|
|
50528
50529
|
};
|
|
50529
50530
|
|
|
50530
50531
|
if (includeInstance) {
|
|
@@ -50596,6 +50597,10 @@ proto.clarifai.api.Collector.deserializeBinaryFromReader = function(msg, reader)
|
|
|
50596
50597
|
reader.readMessage(value,proto_clarifai_api_status_status_pb.Status.deserializeBinaryFromReader);
|
|
50597
50598
|
msg.setStatus(value);
|
|
50598
50599
|
break;
|
|
50600
|
+
case 9:
|
|
50601
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
50602
|
+
msg.setCollectOutputs(value);
|
|
50603
|
+
break;
|
|
50599
50604
|
default:
|
|
50600
50605
|
reader.skipField();
|
|
50601
50606
|
break;
|
|
@@ -50684,6 +50689,13 @@ proto.clarifai.api.Collector.serializeBinaryToWriter = function(message, writer)
|
|
|
50684
50689
|
proto_clarifai_api_status_status_pb.Status.serializeBinaryToWriter
|
|
50685
50690
|
);
|
|
50686
50691
|
}
|
|
50692
|
+
f = message.getCollectOutputs();
|
|
50693
|
+
if (f) {
|
|
50694
|
+
writer.writeBool(
|
|
50695
|
+
9,
|
|
50696
|
+
f
|
|
50697
|
+
);
|
|
50698
|
+
}
|
|
50687
50699
|
};
|
|
50688
50700
|
|
|
50689
50701
|
|
|
@@ -50888,6 +50900,24 @@ proto.clarifai.api.Collector.prototype.hasStatus = function() {
|
|
|
50888
50900
|
};
|
|
50889
50901
|
|
|
50890
50902
|
|
|
50903
|
+
/**
|
|
50904
|
+
* optional bool collect_outputs = 9;
|
|
50905
|
+
* @return {boolean}
|
|
50906
|
+
*/
|
|
50907
|
+
proto.clarifai.api.Collector.prototype.getCollectOutputs = function() {
|
|
50908
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
50909
|
+
};
|
|
50910
|
+
|
|
50911
|
+
|
|
50912
|
+
/**
|
|
50913
|
+
* @param {boolean} value
|
|
50914
|
+
* @return {!proto.clarifai.api.Collector} returns this
|
|
50915
|
+
*/
|
|
50916
|
+
proto.clarifai.api.Collector.prototype.setCollectOutputs = function(value) {
|
|
50917
|
+
return jspb.Message.setProto3BooleanField(this, 9, value);
|
|
50918
|
+
};
|
|
50919
|
+
|
|
50920
|
+
|
|
50891
50921
|
|
|
50892
50922
|
|
|
50893
50923
|
|