Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQuerySource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

The BigQuery location for the input content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1BigQuerySource

Returns a new instance of GoogleCloudAiplatformV1BigQuerySource.



1665
1666
1667
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1665

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#input_uriString

Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms:

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId. Corresponds to the JSON property inputUri

Returns:

  • (String)


1663
1664
1665
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1663

def input_uri
  @input_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1670
1671
1672
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 1670

def update!(**args)
  @input_uri = args[:input_uri] if args.key?(:input_uri)
end