MultimodalPrompt(
prompt_message: google.cloud.aiplatform_v1beta1.types.prediction_service.GenerateContentRequest,
api_schema_version: typing.Optional[str] = "1.0.0",
executions: typing.Optional[
list[vertexai.prompts._prompt_management.Execution]
] = None,
)
MultimodalPrompt. Child of PromptDatasetMetadata.
Attributes |
|
---|---|
Name | Description |
prompt_message |
google.cloud.aiplatform_v1beta1.types.prediction_service.GenerateContentRequest
The schema for the prompt. A subset of the GenerateContentRequest schema. |
api_schema_version |
Optional[str]
The api schema version of the prompt when it was last modified. |
executions |
Optional[list[vertexai.prompts._prompt_management.Execution]]
Contains data related to an execution of a prompt (ex. variables) |