Class AI21FileUpdateRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AI21Labs
Assembly: Glitch9.AIDevKit.Provider.AI21.dll
Syntax
public sealed class AI21FileUpdateRequest
Properties
| Edit this page View SourceLabels
Optional. The updated labels associated with the file. Separate multiple labels with commas.
Declaration
[JsonProperty("labels")]
public string[] Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
PublicUrl
Optional. The updated public URL of the document.
Declaration
[JsonProperty("publicUrl")]
public string PublicUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |