Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RemoveExamplesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1RemoveExamplesResponse

Returns a new instance of GoogleCloudAiplatformV1beta1RemoveExamplesResponse.



47607
47608
47609
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 47607

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

Instance Attribute Details

#example_idsArray<String>

The IDs for the removed examples. Corresponds to the JSON property exampleIds

Returns:

  • (Array<String>)


47605
47606
47607
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 47605

def example_ids
  @example_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47612
47613
47614
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 47612

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