Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSource

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

Overview

The Jira source for the ImportRagFilesRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1JiraSource

Returns a new instance of GoogleCloudAiplatformV1JiraSource.



13433
13434
13435
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13433

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

Instance Attribute Details

#jira_queriesArray<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSourceJiraQueries>

Required. The Jira queries. Corresponds to the JSON property jiraQueries



13431
13432
13433
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13431

def jira_queries
  @jira_queries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13438
13439
13440
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13438

def update!(**args)
  @jira_queries = args[:jira_queries] if args.key?(:jira_queries)
end