GoogleCloudAiplatformV1Part constructor

GoogleCloudAiplatformV1Part({
  1. GoogleCloudAiplatformV1CodeExecutionResult? codeExecutionResult,
  2. GoogleCloudAiplatformV1ExecutableCode? executableCode,
  3. GoogleCloudAiplatformV1FileData? fileData,
  4. GoogleCloudAiplatformV1FunctionCall? functionCall,
  5. GoogleCloudAiplatformV1FunctionResponse? functionResponse,
  6. GoogleCloudAiplatformV1Blob? inlineData,
  7. String? text,
  8. bool? thought,
  9. String? thoughtSignature,
  10. GoogleCloudAiplatformV1VideoMetadata? videoMetadata,
})

Implementation

GoogleCloudAiplatformV1Part({
  this.codeExecutionResult,
  this.executableCode,
  this.fileData,
  this.functionCall,
  this.functionResponse,
  this.inlineData,
  this.text,
  this.thought,
  this.thoughtSignature,
  this.videoMetadata,
});