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

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

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

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.

Generated from protobuf field string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setFeatureId

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

Generated from protobuf field string feature_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationField

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

Generated from protobuf field string destination_field = 2;

Returns
TypeDescription
string

setDestinationField

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

Generated from protobuf field string destination_field = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this