Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig

Configuration for NotebookLM.

Inheritance
object
GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfigNotebooklmConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX