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
partitionPartition: The partition — freshly created, or an existing, selector-matching one of the requested name.createdbool:Truewhen this call createdpartition,Falsewhen 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.