UpdatePartition
import type { UpdatePartition } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a partition should be updated.
interface UpdatePartition {
readonly partitions?: string[];
}import type { UpdatePartition } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a partition should be updated.