responseSchema property

GoogleCloudAiplatformV1Schema? responseSchema
getter/setter pair

The Schema object allows the definition of input and output data types.

These types can be objects, but also primitives and arrays. Represents a select subset of an OpenAPI 3.0 schema object. If set, a compatible response_mime_type must also be set. Compatible mimetypes: application/json: Schema for JSON response.

Optional.

Implementation

GoogleCloudAiplatformV1Schema? responseSchema;