@pulumi/gcp
Version:
A Pulumi package for creating and managing Google Cloud Platform resources.
19 lines (18 loc) • 1.61 kB
TypeScript
export { GetTensorflowVersionsArgs, GetTensorflowVersionsResult, GetTensorflowVersionsOutputArgs } from "./getTensorflowVersions";
export declare const getTensorflowVersions: typeof import("./getTensorflowVersions").getTensorflowVersions;
export declare const getTensorflowVersionsOutput: typeof import("./getTensorflowVersions").getTensorflowVersionsOutput;
export { GetV2AcceleratorTypesArgs, GetV2AcceleratorTypesResult, GetV2AcceleratorTypesOutputArgs } from "./getV2AcceleratorTypes";
export declare const getV2AcceleratorTypes: typeof import("./getV2AcceleratorTypes").getV2AcceleratorTypes;
export declare const getV2AcceleratorTypesOutput: typeof import("./getV2AcceleratorTypes").getV2AcceleratorTypesOutput;
export { GetV2RuntimeVersionsArgs, GetV2RuntimeVersionsResult, GetV2RuntimeVersionsOutputArgs } from "./getV2RuntimeVersions";
export declare const getV2RuntimeVersions: typeof import("./getV2RuntimeVersions").getV2RuntimeVersions;
export declare const getV2RuntimeVersionsOutput: typeof import("./getV2RuntimeVersions").getV2RuntimeVersionsOutput;
export { NodeArgs, NodeState } from "./node";
export type Node = import("./node").Node;
export declare const Node: typeof import("./node").Node;
export { V2QueuedResourceArgs, V2QueuedResourceState } from "./v2queuedResource";
export type V2QueuedResource = import("./v2queuedResource").V2QueuedResource;
export declare const V2QueuedResource: typeof import("./v2queuedResource").V2QueuedResource;
export { V2VmArgs, V2VmState } from "./v2vm";
export type V2Vm = import("./v2vm").V2Vm;
export declare const V2Vm: typeof import("./v2vm").V2Vm;