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.



39963
39964
39965
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39963

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


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