GoogleCloudAiplatformV1Part constructor
GoogleCloudAiplatformV1Part({
- GoogleCloudAiplatformV1FileData? fileData,
- GoogleCloudAiplatformV1FunctionCall? functionCall,
- GoogleCloudAiplatformV1FunctionResponse? functionResponse,
- GoogleCloudAiplatformV1Blob? inlineData,
- String? text,
- GoogleCloudAiplatformV1VideoMetadata? videoMetadata,
Implementation
GoogleCloudAiplatformV1Part({
this.fileData,
this.functionCall,
this.functionResponse,
this.inlineData,
this.text,
this.videoMetadata,
});