Show / Hide Table of Contents

Class GoogleCloudAiplatformV1VertexMultimodalDatasetDestination

The details for a Vertex Multimodal Dataset output.

Inheritance
object
GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX