Google Cloud Ai Platform V1 Client - Class DestinationFeatureSetting (0.24.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

Namespace

Google \ Cloud \ AIPlatform \ V1

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.

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.