Class GoogleCloudAiplatformV1beta1Citation
Source attributions for content.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Citation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndIndex
Output only. End index into the content.
Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
License
Output only. License of the attribution.
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicationDate
Output only. Publication date of the attribution.
Declaration
[JsonProperty("publicationDate")]
public virtual GoogleTypeDate PublicationDate { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
StartIndex
Output only. Start index into the content.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Title
Output only. Title of the attribution.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
Output only. Url reference of the attribution.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |