Class: Google::Cloud::AIPlatform::V1::BatchImportModelEvaluationSlicesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchImportModelEvaluationSlicesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Request message for ModelService.BatchImportModelEvaluationSlices
Instance Attribute Summary collapse
-
#model_evaluation_slices ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelEvaluationSlice>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#model_evaluation_slices ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ModelEvaluationSlice>
586 587 588 589 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 586 class BatchImportModelEvaluationSlicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
586 587 588 589 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 586 class BatchImportModelEvaluationSlicesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |