Class ComputeResources (1.0.0)

ComputeResources(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Compute resources associated with the analyze interactive workloads.

Attributes

NameDescription
disk_size_gb int
Optional. Size in GB of the disk. Default is 100 GB.
node_count int
Optional. Total number of nodes in the sessions created for this environment.
max_node_count int
Optional. Max configurable nodes. If max_node_count > node_count, then auto-scaling is enabled.

Inheritance

builtins.object > proto.message.Message > ComputeResources