Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceMapInstance

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

Instance data specified as a map.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1EvaluationInstanceMapInstance

Returns a new instance of GoogleCloudAiplatformV1EvaluationInstanceMapInstance.



9198
9199
9200
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9198

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

Instance Attribute Details

#map_instanceHash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EvaluationInstanceInstanceData>

Optional. Map of instance data. Corresponds to the JSON property mapInstance



9196
9197
9198
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9196

def map_instance
  @map_instance
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9203
9204
9205
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9203

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