Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EvaluateDatasetResponse.
The results from an evaluation run performed by the EvaluationService.
Generated from protobuf message google.cloud.aiplatform.v1.EvaluateDatasetResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ aggregation_output |
AggregationOutput
Output only. Aggregation statistics derived from results of EvaluationService. |
↳ output_info |
OutputInfo
Output only. Output info for EvaluationService. |
getAggregationOutput
Output only. Aggregation statistics derived from results of EvaluationService.
| Returns | |
|---|---|
| Type | Description |
AggregationOutput|null |
|
hasAggregationOutput
clearAggregationOutput
setAggregationOutput
Output only. Aggregation statistics derived from results of EvaluationService.
| Parameter | |
|---|---|
| Name | Description |
var |
AggregationOutput
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOutputInfo
Output only. Output info for EvaluationService.
| Returns | |
|---|---|
| Type | Description |
OutputInfo|null |
|
hasOutputInfo
clearOutputInfo
setOutputInfo
Output only. Output info for EvaluationService.
| Parameter | |
|---|---|
| Name | Description |
var |
OutputInfo
|
| Returns | |
|---|---|
| Type | Description |
$this |
|