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.



13337
13338
13339
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13337

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



13335
13336
13337
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13335

def jira_queries
  @jira_queries
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13342
13343
13344
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 13342

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