Class: Google::Cloud::AIPlatform::V1::BatchImportModelEvaluationSlicesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchImportModelEvaluationSlicesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message for ModelService.BatchImportModelEvaluationSlices
Instance Attribute Summary collapse
-
#imported_model_evaluation_slices ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#imported_model_evaluation_slices ⇒ ::Array<::String> (readonly)
Returns Output only. List of imported ModelEvaluationSlice.name.
534 535 536 537 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 534 class BatchImportModelEvaluationSlicesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |