GoogleCloudAiplatformV1Part constructor

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

Implementation

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