Class: Google::Cloud::AIPlatform::V1::VertexMultimodalDatasetSource
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::VertexMultimodalDatasetSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/io.rb
Overview
The Vertex Multimodal Dataset for the input content.
Instance Attribute Summary collapse
-
#dataset_name ⇒ ::String
Required.
Instance Attribute Details
#dataset_name ⇒ ::String
Returns Required. The resource name of the Vertex Dataset.
Format: projects/{project}/locations/{location}/datasets/{dataset}.
101 102 103 104 |
# File 'proto_docs/google/cloud/aiplatform/v1/io.rb', line 101 class VertexMultimodalDatasetSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |