Class: Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Request message for ModelService.BatchImportEvaluatedAnnotations
Instance Attribute Summary collapse
-
#evaluated_annotations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::EvaluatedAnnotation>
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#evaluated_annotations ⇒ ::Array<::Google::Cloud::AIPlatform::V1::EvaluatedAnnotation>
547 548 549 550 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 547 class BatchImportEvaluatedAnnotationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
547 548 549 550 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 547 class BatchImportEvaluatedAnnotationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |