Class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
Configuration for NotebookLM.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ModelArmorConfig
Model Armor configuration to be used for sanitizing user prompts and LLM responses.
Declaration
[JsonProperty("modelArmorConfig")]
public virtual GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig ModelArmorConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfigModelArmorConfig |
OptOutNotebookSharing
Optional. Whether to disable the notebook sharing feature for the project. Default to false if not specified.
Declaration
[JsonProperty("optOutNotebookSharing")]
public virtual bool? OptOutNotebookSharing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |