import type { AIProjectContext as Client } from "../../index.js"; import type { EvaluationTaxonomy, _PagedEvaluationTaxonomy } from "../../../models/models.js"; import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { BetaEvaluationTaxonomiesUpdateOptionalParams, BetaEvaluationTaxonomiesCreateOptionalParams, BetaEvaluationTaxonomiesDeleteOptionalParams, BetaEvaluationTaxonomiesListOptionalParams, BetaEvaluationTaxonomiesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _updateSend(context: Client, name: string, body: EvaluationTaxonomy, options?: BetaEvaluationTaxonomiesUpdateOptionalParams): StreamableMethod; export declare function _updateDeserialize(result: PathUncheckedResponse): Promise; /** Update an evaluation taxonomy. */ export declare function update(context: Client, name: string, body: EvaluationTaxonomy, options?: BetaEvaluationTaxonomiesUpdateOptionalParams): Promise; export declare function _createSend(context: Client, name: string, body: EvaluationTaxonomy, options?: BetaEvaluationTaxonomiesCreateOptionalParams): StreamableMethod; export declare function _createDeserialize(result: PathUncheckedResponse): Promise; /** Create an evaluation taxonomy. */ export declare function create(context: Client, name: string, body: EvaluationTaxonomy, options?: BetaEvaluationTaxonomiesCreateOptionalParams): Promise; export declare function _$deleteSend(context: Client, name: string, options?: BetaEvaluationTaxonomiesDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Delete an evaluation taxonomy by name. */ export declare function $delete(context: Client, name: string, options?: BetaEvaluationTaxonomiesDeleteOptionalParams): Promise; export declare function _listSend(context: Client, options?: BetaEvaluationTaxonomiesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_PagedEvaluationTaxonomy>; /** List evaluation taxonomies */ export declare function list(context: Client, options?: BetaEvaluationTaxonomiesListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, name: string, options?: BetaEvaluationTaxonomiesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get an evaluation run by name. */ export declare function get(context: Client, name: string, options?: BetaEvaluationTaxonomiesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map