Class: Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/model_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#evaluated_annotations::Array<::Google::Cloud::AIPlatform::V1::EvaluatedAnnotation>

Returns Required. Evaluated annotations resource to be imported.

Returns:



549
550
551
552
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 549

class BatchImportEvaluatedAnnotationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The name of the parent ModelEvaluationSlice resource. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}.

Returns:

  • (::String)

    Required. The name of the parent ModelEvaluationSlice resource. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}



549
550
551
552
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 549

class BatchImportEvaluatedAnnotationsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end