clarifai-web-grpc 11.8.2 → 11.8.4

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.
@@ -2858,6 +2858,37 @@ export namespace Model {
2858
2858
  }
2859
2859
  }
2860
2860
 
2861
+ export class SpecialHandling extends jspb.Message {
2862
+ getId(): string;
2863
+ setId(value: string): SpecialHandling;
2864
+
2865
+ getReason(): SpecialHandling.Reason;
2866
+ setReason(value: SpecialHandling.Reason): SpecialHandling;
2867
+
2868
+ getDone(): boolean;
2869
+ setDone(value: boolean): SpecialHandling;
2870
+
2871
+ serializeBinary(): Uint8Array;
2872
+ toObject(includeInstance?: boolean): SpecialHandling.AsObject;
2873
+ static toObject(includeInstance: boolean, msg: SpecialHandling): SpecialHandling.AsObject;
2874
+ static serializeBinaryToWriter(message: SpecialHandling, writer: jspb.BinaryWriter): void;
2875
+ static deserializeBinary(bytes: Uint8Array): SpecialHandling;
2876
+ static deserializeBinaryFromReader(message: SpecialHandling, reader: jspb.BinaryReader): SpecialHandling;
2877
+ }
2878
+
2879
+ export namespace SpecialHandling {
2880
+ export type AsObject = {
2881
+ id: string,
2882
+ reason: SpecialHandling.Reason,
2883
+ done: boolean,
2884
+ }
2885
+
2886
+ export enum Reason {
2887
+ REASON_NOT_SET = 0,
2888
+ CONTACT_SALES = 1,
2889
+ }
2890
+ }
2891
+
2861
2892
  export class OpenRouterInfo extends jspb.Message {
2862
2893
  getParams(): google_protobuf_struct_pb.Struct | undefined;
2863
2894
  setParams(value?: google_protobuf_struct_pb.Struct): OpenRouterInfo;
@@ -3689,6 +3720,11 @@ export class ModelVersion extends jspb.Message {
3689
3720
  clearMethodSignaturesList(): ModelVersion;
3690
3721
  addMethodSignatures(value?: MethodSignature, index?: number): MethodSignature;
3691
3722
 
3723
+ getSpecialHandlingList(): Array<SpecialHandling>;
3724
+ setSpecialHandlingList(value: Array<SpecialHandling>): ModelVersion;
3725
+ clearSpecialHandlingList(): ModelVersion;
3726
+ addSpecialHandling(value?: SpecialHandling, index?: number): SpecialHandling;
3727
+
3692
3728
  serializeBinary(): Uint8Array;
3693
3729
  toObject(includeInstance?: boolean): ModelVersion.AsObject;
3694
3730
  static toObject(includeInstance: boolean, msg: ModelVersion): ModelVersion.AsObject;
@@ -3722,6 +3758,7 @@ export namespace ModelVersion {
3722
3758
  inferenceComputeInfo?: ComputeInfo.AsObject,
3723
3759
  buildInfo?: BuildInfo.AsObject,
3724
3760
  methodSignaturesList: Array<MethodSignature.AsObject>,
3761
+ specialHandlingList: Array<SpecialHandling.AsObject>,
3725
3762
  }
3726
3763
  }
3727
3764
 
@@ -8538,6 +8575,11 @@ export class Runner extends jspb.Message {
8538
8575
  getNumReplicas(): number;
8539
8576
  setNumReplicas(value: number): Runner;
8540
8577
 
8578
+ getSpecialHandlingList(): Array<SpecialHandling>;
8579
+ setSpecialHandlingList(value: Array<SpecialHandling>): Runner;
8580
+ clearSpecialHandlingList(): Runner;
8581
+ addSpecialHandling(value?: SpecialHandling, index?: number): SpecialHandling;
8582
+
8541
8583
  serializeBinary(): Uint8Array;
8542
8584
  toObject(includeInstance?: boolean): Runner.AsObject;
8543
8585
  static toObject(includeInstance: boolean, msg: Runner): Runner.AsObject;
@@ -8558,6 +8600,7 @@ export namespace Runner {
8558
8600
  nodepool?: Nodepool.AsObject,
8559
8601
  computeInfo?: ComputeInfo.AsObject,
8560
8602
  numReplicas: number,
8603
+ specialHandlingList: Array<SpecialHandling.AsObject>,
8561
8604
  }
8562
8605
  }
8563
8606
 
@@ -8615,6 +8658,11 @@ export class Nodepool extends jspb.Message {
8615
8658
  hasMetadata(): boolean;
8616
8659
  clearMetadata(): Nodepool;
8617
8660
 
8661
+ getSpecialHandlingList(): Array<SpecialHandling>;
8662
+ setSpecialHandlingList(value: Array<SpecialHandling>): Nodepool;
8663
+ clearSpecialHandlingList(): Nodepool;
8664
+ addSpecialHandling(value?: SpecialHandling, index?: number): SpecialHandling;
8665
+
8618
8666
  serializeBinary(): Uint8Array;
8619
8667
  toObject(includeInstance?: boolean): Nodepool.AsObject;
8620
8668
  static toObject(includeInstance: boolean, msg: Nodepool): Nodepool.AsObject;
@@ -8638,6 +8686,7 @@ export namespace Nodepool {
8638
8686
  enforcedMaxInstances: number,
8639
8687
  visibility?: Visibility.AsObject,
8640
8688
  metadata?: google_protobuf_struct_pb.Struct.AsObject,
8689
+ specialHandlingList: Array<SpecialHandling.AsObject>,
8641
8690
  }
8642
8691
  }
8643
8692
 
@@ -8698,6 +8747,11 @@ export class InstanceType extends jspb.Message {
8698
8747
  getFeatureFlagGroup(): string;
8699
8748
  setFeatureFlagGroup(value: string): InstanceType;
8700
8749
 
8750
+ getSpecialHandlingList(): Array<SpecialHandling>;
8751
+ setSpecialHandlingList(value: Array<SpecialHandling>): InstanceType;
8752
+ clearSpecialHandlingList(): InstanceType;
8753
+ addSpecialHandling(value?: SpecialHandling, index?: number): SpecialHandling;
8754
+
8701
8755
  serializeBinary(): Uint8Array;
8702
8756
  toObject(includeInstance?: boolean): InstanceType.AsObject;
8703
8757
  static toObject(includeInstance: boolean, msg: InstanceType): InstanceType.AsObject;
@@ -8716,6 +8770,7 @@ export namespace InstanceType {
8716
8770
  region: string,
8717
8771
  allowedCapacityTypes?: NodeCapacityType.AsObject,
8718
8772
  featureFlagGroup: string,
8773
+ specialHandlingList: Array<SpecialHandling.AsObject>,
8719
8774
  }
8720
8775
  }
8721
8776
 
@@ -8952,6 +9007,11 @@ export class Deployment extends jspb.Message {
8952
9007
  getDeployLatestVersion(): boolean;
8953
9008
  setDeployLatestVersion(value: boolean): Deployment;
8954
9009
 
9010
+ getSpecialHandlingList(): Array<SpecialHandling>;
9011
+ setSpecialHandlingList(value: Array<SpecialHandling>): Deployment;
9012
+ clearSpecialHandlingList(): Deployment;
9013
+ addSpecialHandling(value?: SpecialHandling, index?: number): SpecialHandling;
9014
+
8955
9015
  serializeBinary(): Uint8Array;
8956
9016
  toObject(includeInstance?: boolean): Deployment.AsObject;
8957
9017
  static toObject(includeInstance: boolean, msg: Deployment): Deployment.AsObject;
@@ -8974,6 +9034,7 @@ export namespace Deployment {
8974
9034
  createdAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
8975
9035
  modifiedAt?: google_protobuf_timestamp_pb.Timestamp.AsObject,
8976
9036
  deployLatestVersion: boolean,
9037
+ specialHandlingList: Array<SpecialHandling.AsObject>,
8977
9038
  }
8978
9039
 
8979
9040
  export enum SchedulingChoice {