Skip to main content

aip_sdk.GetOrCreatePartitionResult

aip_sdk.GetOrCreatePartitionResult

Outcome of get_or_create_partition().

A plain (partition, created) tuple still unpacks the same way, but named access (result.partition/result.created) is also available.

Attributes

  • partition Partition: The partition — freshly created, or an existing, selector-matching one of the requested name.
  • created bool: True when this call created partition, False when an existing partition of this name was found and reused instead.

aip_sdk.GetOrCreatePartitionResult.created​

aip_sdk.GetOrCreatePartitionResult.created: bool

No docstring is defined in the source.

aip_sdk.GetOrCreatePartitionResult.partition​

aip_sdk.GetOrCreatePartitionResult.partition: Partition

No docstring is defined in the source.