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

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

Supported adapter sizes for tuning.

Protobuf type google.cloud.aiplatform.v1.SupervisedHyperParameters.AdapterSize

Namespace

Google \ Cloud \ AIPlatform \ V1 \ SupervisedHyperParameters

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ADAPTER_SIZE_UNSPECIFIED

Value: 0

Adapter size is unspecified.

Generated from protobuf enum ADAPTER_SIZE_UNSPECIFIED = 0;

ADAPTER_SIZE_ONE

Value: 1

Adapter size 1.

Generated from protobuf enum ADAPTER_SIZE_ONE = 1;

ADAPTER_SIZE_FOUR

Value: 2

Adapter size 4.

Generated from protobuf enum ADAPTER_SIZE_FOUR = 2;

ADAPTER_SIZE_EIGHT

Value: 3

Adapter size 8.

Generated from protobuf enum ADAPTER_SIZE_EIGHT = 3;

ADAPTER_SIZE_SIXTEEN

Value: 4

Adapter size 16.

Generated from protobuf enum ADAPTER_SIZE_SIXTEEN = 4;