Google Cloud Ai Platform V1 Client - Class PreTunedModel (1.43.0)

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

A pre-tuned model for continuous tuning.

Generated from protobuf message google.cloud.aiplatform.v1.PreTunedModel

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tuned_model_name string

The resource name of the Model. E.g., a model resource name with a specified version id or alias: projects/{project}/locations/{location}/models/{model}@{version_id} projects/{project}/locations/{location}/models/{model}@{alias} Or, omit the version id to use the default version: projects/{project}/locations/{location}/models/{model}

↳ checkpoint_id string

Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

↳ base_model string

Output only. The name of the base model this PreTunedModel was tuned from.

getTunedModelName

The resource name of the Model.

E.g., a model resource name with a specified version id or alias: projects/{project}/locations/{location}/models/{model}@{version_id} projects/{project}/locations/{location}/models/{model}@{alias} Or, omit the version id to use the default version: projects/{project}/locations/{location}/models/{model}

Returns
Type Description
string

setTunedModelName

The resource name of the Model.

E.g., a model resource name with a specified version id or alias: projects/{project}/locations/{location}/models/{model}@{version_id} projects/{project}/locations/{location}/models/{model}@{alias} Or, omit the version id to use the default version: projects/{project}/locations/{location}/models/{model}

Parameter
Name Description
var string
Returns
Type Description
$this

getCheckpointId

Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

Returns
Type Description
string

setCheckpointId

Optional. The source checkpoint id. If not specified, the default checkpoint will be used.

Parameter
Name Description
var string
Returns
Type Description
$this

getBaseModel

Output only. The name of the base model this PreTunedModel was tuned from.

Returns
Type Description
string

setBaseModel

Output only. The name of the base model this PreTunedModel was tuned from.

Parameter
Name Description
var string
Returns
Type Description
$this