Skip to content

Commit

Permalink
fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhniebergall committed Jun 6, 2024
1 parent f18ca34 commit eeb5b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions specification/inference/_types/Results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export class InferenceResult {
}

/**
* Acknowledged response. For dry_run, contains the list of ingest processors which reference the inference endpoint
* Acknowledged response. For dry_run, contains the list of pipelines which reference the inference endpoint
*/
export class DeleteInferenceEndpointResult extends AcknowledgedResponseBase {
ingest_processors: Array<string>
pipelines: Array<string>
}
4 changes: 1 addition & 3 deletions specification/inference/delete/DeleteResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@
import { DeleteInferenceEndpointResult } from '@inference/_types/Results'

export class Response {
body: {
dryRunResult: DeleteInferenceEndpointResult
}
body: DeleteInferenceEndpointResult
}

0 comments on commit eeb5b97

Please sign in to comment.