Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::EvaluateDatasetRun.
Evaluate Dataset Run Result for Tuning Job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#checkpoint_id
def checkpoint_id() -> ::String
Returns
- (::String) — Output only. The checkpoint id used in the evaluation run. Only populated when evaluating checkpoints.
#error
def error() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Output only. The error of the evaluation run if any.
#evaluate_dataset_response
def evaluate_dataset_response() -> ::Google::Cloud::AIPlatform::V1::EvaluateDatasetResponse
Returns
- (::Google::Cloud::AIPlatform::V1::EvaluateDatasetResponse) — Output only. Results for EvaluationService.
#evaluation_run
def evaluation_run() -> ::String
Returns
-
(::String) — Output only. The resource name of the evaluation run. Format:
projects/{project}/locations/{location}/evaluationRuns/{evaluation_run_id}.
#operation_name
def operation_name() -> ::String
Returns
- (::String) — Output only. Deprecated: The updated architecture uses evaluation_run instead.