GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData
import type { GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";Defines data for an application builder.
interface GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderData {
codeRepositoryState?: string;
framework?: "FRAMEWORK_UNSPECIFIED" | "REACT" | "ANGULAR";
linkedResources?: GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource[];
}§Properties
§
codeRepositoryState?: string
[src]Serialized state of the code repository. This string will typically contain a JSON representation of the UI's CodeRepositoryService state (files, folders, content, and any metadata). The UI is responsible for serialization and deserialization.
§
framework?: "FRAMEWORK_UNSPECIFIED" | "REACT" | "ANGULAR"
[src]Optional. Framework used to build the application.
§
linkedResources?: GoogleCloudAiplatformV1SchemaPromptSpecAppBuilderDataLinkedResource[]
[src]Linked resources attached to the application by the user.