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 \ V1Methods
__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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFeatureId
Required. The ID of the Feature to apply the setting to.
| 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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDestinationField
Specify the field name in the export destination. If not specified, Feature ID is used.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|