Google Cloud Ai Platform V1 Client - Class Type (0.38.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Type.

Type contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/

Protobuf type google.cloud.aiplatform.v1.Type

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Not specified, should not be used.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

STRING

Value: 1

OpenAPI string type

Generated from protobuf enum STRING = 1;

NUMBER

Value: 2

OpenAPI number type

Generated from protobuf enum NUMBER = 2;

INTEGER

Value: 3

OpenAPI integer type

Generated from protobuf enum INTEGER = 3;

BOOLEAN

Value: 4

OpenAPI boolean type

Generated from protobuf enum BOOLEAN = 4;

PBARRAY

Value: 5

OpenAPI array type

Generated from protobuf enum ARRAY = 5;

OBJECT

Value: 6

OpenAPI object type

Generated from protobuf enum OBJECT = 6;