Cloud AI Platform v1 API - Class ExplanationSpec (2.27.0)

public sealed class ExplanationSpec : IMessage<ExplanationSpec>, IEquatable<ExplanationSpec>, IDeepCloneable<ExplanationSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ExplanationSpec.

Specification of Model explanation.

Inheritance

object > ExplanationSpec

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExplanationSpec()

public ExplanationSpec()

ExplanationSpec(ExplanationSpec)

public ExplanationSpec(ExplanationSpec other)
Parameter
NameDescription
otherExplanationSpec

Properties

Metadata

public ExplanationMetadata Metadata { get; set; }

Optional. Metadata describing the Model's input and output for explanation.

Property Value
TypeDescription
ExplanationMetadata

Parameters

public ExplanationParameters Parameters { get; set; }

Required. Parameters that configure explaining of the Model's predictions.

Property Value
TypeDescription
ExplanationParameters