Class GoogleCloudAiplatformV1beta1RagFile
A RagFile contains user data for chunking, embedding and indexing.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagFile : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. Timestamp when this RagFile was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. The description of the RagFile.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DirectUploadSource
Output only. The RagFile is encapsulated and uploaded in the UploadRagFile request.
Declaration
[JsonProperty("directUploadSource")]
public virtual GoogleCloudAiplatformV1beta1DirectUploadSource DirectUploadSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1DirectUploadSource |
DisplayName
Required. The display name of the RagFile. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileStatus
Output only. State of the RagFile.
Declaration
[JsonProperty("fileStatus")]
public virtual GoogleCloudAiplatformV1beta1FileStatus FileStatus { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1FileStatus |
GcsSource
Output only. Google Cloud Storage location of the RagFile. It does not support wildcards in the Cloud Storage uri for now.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudAiplatformV1beta1GcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1GcsSource |
GoogleDriveSource
Output only. Google Drive location. Supports importing individual files as well as Google Drive folders.
Declaration
[JsonProperty("googleDriveSource")]
public virtual GoogleCloudAiplatformV1beta1GoogleDriveSource GoogleDriveSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1GoogleDriveSource |
JiraSource
The RagFile is imported from a Jira query.
Declaration
[JsonProperty("jiraSource")]
public virtual GoogleCloudAiplatformV1beta1JiraSource JiraSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1JiraSource |
Name
Output only. The resource name of the RagFile.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RagFileType
Output only. The type of the RagFile.
Declaration
[JsonProperty("ragFileType")]
public virtual string RagFileType { get; set; }
Property Value
Type | Description |
---|---|
string |
SharePointSources
The RagFile is imported from a SharePoint source.
Declaration
[JsonProperty("sharePointSources")]
public virtual GoogleCloudAiplatformV1beta1SharePointSources SharePointSources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1SharePointSources |
SizeBytes
Output only. The size of the RagFile in bytes.
Declaration
[JsonProperty("sizeBytes")]
public virtual long? SizeBytes { get; set; }
Property Value
Type | Description |
---|---|
long? |
SlackSource
The RagFile is imported from a Slack channel.
Declaration
[JsonProperty("slackSource")]
public virtual GoogleCloudAiplatformV1beta1SlackSource SlackSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1SlackSource |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Output only. Timestamp when this RagFile was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |