Class GoogleCloudAiplatformV1ExplanationSpec
Specification of Model explanation.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ExplanationSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Optional. Metadata describing the Model's input and output for explanation.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudAiplatformV1ExplanationMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExplanationMetadata |
Parameters
Required. Parameters that configure explaining of the Model's predictions.
Declaration
[JsonProperty("parameters")]
public virtual GoogleCloudAiplatformV1ExplanationParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExplanationParameters |