Google Cloud Ai Platform V1 Client - Class UpdateExplanationDatasetRequest (0.30.0)

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

Request message for ModelService.UpdateExplanationDataset.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ model string

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

↳ examples Google\Cloud\AIPlatform\V1\Examples

The example config containing the location of the dataset.

getModel

Required. The resource name of the Model to update.

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

Returns
TypeDescription
string

setModel

Required. The resource name of the Model to update.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getExamples

The example config containing the location of the dataset.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Examples|null

hasExamples

clearExamples

setExamples

The example config containing the location of the dataset.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Examples
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
model string

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

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\UpdateExplanationDatasetRequest