Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec
- 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
Specification for how the data should be sliced.
Instance Attribute Summary collapse
-
#configs ⇒ Hash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig>
Mapping configuration for this SliceSpec.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec
constructor
A new instance of GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec
Returns a new instance of GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpec.
15748 15749 15750 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15748 def initialize(**args) update!(**args) end |
Instance Attribute Details
#configs ⇒ Hash<String,Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelEvaluationSliceSliceSliceSpecSliceConfig>
Mapping configuration for this SliceSpec. The key is the name of the feature.
By default, the key will be prefixed by "instance" as a dictionary prefix for
Vertex Batch Predictions output format.
Corresponds to the JSON property configs
15746 15747 15748 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15746 def configs @configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15753 15754 15755 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 15753 def update!(**args) @configs = args[:configs] if args.key?(:configs) end |