Class MultimodalPrompt (1.117.0)

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)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.