GoogleCloudAiplatformV1Schema class

Schema is used to define the format of input/output data.

Represents a select subset of an OpenAPI 3.0 schema object. More fields may be added in the future as needed.

Constructors

GoogleCloudAiplatformV1Schema({String? description, List<String>? enum_, Object? example, String? format, GoogleCloudAiplatformV1Schema? items, bool? nullable, Map<String, GoogleCloudAiplatformV1Schema>? properties, List<String>? required, String? type})
GoogleCloudAiplatformV1Schema.fromJson(Map json_)

Properties

description String?
The description of the data.
getter/setter pair
enum_ List<String>?
Possible values of the element of Type.STRING with enum format.
getter/setter pair
example Object?
Example of the object.
getter/setter pair
format String?
The format of the data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items GoogleCloudAiplatformV1Schema?
Schema of the elements of Type.ARRAY.
getter/setter pair
nullable bool?
Indicates if the value may be null.
getter/setter pair
properties Map<String, GoogleCloudAiplatformV1Schema>?
Properties of Type.OBJECT.
getter/setter pair
required List<String>?
Required properties of Type.OBJECT.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of the data.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited