openlayer 0.8.1 → 0.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -0
- data/README.md +1 -1
- data/lib/openlayer/client.rb +4 -0
- data/lib/openlayer/models/inference_pipeline_retrieve_response.rb +53 -53
- data/lib/openlayer/models/inference_pipeline_update_response.rb +53 -53
- data/lib/openlayer/models/projects/inference_pipeline_create_params.rb +68 -68
- data/lib/openlayer/models/projects/inference_pipeline_create_response.rb +53 -53
- data/lib/openlayer/models/projects/inference_pipeline_list_response.rb +53 -53
- data/lib/openlayer/models/workspace_retrieve_params.rb +14 -0
- data/lib/openlayer/models/workspace_retrieve_response.rb +169 -0
- data/lib/openlayer/models/workspace_update_params.rb +38 -0
- data/lib/openlayer/models/workspace_update_response.rb +169 -0
- data/lib/openlayer/models/workspaces/api_key_create_params.rb +24 -0
- data/lib/openlayer/models/workspaces/api_key_create_response.rb +61 -0
- data/lib/openlayer/models/workspaces/invite_create_params.rb +43 -0
- data/lib/openlayer/models/workspaces/invite_create_response.rb +172 -0
- data/lib/openlayer/models/workspaces/invite_list_params.rb +32 -0
- data/lib/openlayer/models/workspaces/invite_list_response.rb +172 -0
- data/lib/openlayer/models.rb +6 -0
- data/lib/openlayer/resources/projects/inference_pipelines.rb +1 -1
- data/lib/openlayer/resources/workspaces/api_keys.rb +40 -0
- data/lib/openlayer/resources/workspaces/invites.rb +68 -0
- data/lib/openlayer/resources/workspaces.rb +70 -0
- data/lib/openlayer/version.rb +1 -1
- data/lib/openlayer.rb +13 -0
- data/rbi/openlayer/client.rbi +3 -0
- data/rbi/openlayer/models/inference_pipeline_retrieve_response.rbi +78 -78
- data/rbi/openlayer/models/inference_pipeline_update_response.rbi +78 -78
- data/rbi/openlayer/models/projects/inference_pipeline_create_params.rbi +105 -105
- data/rbi/openlayer/models/projects/inference_pipeline_create_response.rbi +78 -78
- data/rbi/openlayer/models/projects/inference_pipeline_list_response.rbi +78 -78
- data/rbi/openlayer/models/workspace_retrieve_params.rbi +30 -0
- data/rbi/openlayer/models/workspace_retrieve_response.rbi +293 -0
- data/rbi/openlayer/models/workspace_update_params.rbi +68 -0
- data/rbi/openlayer/models/workspace_update_response.rbi +292 -0
- data/rbi/openlayer/models/workspaces/api_key_create_params.rbi +48 -0
- data/rbi/openlayer/models/workspaces/api_key_create_response.rbi +82 -0
- data/rbi/openlayer/models/workspaces/invite_create_params.rbi +105 -0
- data/rbi/openlayer/models/workspaces/invite_create_response.rbi +347 -0
- data/rbi/openlayer/models/workspaces/invite_list_params.rbi +62 -0
- data/rbi/openlayer/models/workspaces/invite_list_response.rbi +347 -0
- data/rbi/openlayer/models.rbi +6 -0
- data/rbi/openlayer/resources/projects/inference_pipelines.rbi +6 -6
- data/rbi/openlayer/resources/workspaces/api_keys.rbi +31 -0
- data/rbi/openlayer/resources/workspaces/invites.rbi +53 -0
- data/rbi/openlayer/resources/workspaces.rbi +55 -0
- data/sig/openlayer/client.rbs +2 -0
- data/sig/openlayer/models/inference_pipeline_retrieve_response.rbs +63 -63
- data/sig/openlayer/models/inference_pipeline_update_response.rbs +63 -63
- data/sig/openlayer/models/projects/inference_pipeline_create_params.rbs +73 -73
- data/sig/openlayer/models/projects/inference_pipeline_create_response.rbs +63 -63
- data/sig/openlayer/models/projects/inference_pipeline_list_response.rbs +63 -63
- data/sig/openlayer/models/workspace_retrieve_params.rbs +15 -0
- data/sig/openlayer/models/workspace_retrieve_response.rbs +156 -0
- data/sig/openlayer/models/workspace_update_params.rbs +38 -0
- data/sig/openlayer/models/workspace_update_response.rbs +156 -0
- data/sig/openlayer/models/workspaces/api_key_create_params.rbs +25 -0
- data/sig/openlayer/models/workspaces/api_key_create_response.rbs +47 -0
- data/sig/openlayer/models/workspaces/invite_create_params.rbs +51 -0
- data/sig/openlayer/models/workspaces/invite_create_response.rbs +149 -0
- data/sig/openlayer/models/workspaces/invite_list_params.rbs +34 -0
- data/sig/openlayer/models/workspaces/invite_list_response.rbs +149 -0
- data/sig/openlayer/models.rbs +6 -0
- data/sig/openlayer/resources/workspaces/api_keys.rbs +15 -0
- data/sig/openlayer/resources/workspaces/invites.rbs +23 -0
- data/sig/openlayer/resources/workspaces.rbs +24 -0
- metadata +41 -2
|
@@ -145,29 +145,29 @@ module Openlayer
|
|
|
145
145
|
end
|
|
146
146
|
|
|
147
147
|
type data_backend =
|
|
148
|
-
Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
149
|
-
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
150
|
-
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
151
|
-
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
152
|
-
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
153
|
-
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
148
|
+
Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend
|
|
149
|
+
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DefaultDataBackend
|
|
150
|
+
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend
|
|
151
|
+
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend
|
|
152
|
+
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend
|
|
153
|
+
| Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend
|
|
154
154
|
|
|
155
155
|
module DataBackend
|
|
156
156
|
extend Openlayer::Internal::Type::Union
|
|
157
157
|
|
|
158
|
-
type
|
|
158
|
+
type big_query_data_backend =
|
|
159
159
|
{
|
|
160
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
160
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::backend_type,
|
|
161
161
|
bigquery_connection_id: String?,
|
|
162
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
162
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::Config,
|
|
163
163
|
dataset_id: String,
|
|
164
164
|
project_id: String,
|
|
165
165
|
table_id: String?,
|
|
166
|
-
partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
166
|
+
partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
class
|
|
170
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
169
|
+
class BigQueryDataBackend < Openlayer::Internal::Type::BaseModel
|
|
170
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::backend_type
|
|
171
171
|
|
|
172
172
|
attr_accessor bigquery_connection_id: String?
|
|
173
173
|
|
|
@@ -177,25 +177,25 @@ module Openlayer
|
|
|
177
177
|
|
|
178
178
|
attr_accessor table_id: String?
|
|
179
179
|
|
|
180
|
-
attr_accessor partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
180
|
+
attr_accessor partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
181
181
|
|
|
182
182
|
def initialize: (
|
|
183
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
183
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::backend_type,
|
|
184
184
|
bigquery_connection_id: String?,
|
|
185
185
|
dataset_id: String,
|
|
186
186
|
project_id: String,
|
|
187
187
|
table_id: String?,
|
|
188
|
-
?partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
188
|
+
?partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
189
189
|
) -> void
|
|
190
190
|
|
|
191
191
|
def to_hash: -> {
|
|
192
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
192
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::backend_type,
|
|
193
193
|
bigquery_connection_id: String?,
|
|
194
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
194
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::Config,
|
|
195
195
|
dataset_id: String,
|
|
196
196
|
project_id: String,
|
|
197
197
|
table_id: String?,
|
|
198
|
-
partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
198
|
+
partition_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
type backend_type = :bigquery
|
|
@@ -205,7 +205,7 @@ module Openlayer
|
|
|
205
205
|
|
|
206
206
|
BIGQUERY: :bigquery
|
|
207
207
|
|
|
208
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
208
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::backend_type]
|
|
209
209
|
end
|
|
210
210
|
|
|
211
211
|
type config =
|
|
@@ -251,24 +251,24 @@ module Openlayer
|
|
|
251
251
|
MONTH: :MONTH
|
|
252
252
|
YEAR: :YEAR
|
|
253
253
|
|
|
254
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
254
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::BigQueryDataBackend::partition_type]
|
|
255
255
|
end
|
|
256
256
|
end
|
|
257
257
|
|
|
258
|
-
type
|
|
258
|
+
type default_data_backend =
|
|
259
259
|
{
|
|
260
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
260
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DefaultDataBackend::backend_type
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
class
|
|
264
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
263
|
+
class DefaultDataBackend < Openlayer::Internal::Type::BaseModel
|
|
264
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DefaultDataBackend::backend_type
|
|
265
265
|
|
|
266
266
|
def initialize: (
|
|
267
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
267
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DefaultDataBackend::backend_type
|
|
268
268
|
) -> void
|
|
269
269
|
|
|
270
270
|
def to_hash: -> {
|
|
271
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
271
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DefaultDataBackend::backend_type
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
type backend_type = :default
|
|
@@ -278,22 +278,22 @@ module Openlayer
|
|
|
278
278
|
|
|
279
279
|
DEFAULT: :default
|
|
280
280
|
|
|
281
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
281
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DefaultDataBackend::backend_type]
|
|
282
282
|
end
|
|
283
283
|
end
|
|
284
284
|
|
|
285
|
-
type
|
|
285
|
+
type snowflake_data_backend =
|
|
286
286
|
{
|
|
287
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
288
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
287
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::backend_type,
|
|
288
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::Config,
|
|
289
289
|
database: String,
|
|
290
290
|
schema: String,
|
|
291
291
|
snowflake_connection_id: String?,
|
|
292
292
|
table: String?
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
class
|
|
296
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
295
|
+
class SnowflakeDataBackend < Openlayer::Internal::Type::BaseModel
|
|
296
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::backend_type
|
|
297
297
|
|
|
298
298
|
attr_accessor database: String
|
|
299
299
|
|
|
@@ -304,7 +304,7 @@ module Openlayer
|
|
|
304
304
|
attr_accessor table: String?
|
|
305
305
|
|
|
306
306
|
def initialize: (
|
|
307
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
307
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::backend_type,
|
|
308
308
|
database: String,
|
|
309
309
|
schema: String,
|
|
310
310
|
snowflake_connection_id: String?,
|
|
@@ -312,8 +312,8 @@ module Openlayer
|
|
|
312
312
|
) -> void
|
|
313
313
|
|
|
314
314
|
def to_hash: -> {
|
|
315
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
316
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
315
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::backend_type,
|
|
316
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::Config,
|
|
317
317
|
database: String,
|
|
318
318
|
schema: String,
|
|
319
319
|
snowflake_connection_id: String?,
|
|
@@ -327,7 +327,7 @@ module Openlayer
|
|
|
327
327
|
|
|
328
328
|
SNOWFLAKE: :snowflake
|
|
329
329
|
|
|
330
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
330
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::SnowflakeDataBackend::backend_type]
|
|
331
331
|
end
|
|
332
332
|
|
|
333
333
|
type config =
|
|
@@ -365,30 +365,30 @@ module Openlayer
|
|
|
365
365
|
end
|
|
366
366
|
end
|
|
367
367
|
|
|
368
|
-
type
|
|
368
|
+
type databricks_dtl_data_backend =
|
|
369
369
|
{
|
|
370
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
371
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
370
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::backend_type,
|
|
371
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::Config,
|
|
372
372
|
databricks_dtl_connection_id: String?,
|
|
373
373
|
table_id: String?
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
class
|
|
377
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
376
|
+
class DatabricksDtlDataBackend < Openlayer::Internal::Type::BaseModel
|
|
377
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::backend_type
|
|
378
378
|
|
|
379
379
|
attr_accessor databricks_dtl_connection_id: String?
|
|
380
380
|
|
|
381
381
|
attr_accessor table_id: String?
|
|
382
382
|
|
|
383
383
|
def initialize: (
|
|
384
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
384
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::backend_type,
|
|
385
385
|
databricks_dtl_connection_id: String?,
|
|
386
386
|
table_id: String?
|
|
387
387
|
) -> void
|
|
388
388
|
|
|
389
389
|
def to_hash: -> {
|
|
390
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
391
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
390
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::backend_type,
|
|
391
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::Config,
|
|
392
392
|
databricks_dtl_connection_id: String?,
|
|
393
393
|
table_id: String?
|
|
394
394
|
}
|
|
@@ -400,7 +400,7 @@ module Openlayer
|
|
|
400
400
|
|
|
401
401
|
DATABRICKS_DTL: :databricks_dtl
|
|
402
402
|
|
|
403
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
403
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::backend_type]
|
|
404
404
|
end
|
|
405
405
|
|
|
406
406
|
type config =
|
|
@@ -438,17 +438,17 @@ module Openlayer
|
|
|
438
438
|
end
|
|
439
439
|
end
|
|
440
440
|
|
|
441
|
-
type
|
|
441
|
+
type redshift_data_backend =
|
|
442
442
|
{
|
|
443
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
444
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
443
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::backend_type,
|
|
444
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::Config,
|
|
445
445
|
redshift_connection_id: String?,
|
|
446
446
|
schema_name: String,
|
|
447
447
|
table_name: String
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
class
|
|
451
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
450
|
+
class RedshiftDataBackend < Openlayer::Internal::Type::BaseModel
|
|
451
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::backend_type
|
|
452
452
|
|
|
453
453
|
attr_accessor redshift_connection_id: String?
|
|
454
454
|
|
|
@@ -457,15 +457,15 @@ module Openlayer
|
|
|
457
457
|
attr_accessor table_name: String
|
|
458
458
|
|
|
459
459
|
def initialize: (
|
|
460
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
460
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::backend_type,
|
|
461
461
|
redshift_connection_id: String?,
|
|
462
462
|
schema_name: String,
|
|
463
463
|
table_name: String
|
|
464
464
|
) -> void
|
|
465
465
|
|
|
466
466
|
def to_hash: -> {
|
|
467
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
468
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
467
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::backend_type,
|
|
468
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::Config,
|
|
469
469
|
redshift_connection_id: String?,
|
|
470
470
|
schema_name: String,
|
|
471
471
|
table_name: String
|
|
@@ -478,7 +478,7 @@ module Openlayer
|
|
|
478
478
|
|
|
479
479
|
REDSHIFT: :redshift
|
|
480
480
|
|
|
481
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
481
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::RedshiftDataBackend::backend_type]
|
|
482
482
|
end
|
|
483
483
|
|
|
484
484
|
type config =
|
|
@@ -516,18 +516,18 @@ module Openlayer
|
|
|
516
516
|
end
|
|
517
517
|
end
|
|
518
518
|
|
|
519
|
-
type
|
|
519
|
+
type postgres_data_backend =
|
|
520
520
|
{
|
|
521
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
522
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
521
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::backend_type,
|
|
522
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::Config,
|
|
523
523
|
database: String,
|
|
524
524
|
postgres_connection_id: String?,
|
|
525
525
|
schema: String,
|
|
526
526
|
table: String?
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
-
class
|
|
530
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
529
|
+
class PostgresDataBackend < Openlayer::Internal::Type::BaseModel
|
|
530
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::backend_type
|
|
531
531
|
|
|
532
532
|
attr_accessor database: String
|
|
533
533
|
|
|
@@ -538,7 +538,7 @@ module Openlayer
|
|
|
538
538
|
attr_accessor table: String?
|
|
539
539
|
|
|
540
540
|
def initialize: (
|
|
541
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
541
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::backend_type,
|
|
542
542
|
database: String,
|
|
543
543
|
postgres_connection_id: String?,
|
|
544
544
|
schema: String,
|
|
@@ -546,8 +546,8 @@ module Openlayer
|
|
|
546
546
|
) -> void
|
|
547
547
|
|
|
548
548
|
def to_hash: -> {
|
|
549
|
-
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
550
|
-
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
549
|
+
backend_type: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::backend_type,
|
|
550
|
+
config: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::Config,
|
|
551
551
|
database: String,
|
|
552
552
|
postgres_connection_id: String?,
|
|
553
553
|
schema: String,
|
|
@@ -561,7 +561,7 @@ module Openlayer
|
|
|
561
561
|
|
|
562
562
|
POSTGRES: :postgres
|
|
563
563
|
|
|
564
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::
|
|
564
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::PostgresDataBackend::backend_type]
|
|
565
565
|
end
|
|
566
566
|
|
|
567
567
|
type config =
|
|
@@ -145,29 +145,29 @@ module Openlayer
|
|
|
145
145
|
end
|
|
146
146
|
|
|
147
147
|
type data_backend =
|
|
148
|
-
Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
149
|
-
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
150
|
-
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
151
|
-
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
152
|
-
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
153
|
-
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
148
|
+
Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend
|
|
149
|
+
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend
|
|
150
|
+
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend
|
|
151
|
+
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend
|
|
152
|
+
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend
|
|
153
|
+
| Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend
|
|
154
154
|
|
|
155
155
|
module DataBackend
|
|
156
156
|
extend Openlayer::Internal::Type::Union
|
|
157
157
|
|
|
158
|
-
type
|
|
158
|
+
type big_query_data_backend =
|
|
159
159
|
{
|
|
160
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
160
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::backend_type,
|
|
161
161
|
bigquery_connection_id: String?,
|
|
162
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
162
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::Config,
|
|
163
163
|
dataset_id: String,
|
|
164
164
|
project_id: String,
|
|
165
165
|
table_id: String?,
|
|
166
|
-
partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
166
|
+
partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
class
|
|
170
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
169
|
+
class BigQueryDataBackend < Openlayer::Internal::Type::BaseModel
|
|
170
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::backend_type
|
|
171
171
|
|
|
172
172
|
attr_accessor bigquery_connection_id: String?
|
|
173
173
|
|
|
@@ -177,25 +177,25 @@ module Openlayer
|
|
|
177
177
|
|
|
178
178
|
attr_accessor table_id: String?
|
|
179
179
|
|
|
180
|
-
attr_accessor partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
180
|
+
attr_accessor partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
181
181
|
|
|
182
182
|
def initialize: (
|
|
183
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
183
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::backend_type,
|
|
184
184
|
bigquery_connection_id: String?,
|
|
185
185
|
dataset_id: String,
|
|
186
186
|
project_id: String,
|
|
187
187
|
table_id: String?,
|
|
188
|
-
?partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
188
|
+
?partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
189
189
|
) -> void
|
|
190
190
|
|
|
191
191
|
def to_hash: -> {
|
|
192
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
192
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::backend_type,
|
|
193
193
|
bigquery_connection_id: String?,
|
|
194
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
194
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::Config,
|
|
195
195
|
dataset_id: String,
|
|
196
196
|
project_id: String,
|
|
197
197
|
table_id: String?,
|
|
198
|
-
partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
198
|
+
partition_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::partition_type?
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
type backend_type = :bigquery
|
|
@@ -205,7 +205,7 @@ module Openlayer
|
|
|
205
205
|
|
|
206
206
|
BIGQUERY: :bigquery
|
|
207
207
|
|
|
208
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
208
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::backend_type]
|
|
209
209
|
end
|
|
210
210
|
|
|
211
211
|
type config =
|
|
@@ -251,24 +251,24 @@ module Openlayer
|
|
|
251
251
|
MONTH: :MONTH
|
|
252
252
|
YEAR: :YEAR
|
|
253
253
|
|
|
254
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
254
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend::partition_type]
|
|
255
255
|
end
|
|
256
256
|
end
|
|
257
257
|
|
|
258
|
-
type
|
|
258
|
+
type default_data_backend =
|
|
259
259
|
{
|
|
260
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
260
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend::backend_type
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
class
|
|
264
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
263
|
+
class DefaultDataBackend < Openlayer::Internal::Type::BaseModel
|
|
264
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend::backend_type
|
|
265
265
|
|
|
266
266
|
def initialize: (
|
|
267
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
267
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend::backend_type
|
|
268
268
|
) -> void
|
|
269
269
|
|
|
270
270
|
def to_hash: -> {
|
|
271
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
271
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend::backend_type
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
type backend_type = :default
|
|
@@ -278,22 +278,22 @@ module Openlayer
|
|
|
278
278
|
|
|
279
279
|
DEFAULT: :default
|
|
280
280
|
|
|
281
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
281
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend::backend_type]
|
|
282
282
|
end
|
|
283
283
|
end
|
|
284
284
|
|
|
285
|
-
type
|
|
285
|
+
type snowflake_data_backend =
|
|
286
286
|
{
|
|
287
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
288
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
287
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::backend_type,
|
|
288
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::Config,
|
|
289
289
|
database: String,
|
|
290
290
|
schema: String,
|
|
291
291
|
snowflake_connection_id: String?,
|
|
292
292
|
table: String?
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
class
|
|
296
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
295
|
+
class SnowflakeDataBackend < Openlayer::Internal::Type::BaseModel
|
|
296
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::backend_type
|
|
297
297
|
|
|
298
298
|
attr_accessor database: String
|
|
299
299
|
|
|
@@ -304,7 +304,7 @@ module Openlayer
|
|
|
304
304
|
attr_accessor table: String?
|
|
305
305
|
|
|
306
306
|
def initialize: (
|
|
307
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
307
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::backend_type,
|
|
308
308
|
database: String,
|
|
309
309
|
schema: String,
|
|
310
310
|
snowflake_connection_id: String?,
|
|
@@ -312,8 +312,8 @@ module Openlayer
|
|
|
312
312
|
) -> void
|
|
313
313
|
|
|
314
314
|
def to_hash: -> {
|
|
315
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
316
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
315
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::backend_type,
|
|
316
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::Config,
|
|
317
317
|
database: String,
|
|
318
318
|
schema: String,
|
|
319
319
|
snowflake_connection_id: String?,
|
|
@@ -327,7 +327,7 @@ module Openlayer
|
|
|
327
327
|
|
|
328
328
|
SNOWFLAKE: :snowflake
|
|
329
329
|
|
|
330
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
330
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend::backend_type]
|
|
331
331
|
end
|
|
332
332
|
|
|
333
333
|
type config =
|
|
@@ -365,30 +365,30 @@ module Openlayer
|
|
|
365
365
|
end
|
|
366
366
|
end
|
|
367
367
|
|
|
368
|
-
type
|
|
368
|
+
type databricks_dtl_data_backend =
|
|
369
369
|
{
|
|
370
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
371
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
370
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::backend_type,
|
|
371
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::Config,
|
|
372
372
|
databricks_dtl_connection_id: String?,
|
|
373
373
|
table_id: String?
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
class
|
|
377
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
376
|
+
class DatabricksDtlDataBackend < Openlayer::Internal::Type::BaseModel
|
|
377
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::backend_type
|
|
378
378
|
|
|
379
379
|
attr_accessor databricks_dtl_connection_id: String?
|
|
380
380
|
|
|
381
381
|
attr_accessor table_id: String?
|
|
382
382
|
|
|
383
383
|
def initialize: (
|
|
384
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
384
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::backend_type,
|
|
385
385
|
databricks_dtl_connection_id: String?,
|
|
386
386
|
table_id: String?
|
|
387
387
|
) -> void
|
|
388
388
|
|
|
389
389
|
def to_hash: -> {
|
|
390
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
391
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
390
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::backend_type,
|
|
391
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::Config,
|
|
392
392
|
databricks_dtl_connection_id: String?,
|
|
393
393
|
table_id: String?
|
|
394
394
|
}
|
|
@@ -400,7 +400,7 @@ module Openlayer
|
|
|
400
400
|
|
|
401
401
|
DATABRICKS_DTL: :databricks_dtl
|
|
402
402
|
|
|
403
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
403
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend::backend_type]
|
|
404
404
|
end
|
|
405
405
|
|
|
406
406
|
type config =
|
|
@@ -438,17 +438,17 @@ module Openlayer
|
|
|
438
438
|
end
|
|
439
439
|
end
|
|
440
440
|
|
|
441
|
-
type
|
|
441
|
+
type redshift_data_backend =
|
|
442
442
|
{
|
|
443
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
444
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
443
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::backend_type,
|
|
444
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::Config,
|
|
445
445
|
redshift_connection_id: String?,
|
|
446
446
|
schema_name: String,
|
|
447
447
|
table_name: String
|
|
448
448
|
}
|
|
449
449
|
|
|
450
|
-
class
|
|
451
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
450
|
+
class RedshiftDataBackend < Openlayer::Internal::Type::BaseModel
|
|
451
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::backend_type
|
|
452
452
|
|
|
453
453
|
attr_accessor redshift_connection_id: String?
|
|
454
454
|
|
|
@@ -457,15 +457,15 @@ module Openlayer
|
|
|
457
457
|
attr_accessor table_name: String
|
|
458
458
|
|
|
459
459
|
def initialize: (
|
|
460
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
460
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::backend_type,
|
|
461
461
|
redshift_connection_id: String?,
|
|
462
462
|
schema_name: String,
|
|
463
463
|
table_name: String
|
|
464
464
|
) -> void
|
|
465
465
|
|
|
466
466
|
def to_hash: -> {
|
|
467
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
468
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
467
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::backend_type,
|
|
468
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::Config,
|
|
469
469
|
redshift_connection_id: String?,
|
|
470
470
|
schema_name: String,
|
|
471
471
|
table_name: String
|
|
@@ -478,7 +478,7 @@ module Openlayer
|
|
|
478
478
|
|
|
479
479
|
REDSHIFT: :redshift
|
|
480
480
|
|
|
481
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
481
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::backend_type]
|
|
482
482
|
end
|
|
483
483
|
|
|
484
484
|
type config =
|
|
@@ -516,18 +516,18 @@ module Openlayer
|
|
|
516
516
|
end
|
|
517
517
|
end
|
|
518
518
|
|
|
519
|
-
type
|
|
519
|
+
type postgres_data_backend =
|
|
520
520
|
{
|
|
521
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
522
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
521
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::backend_type,
|
|
522
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::Config,
|
|
523
523
|
database: String,
|
|
524
524
|
postgres_connection_id: String?,
|
|
525
525
|
schema: String,
|
|
526
526
|
table: String?
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
-
class
|
|
530
|
-
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
529
|
+
class PostgresDataBackend < Openlayer::Internal::Type::BaseModel
|
|
530
|
+
attr_accessor backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::backend_type
|
|
531
531
|
|
|
532
532
|
attr_accessor database: String
|
|
533
533
|
|
|
@@ -538,7 +538,7 @@ module Openlayer
|
|
|
538
538
|
attr_accessor table: String?
|
|
539
539
|
|
|
540
540
|
def initialize: (
|
|
541
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
541
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::backend_type,
|
|
542
542
|
database: String,
|
|
543
543
|
postgres_connection_id: String?,
|
|
544
544
|
schema: String,
|
|
@@ -546,8 +546,8 @@ module Openlayer
|
|
|
546
546
|
) -> void
|
|
547
547
|
|
|
548
548
|
def to_hash: -> {
|
|
549
|
-
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
550
|
-
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
549
|
+
backend_type: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::backend_type,
|
|
550
|
+
config: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::Config,
|
|
551
551
|
database: String,
|
|
552
552
|
postgres_connection_id: String?,
|
|
553
553
|
schema: String,
|
|
@@ -561,7 +561,7 @@ module Openlayer
|
|
|
561
561
|
|
|
562
562
|
POSTGRES: :postgres
|
|
563
563
|
|
|
564
|
-
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::
|
|
564
|
+
def self?.values: -> ::Array[Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend::backend_type]
|
|
565
565
|
end
|
|
566
566
|
|
|
567
567
|
type config =
|