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.



46078
46079
46080
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46078

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


46076
46077
46078
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46076

def example_ids
  @example_ids
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46083
46084
46085
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46083

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