Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFile

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

A RagFile contains user data for chunking, embedding and indexing.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RagFile

Returns a new instance of GoogleCloudAiplatformV1beta1RagFile.



25896
25897
25898
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25896

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#create_timeString

Output only. Timestamp when this RagFile was created. Corresponds to the JSON property createTime

Returns:

  • (String)


25828
25829
25830
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25828

def create_time
  @create_time
end

#descriptionString

Optional. The description of the RagFile. Corresponds to the JSON property description

Returns:

  • (String)


25833
25834
25835
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25833

def description
  @description
end

#direct_upload_sourceGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DirectUploadSource

The input content is encapsulated and uploaded in the request. Corresponds to the JSON property directUploadSource



25838
25839
25840
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25838

def direct_upload_source
  @direct_upload_source
end

#display_nameString

Required. The display name of the RagFile. The name can be up to 128 characters long and can consist of any UTF-8 characters. Corresponds to the JSON property displayName

Returns:

  • (String)


25844
25845
25846
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25844

def display_name
  @display_name
end

#file_statusGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FileStatus

RagFile status. Corresponds to the JSON property fileStatus



25849
25850
25851
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25849

def file_status
  @file_status
end

#gcs_sourceGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsSource

The Google Cloud Storage location for the input content. Corresponds to the JSON property gcsSource



25854
25855
25856
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25854

def gcs_source
  @gcs_source
end

#google_drive_sourceGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource

The Google Drive location for the input content. Corresponds to the JSON property googleDriveSource



25859
25860
25861
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25859

def google_drive_source
  @google_drive_source
end

#jira_sourceGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource

The Jira source for the ImportRagFilesRequest. Corresponds to the JSON property jiraSource



25864
25865
25866
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25864

def jira_source
  @jira_source
end

#nameString

Output only. The resource name of the RagFile. Corresponds to the JSON property name

Returns:

  • (String)


25869
25870
25871
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25869

def name
  @name
end

#rag_file_typeString

Output only. The type of the RagFile. Corresponds to the JSON property ragFileType

Returns:

  • (String)


25874
25875
25876
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25874

def rag_file_type
  @rag_file_type
end

#share_point_sourcesGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SharePointSources

The SharePointSources to pass to ImportRagFiles. Corresponds to the JSON property sharePointSources



25879
25880
25881
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25879

def share_point_sources
  @share_point_sources
end

#size_bytesFixnum

Output only. The size of the RagFile in bytes. Corresponds to the JSON property sizeBytes

Returns:

  • (Fixnum)


25884
25885
25886
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25884

def size_bytes
  @size_bytes
end

#slack_sourceGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource

The Slack source for the ImportRagFilesRequest. Corresponds to the JSON property slackSource



25889
25890
25891
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25889

def slack_source
  @slack_source
end

#update_timeString

Output only. Timestamp when this RagFile was last updated. Corresponds to the JSON property updateTime

Returns:

  • (String)


25894
25895
25896
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25894

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25901
25902
25903
25904
25905
25906
25907
25908
25909
25910
25911
25912
25913
25914
25915
25916
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25901

def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @description = args[:description] if args.key?(:description)
  @direct_upload_source = args[:direct_upload_source] if args.key?(:direct_upload_source)
  @display_name = args[:display_name] if args.key?(:display_name)
  @file_status = args[:file_status] if args.key?(:file_status)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
  @google_drive_source = args[:google_drive_source] if args.key?(:google_drive_source)
  @jira_source = args[:jira_source] if args.key?(:jira_source)
  @name = args[:name] if args.key?(:name)
  @rag_file_type = args[:rag_file_type] if args.key?(:rag_file_type)
  @share_point_sources = args[:share_point_sources] if args.key?(:share_point_sources)
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
  @slack_source = args[:slack_source] if args.key?(:slack_source)
  @update_time = args[:update_time] if args.key?(:update_time)
end