Interface protos.google.cloud.aiplatform.v1beta1.IExplainRequest (1.11.0)

Properties of an ExplainRequest.

Package

@google-cloud/aiplatform

Properties

deployedModelId

deployedModelId?: (string|null);

ExplainRequest deployedModelId

Property Value
TypeDescription
(string|null)

endpoint

endpoint?: (string|null);

ExplainRequest endpoint

Property Value
TypeDescription
(string|null)

explanationSpecOverride

explanationSpecOverride?: (google.cloud.aiplatform.v1beta1.IExplanationSpecOverride|null);

ExplainRequest explanationSpecOverride

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IExplanationSpecOverride|null)

instances

instances?: (google.protobuf.IValue[]|null);

ExplainRequest instances

Property Value
TypeDescription
(google.protobuf.IValue[]|null)

parameters

parameters?: (google.protobuf.IValue|null);

ExplainRequest parameters

Property Value
TypeDescription
(google.protobuf.IValue|null)