Class: Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message for ModelService.BatchImportEvaluatedAnnotations
Instance Attribute Summary collapse
-
#imported_evaluated_annotations_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#imported_evaluated_annotations_count ⇒ ::Integer (readonly)
Returns Output only. Number of EvaluatedAnnotations imported.
559 560 561 562 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 559 class BatchImportEvaluatedAnnotationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |