Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
- 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
Describes the output of the ExportEndpoint.
Instance Attribute Summary collapse
-
#big_query_destination ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination
The BigQuery location for the output content.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
constructor
A new instance of GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
Returns a new instance of GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo.
6064 6065 6066 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6064 def initialize(**args) update!(**args) end |
Instance Attribute Details
#big_query_destination ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination
The BigQuery location for the output content.
Corresponds to the JSON property bigQueryDestination
6062 6063 6064 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6062 def big_query_destination @big_query_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6069 6070 6071 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6069 def update!(**args) @big_query_destination = args[:big_query_destination] if args.key?(:big_query_destination) end |