Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
The metadata of Datasets that contain tables data.
Instance Attribute Summary collapse
-
#input_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig
The tables Dataset's data source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata
constructor
A new instance of GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata
Returns a new instance of GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadata.
27599 27600 27601 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 27599 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaTablesDatasetMetadataInputConfig
The tables Dataset's data source. The Dataset doesn't store the data directly,
but only pointer(s) to its data.
Corresponds to the JSON property inputConfig
27597 27598 27599 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 27597 def input_config @input_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27604 27605 27606 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 27604 def update!(**args) @input_config = args[:input_config] if args.key?(:input_config) end |