Class GoogleCloudAiplatformV1UpdateExplanationDatasetRequest
Request message for ModelService.UpdateExplanationDataset.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1UpdateExplanationDatasetRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Examples
The example config containing the location of the dataset.
Declaration
[JsonProperty("examples")]
public virtual GoogleCloudAiplatformV1Examples Examples { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Examples |