Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class EvaluateDatasetRun.
Evaluate Dataset Run Result for Tuning Job.
Generated from protobuf message google.cloud.aiplatform.v1.EvaluateDatasetRun
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ operation_name
string
Output only. Deprecated: The updated architecture uses evaluation_run instead.
↳ evaluation_run
string
Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}
.
↳ checkpoint_id
string
Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.
↳ evaluate_dataset_response
↳ error
getOperationName
Output only. Deprecated: The updated architecture uses evaluation_run instead.
string
setOperationName
Output only. Deprecated: The updated architecture uses evaluation_run instead.
var
string
$this
getEvaluationRun
Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}
.
string
setEvaluationRun
Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}
.
var
string
$this
getCheckpointId
Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.
string
setCheckpointId
Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.
var
string
$this
getEvaluateDatasetResponse
Output only. Results for EvaluationService.
hasEvaluateDatasetResponse
clearEvaluateDatasetResponse
setEvaluateDatasetResponse
Output only. Results for EvaluationService.
$this
getError
Output only. The error of the evaluation run if any.
hasError
clearError
setError
Output only. The error of the evaluation run if any.
$this

