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.



40030
40031
40032
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40030

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>)


40028
40029
40030
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40028

def example_ids
  @example_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40035
40036
40037
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 40035

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