Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSource
- 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
-
#jira_queries ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSourceJiraQueries>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1JiraSource
constructor
A new instance of GoogleCloudAiplatformV1JiraSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1JiraSource
Returns a new instance of GoogleCloudAiplatformV1JiraSource.
18305 18306 18307 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18305 def initialize(**args) update!(**args) end |
Instance Attribute Details
#jira_queries ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1JiraSourceJiraQueries>
Required. The Jira queries.
Corresponds to the JSON property jiraQueries
18303 18304 18305 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18303 def jira_queries @jira_queries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18310 18311 18312 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18310 def update!(**args) @jira_queries = args[:jira_queries] if args.key?(:jira_queries) end |