Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponse
- 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 for ExampleStoreService.UpsertExamples.
Instance Attribute Summary collapse
-
#results ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult>
A list of results for creating/updating.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UpsertExamplesResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1UpsertExamplesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1UpsertExamplesResponse
Returns a new instance of GoogleCloudAiplatformV1beta1UpsertExamplesResponse.
57313 57314 57315 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57313 def initialize(**args) update!(**args) end |
Instance Attribute Details
#results ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1UpsertExamplesResponseUpsertResult>
A list of results for creating/updating. It's either a successfully created/
updated example or a status with an error message.
Corresponds to the JSON property results
57311 57312 57313 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57311 def results @results end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
57318 57319 57320 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57318 def update!(**args) @results = args[:results] if args.key?(:results) end |