Google Cloud Ai Platform V1 Client - Class EvaluateDatasetRun (1.57.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 EvaluateDatasetResponse

Output only. Results for EvaluationService.

↳ error Google\Rpc\Status

Output only. The error of the evaluation run if any.

getOperationName

Output only. Deprecated: The updated architecture uses evaluation_run instead.

Returns
Type Description
string

setOperationName

Output only. Deprecated: The updated architecture uses evaluation_run instead.

Parameter
Name Description
var string
Returns
Type Description
$this

getEvaluationRun

Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.

Returns
Type Description
string

setEvaluationRun

Output only. The resource name of the evaluation run. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.

Parameter
Name Description
var string
Returns
Type Description
$this

getCheckpointId

Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.

Returns
Type Description
string

setCheckpointId

Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.

Parameter
Name Description
var string
Returns
Type Description
$this

getEvaluateDatasetResponse

Output only. Results for EvaluationService.

Returns
Type Description
EvaluateDatasetResponse|null

hasEvaluateDatasetResponse

clearEvaluateDatasetResponse

setEvaluateDatasetResponse

Output only. Results for EvaluationService.

Parameter
Name Description
var EvaluateDatasetResponse
Returns
Type Description
$this

getError

Output only. The error of the evaluation run if any.

Returns
Type Description
Google\Rpc\Status|null

hasError

clearError

setError

Output only. The error of the evaluation run if any.

Parameter
Name Description
var Google\Rpc\Status
Returns
Type Description
$this