GoogleCloudAiplatformV1CodeExecutionResult constructor

GoogleCloudAiplatformV1CodeExecutionResult({
  1. String? outcome,
  2. String? output,
})

Implementation

GoogleCloudAiplatformV1CodeExecutionResult({
  this.outcome,
  this.output,
});