Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RemoveExamplesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RemoveExamplesResponse
- 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.RemoveExamples.
Instance Attribute Summary collapse
-
#example_ids ⇒ Array<String>
The IDs for the removed examples.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RemoveExamplesResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1RemoveExamplesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RemoveExamplesResponse
Returns a new instance of GoogleCloudAiplatformV1beta1RemoveExamplesResponse.
39963 39964 39965 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39963 def initialize(**args) update!(**args) end |
Instance Attribute Details
#example_ids ⇒ Array<String>
The IDs for the removed examples.
Corresponds to the JSON property exampleIds
39961 39962 39963 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39961 def example_ids @example_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39968 39969 39970 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39968 def update!(**args) @example_ids = args[:example_ids] if args.key?(:example_ids) end |