Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance
- 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
Instance data specified as a map.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance
constructor
A new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance
Returns a new instance of GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance.
11230 11231 11232 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11230 def initialize(**args) update!(**args) end |
Instance Attribute Details
#map_instance ⇒ Hash<String,Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData>
Optional. Map of instance data.
Corresponds to the JSON property mapInstance
11228 11229 11230 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11228 def map_instance @map_instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11235 11236 11237 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 11235 def update!(**args) @map_instance = args[:map_instance] if args.key?(:map_instance) end |