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.
18104 18105 18106 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18104 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
18102 18103 18104 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18102 def jira_queries @jira_queries end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18109 18110 18111 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 18109 def update!(**args) @jira_queries = args[:jira_queries] if args.key?(:jira_queries) end |