GoogleCloudAiplatformV1Part constructor

GoogleCloudAiplatformV1Part({
  1. GoogleCloudAiplatformV1FileData? fileData,
  2. GoogleCloudAiplatformV1FunctionCall? functionCall,
  3. GoogleCloudAiplatformV1FunctionResponse? functionResponse,
  4. GoogleCloudAiplatformV1Blob? inlineData,
  5. String? text,
  6. GoogleCloudAiplatformV1VideoMetadata? videoMetadata,
})

Implementation

GoogleCloudAiplatformV1Part({
  this.fileData,
  this.functionCall,
  this.functionResponse,
  this.inlineData,
  this.text,
  this.videoMetadata,
});