Vertex AI v1 API - Class VertexMultimodalDatasetDestination (3.66.0)

public sealed class VertexMultimodalDatasetDestination : IMessage<VertexMultimodalDatasetDestination>, IEquatable<VertexMultimodalDatasetDestination>, IDeepCloneable<VertexMultimodalDatasetDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class VertexMultimodalDatasetDestination.

The details for a Vertex Multimodal Dataset output.

Inheritance

object > VertexMultimodalDatasetDestination

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VertexMultimodalDatasetDestination()

public VertexMultimodalDatasetDestination()

VertexMultimodalDatasetDestination(VertexMultimodalDatasetDestination)

public VertexMultimodalDatasetDestination(VertexMultimodalDatasetDestination other)
Parameter
Name Description
other VertexMultimodalDatasetDestination

Properties

BigqueryDestination

public BigQueryDestination BigqueryDestination { get; set; }

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.

Property Value
Type Description
BigQueryDestination

DisplayName

public string DisplayName { get; set; }

Optional. Display name of the output dataset.

Property Value
Type Description
string