Class GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
The details for a Vertex Multimodal Dataset output.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1VertexMultimodalDatasetDestination : IDirectResponseSchema
Properties
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.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual GoogleCloudAiplatformV1BigQueryDestination BigqueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1BigQueryDestination |
DisplayName
Optional. Display name of the output dataset.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |