Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponse
- 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
Response message of EndpointService.ExportEndpoint operation.
Instance Attribute Summary collapse
-
#output_info ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
Describes the output of the ExportEndpoint.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportEndpointResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1ExportEndpointResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExportEndpointResponse
Returns a new instance of GoogleCloudAiplatformV1beta1ExportEndpointResponse.
6045 6046 6047 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6045 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_info ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExportEndpointResponseOutputInfo
Describes the output of the ExportEndpoint.
Corresponds to the JSON property outputInfo
6043 6044 6045 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6043 def output_info @output_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6050 6051 6052 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6050 def update!(**args) @output_info = args[:output_info] if args.key?(:output_info) end |