Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class VertexMultimodalDatasetDestination.
The details for a Vertex Multimodal Dataset output.
Generated from protobuf message google.cloud.aiplatform.v1.VertexMultimodalDatasetDestination
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bigquery_destination |
BigQueryDestination
Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset. |
↳ display_name |
string
Optional. Display name of the output dataset. |
getBigqueryDestination
Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset.
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination|null |
|
hasBigqueryDestination
clearBigqueryDestination
setBigqueryDestination
Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
BigQueryDestination
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Optional. Display name of the output dataset.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. Display name of the output dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|