Google Cloud Ai Platform V1 Client - Class DestinationFeatureSetting (0.26.2)

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

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ feature_id string

Required. The ID of the Feature to apply the setting to.

↳ destination_field string

Specify the field name in the export destination. If not specified, Feature ID is used.

getFeatureId

Required. The ID of the Feature to apply the setting to.

Returns
TypeDescription
string

setFeatureId

Required. The ID of the Feature to apply the setting to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationField

Specify the field name in the export destination. If not specified, Feature ID is used.

Returns
TypeDescription
string

setDestinationField

Specify the field name in the export destination. If not specified, Feature ID is used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this