Class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource
Message to be used for grounding with Vertex AI Search.
Inheritance
GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaGenerateGroundedContentRequestGroundingSourceSearchSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Filter
Filter expression to be applied to the search. The syntax is the same as SearchRequest.filter.
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxResultCount
Number of search results to return. The default value is 10. The maximumm allowed value is 10.
Declaration
[JsonProperty("maxResultCount")]
public virtual int? MaxResultCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
SafeSearch
If set, safe search is enabled in Vertex AI Search requests.
Declaration
[JsonProperty("safeSearch")]
public virtual bool? SafeSearch { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ServingConfig
The resource name of the Engine to use. Format:
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}/servingConfigs/{serving_config_id}
Declaration
[JsonProperty("servingConfig")]
public virtual string ServingConfig { get; set; }
Property Value
Type | Description |
---|---|
string |