Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SupervisedTuningDatasetDistribution.
Dataset distribution for Supervised Tuning.
Generated from protobuf message google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sum |
int|string
Output only. Sum of a given population of values. |
↳ min |
float
Output only. The minimum of the population values. |
↳ max |
float
Output only. The maximum of the population values. |
↳ mean |
float
Output only. The arithmetic mean of the values in the population. |
↳ median |
float
Output only. The median of the values in the population. |
↳ p5 |
float
Output only. The 5th percentile of the values in the population. |
↳ p95 |
float
Output only. The 95th percentile of the values in the population. |
↳ buckets |
array<Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution\DatasetBucket>
Output only. Defines the histogram bucket. |
getSum
Output only. Sum of a given population of values.
Returns | |
---|---|
Type | Description |
int|string |
setSum
Output only. Sum of a given population of values.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getMin
Output only. The minimum of the population values.
Returns | |
---|---|
Type | Description |
float |
setMin
Output only. The minimum of the population values.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getMax
Output only. The maximum of the population values.
Returns | |
---|---|
Type | Description |
float |
setMax
Output only. The maximum of the population values.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getMean
Output only. The arithmetic mean of the values in the population.
Returns | |
---|---|
Type | Description |
float |
setMean
Output only. The arithmetic mean of the values in the population.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getMedian
Output only. The median of the values in the population.
Returns | |
---|---|
Type | Description |
float |
setMedian
Output only. The median of the values in the population.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getP5
Output only. The 5th percentile of the values in the population.
Returns | |
---|---|
Type | Description |
float |
setP5
Output only. The 5th percentile of the values in the population.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getP95
Output only. The 95th percentile of the values in the population.
Returns | |
---|---|
Type | Description |
float |
setP95
Output only. The 95th percentile of the values in the population.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |
getBuckets
Output only. Defines the histogram bucket.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBuckets
Output only. Defines the histogram bucket.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\SupervisedTuningDatasetDistribution\DatasetBucket>
|
Returns | |
---|---|
Type | Description |
$this |