Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1SearchFeaturesResponse

import type { GoogleCloudAiplatformV1SearchFeaturesResponse } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Response message for FeaturestoreService.SearchFeatures.

interface GoogleCloudAiplatformV1SearchFeaturesResponse {
nextPageToken?: string;
}

§Properties

§

The Features matching the request. Fields returned: * name * description * labels * create_time * update_time

§
nextPageToken?: string
[src]

A token, which can be sent as SearchFeaturesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.