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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|