📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_labeling_service_dataplane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_labeling_service_dataplane/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: record_analytics_aggregation.pyc
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�RecordAnalyticsAggregationa� Aggregation entities are required by the API consistency guidelines for API Consistency Guidelines#AnalyticsAPIs. These are used to summarize record information for a given dataset and are used to populate UI elements. Aggregations need to have the fields that identify the exact scope that they're summarizing. Any filters applied to the list API, have to show up in the aggregation. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a$ Initializes a new RecordAnalyticsAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param count: The value to assign to the count property of this RecordAnalyticsAggregation. :type count: float :param dimensions: The value to assign to the dimensions property of this RecordAnalyticsAggregation. :type dimensions: oci.data_labeling_service_dataplane.models.RecordAggregationDimensions :param dataset_id: The value to assign to the dataset_id property of this RecordAnalyticsAggregation. :type dataset_id: str :param compartment_id: The value to assign to the compartment_id property of this RecordAnalyticsAggregation. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this RecordAnalyticsAggregation. :type lifecycle_state: str �float�RecordAggregationDimensions�str)�count� dimensions� dataset_id�compartment_id�lifecycle_stater r � datasetId� compartmentId�lifecycleStateN)� swagger_types� attribute_map�_count�_dimensions�_dataset_id�_compartment_id�_lifecycle_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service_dataplane/models/record_analytics_aggregation.py�__init__ s"