Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse
- 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.BatchImportEvaluatedAnnotations
Instance Attribute Summary collapse
-
#imported_evaluated_annotations_count ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse
Returns a new instance of GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsResponse.
930 931 932 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#imported_evaluated_annotations_count ⇒ Fixnum
Output only. Number of EvaluatedAnnotations imported.
Corresponds to the JSON property importedEvaluatedAnnotationsCount
928 929 930 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 928 def imported_evaluated_annotations_count @imported_evaluated_annotations_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
935 936 937 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 935 def update!(**args) @imported_evaluated_annotations_count = args[:imported_evaluated_annotations_count] if args.key?(:imported_evaluated_annotations_count) end |