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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ model |
string
Required. The resource name of the Model to update. Format: |
↳ examples |
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 | |
|---|---|
| Type | Description |
string |
|
setModel
Required. The resource name of the Model to update.
Format: projects/{project}/locations/{location}/models/{model}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExamples
The example config containing the location of the dataset.
| Returns | |
|---|---|
| Type | Description |
Examples|null |
|
hasExamples
clearExamples
setExamples
The example config containing the location of the dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
Examples
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
model |
string
Required. The resource name of the Model to update.
Format: |
| Returns | |
|---|---|
| Type | Description |
UpdateExplanationDatasetRequest |
|