Class GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong
Indicates source word count exceeded the user's limit.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaFailureReasonSourceTooLong : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WordCount
The number of words in the source.
Declaration
[JsonProperty("wordCount")]
public virtual int? WordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
WordLimit
The word count limit for the current user at the time of the upload.
Declaration
[JsonProperty("wordLimit")]
public virtual int? WordLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |