Google Cloud Ai Platform V1 Client - Class ImportModelEvaluationRequest (0.27.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ImportModelEvaluationRequest.

Request message for ModelService.ImportModelEvaluation

Generated from protobuf message google.cloud.aiplatform.v1.ImportModelEvaluationRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the parent model resource. Format: projects/{project}/locations/{location}/models/{model}

↳ model_evaluation Google\Cloud\AIPlatform\V1\ModelEvaluation

Required. Model evaluation resource to be imported.

getParent

Required. The name of the parent model resource.

Format: projects/{project}/locations/{location}/models/{model}

Returns
Type Description
string

setParent

Required. The name of the parent model resource.

Format: projects/{project}/locations/{location}/models/{model}

Parameter
Name Description
var string
Returns
Type Description
$this

getModelEvaluation

Required. Model evaluation resource to be imported.

Returns
Type Description
Google\Cloud\AIPlatform\V1\ModelEvaluation|null

hasModelEvaluation

clearModelEvaluation

setModelEvaluation

Required. Model evaluation resource to be imported.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\ModelEvaluation
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The name of the parent model resource. Format: projects/{project}/locations/{location}/models/{model} Please see Google\Cloud\AIPlatform\V1\ModelServiceClient::modelName() for help formatting this field.

modelEvaluation Google\Cloud\AIPlatform\V1\ModelEvaluation

Required. Model evaluation resource to be imported.

Returns
Type Description
Google\Cloud\AIPlatform\V1\ImportModelEvaluationRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月13日 UTC.