Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SyntheticField.
Represents a single named field within a SyntheticExample.
Generated from protobuf message google.cloud.aiplatform.v1.SyntheticField
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ field_name |
string
Optional. The name of the field. |
↳ content |
Content
Required. The content of the field. |
getFieldName
Optional. The name of the field.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFieldName
Optional. The name of the field.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContent
Required. The content of the field.
| Returns | |
|---|---|
| Type | Description |
Content|null |
|
hasContent
clearContent
setContent
Required. The content of the field.
| Parameter | |
|---|---|
| Name | Description |
var |
Content
|
| Returns | |
|---|---|
| Type | Description |
$this |
|