Skip to content

Commit 062f345

Browse files
feat(api): api update
1 parent e245d11 commit 062f345

21 files changed

+9943
-7
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
configured_endpoints: 18
2-
openapi_spec_hash: 153617b7252b1b12f21043b2a1246f8b
2+
openapi_spec_hash: 8cd3908ccce472dcb5480c14b290b460
33
config_hash: 6dcf08c4324405f152d1da9fc11ab04a

lib/openlayer/models/inference_pipeline_retrieve_response.rb

Lines changed: 507 additions & 1 deletion
Large diffs are not rendered by default.

lib/openlayer/models/inference_pipeline_update_response.rb

Lines changed: 507 additions & 1 deletion
Large diffs are not rendered by default.

lib/openlayer/models/projects/inference_pipeline_create_params.rb

Lines changed: 609 additions & 1 deletion
Large diffs are not rendered by default.

lib/openlayer/models/projects/inference_pipeline_create_response.rb

Lines changed: 507 additions & 1 deletion
Large diffs are not rendered by default.

lib/openlayer/models/projects/inference_pipeline_list_response.rb

Lines changed: 507 additions & 1 deletion
Large diffs are not rendered by default.

lib/openlayer/resources/projects/inference_pipelines.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ class Projects
66
class InferencePipelines
77
# Create an inference pipeline in a project.
88
#
9-
# @overload create(project_id, description:, name:, project: nil, workspace: nil, request_options: {})
9+
# @overload create(project_id, description:, name:, data_backend: nil, project: nil, workspace: nil, request_options: {})
1010
#
1111
# @param project_id [String] The project id.
1212
#
1313
# @param description [String, nil] The inference pipeline description.
1414
#
1515
# @param name [String] The inference pipeline name.
1616
#
17+
# @param data_backend [Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember0, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::BackendType, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember2, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember3, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember4, Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::UnionMember5, nil]
18+
#
1719
# @param project [Openlayer::Models::Projects::InferencePipelineCreateParams::Project, nil]
1820
#
1921
# @param workspace [Openlayer::Models::Projects::InferencePipelineCreateParams::Workspace, nil]

0 commit comments

Comments
 (0)