Class GoogleCloudAiplatformV1beta1SearchEntryPoint
Google search entry point.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1SearchEntryPoint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RenderedContent
Optional. Web content snippet that can be embedded in a web page or an app webview.
Declaration
[JsonProperty("renderedContent")]
public virtual string RenderedContent { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkBlob
Optional. Base64 encoded JSON representing array of tuple.
Declaration
[JsonProperty("sdkBlob")]
public virtual string SdkBlob { get; set; }
Property Value
Type | Description |
---|---|
string |