Google Cloud Ai Platform V1 Client - Class SupervisedTuningSpec (0.37.1)

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

Tuning Spec for Supervised Tuning.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ training_dataset_uri string

Required. Cloud Storage path to file containing training dataset for tuning.

↳ validation_dataset_uri string

Optional. Cloud Storage path to file containing validation dataset for tuning.

↳ hyper_parameters Google\Cloud\AIPlatform\V1\SupervisedHyperParameters

Optional. Hyperparameters for SFT.

getTrainingDatasetUri

Required. Cloud Storage path to file containing training dataset for tuning.

Returns
Type Description
string

setTrainingDatasetUri

Required. Cloud Storage path to file containing training dataset for tuning.

Parameter
Name Description
var string
Returns
Type Description
$this

getValidationDatasetUri

Optional. Cloud Storage path to file containing validation dataset for tuning.

Returns
Type Description
string

setValidationDatasetUri

Optional. Cloud Storage path to file containing validation dataset for tuning.

Parameter
Name Description
var string
Returns
Type Description
$this

getHyperParameters

Optional. Hyperparameters for SFT.

Returns
Type Description
Google\Cloud\AIPlatform\V1\SupervisedHyperParameters|null

hasHyperParameters

clearHyperParameters

setHyperParameters

Optional. Hyperparameters for SFT.

Parameter
Name Description
var Google\Cloud\AIPlatform\V1\SupervisedHyperParameters
Returns
Type Description
$this