Google Cloud Ai Platform V1 Client - Class AdapterSize (1.22.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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.