Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse
- 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 ModelService.BatchImportModelEvaluationSlices
Instance Attribute Summary collapse
-
#imported_model_evaluation_slices ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse
Returns a new instance of GoogleCloudAiplatformV1beta1BatchImportModelEvaluationSlicesResponse.
1658 1659 1660 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1658 def initialize(**args) update!(**args) end |
Instance Attribute Details
#imported_model_evaluation_slices ⇒ Array<String>
Output only. List of imported ModelEvaluationSlice.name.
Corresponds to the JSON property importedModelEvaluationSlices
1656 1657 1658 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1656 def imported_model_evaluation_slices @imported_model_evaluation_slices end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1663 1664 1665 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 1663 def update!(**args) @imported_model_evaluation_slices = args[:imported_model_evaluation_slices] if args.key?(:imported_model_evaluation_slices) end |