Google Cloud Ai Platform V1 Client - Class Level (1.50.0)

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

The media resolution level.

Protobuf type google.cloud.aiplatform.v1.Part.MediaResolution.Level

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Part \ MediaResolution

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MEDIA_RESOLUTION_UNSPECIFIED

Value: 0

Media resolution has not been set.

Generated from protobuf enum MEDIA_RESOLUTION_UNSPECIFIED = 0;

MEDIA_RESOLUTION_LOW

Value: 1

Media resolution set to low.

Generated from protobuf enum MEDIA_RESOLUTION_LOW = 1;

MEDIA_RESOLUTION_MEDIUM

Value: 2

Media resolution set to medium.

Generated from protobuf enum MEDIA_RESOLUTION_MEDIUM = 2;

MEDIA_RESOLUTION_HIGH

Value: 3

Media resolution set to high.

Generated from protobuf enum MEDIA_RESOLUTION_HIGH = 3;

MEDIA_RESOLUTION_ULTRA_HIGH

Value: 4

Media resolution set to ultra high. This is for image only.

Generated from protobuf enum MEDIA_RESOLUTION_ULTRA_HIGH = 4;