@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface WithEvaluation_run_uuItemRequestBuilder

    Builds and executes requests for operations under /v2/gen-ai/evaluation_runs/{evaluation_run_uuid}

    interface WithEvaluation_run_uuItemRequestBuilder {
        get results(): ResultsRequestBuilder;
        get(
            requestConfiguration?: RequestConfiguration<object>,
        ): Promise<undefined | ApiGetEvaluationRunOutput>;
        toGetRequestInformation(
            requestConfiguration?: RequestConfiguration<object>,
        ): RequestInformation;
        withUrl(rawUrl: string): WithEvaluation_run_uuItemRequestBuilder;
    }

    Hierarchy

    Index

    Accessors

    Methods

    • To retrive information about an existing evaluation run, send a GET request to /v2/gen-ai/evaluation_runs/{evaluation_run_uuid}.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns Promise<undefined | ApiGetEvaluationRunOutput>

      error when the service returns a 401 status code

      error when the service returns a 404 status code

      error when the service returns a 429 status code

      error when the service returns a 500 status code

      error when the service returns a 4XX or 5XX status code

    • To retrive information about an existing evaluation run, send a GET request to /v2/gen-ai/evaluation_runs/{evaluation_run_uuid}.

      Parameters

      • OptionalrequestConfiguration: RequestConfiguration<object>

        Configuration for the request such as headers, query parameters, and middleware options.

      Returns RequestInformation