GoogleCloudAiplatformV1ExplainResponse constructor
GoogleCloudAiplatformV1ExplainResponse({
- String? deployedModelId,
- List<
GoogleCloudAiplatformV1Explanation> ? explanations, - List<
Object?> ? predictions,
Implementation
GoogleCloudAiplatformV1ExplainResponse({
this.deployedModelId,
this.explanations,
this.predictions,
});