Class GoogleCloudNotebooklmV1alphaSourceSettings
Allows extension of Source Settings in the BatchCreateSources (Formerly AddSource request).
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaSourceSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailureReason
Failure reason containing details about why a source failed to ingest.
Declaration
[JsonProperty("failureReason")]
public virtual GoogleCloudNotebooklmV1alphaFailureReason FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReason |
Status
Status of the source.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |