Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DatasetBucket.
Dataset bucket used to create a histogram for the distribution given a population of values.
Generated from protobuf message google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution.DatasetBucket
Namespace
Google \ Cloud \ AIPlatform \ V1 \ SupervisedTuningDatasetDistributionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ count |
float
Output only. Number of values in the bucket. |
↳ left |
float
Output only. Left bound of the bucket. |
↳ right |
float
Output only. Right bound of the bucket. |
getCount
Output only. Number of values in the bucket.
Returns | |
---|---|
Type | Description |
float |
setCount
Output only. Number of values in the bucket.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getLeft
Output only. Left bound of the bucket.
Returns | |
---|---|
Type | Description |
float |
setLeft
Output only. Left bound of the bucket.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getRight
Output only. Right bound of the bucket.
Returns | |
---|---|
Type | Description |
float |
setRight
Output only. Right bound of the bucket.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |