Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsRequest (v0.20.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::BatchImportEvaluatedAnnotationsRequest.

Request message for ModelService.BatchImportEvaluatedAnnotations

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#evaluated_annotations

def evaluated_annotations() -> ::Array<::Google::Cloud::AIPlatform::V1::EvaluatedAnnotation>
Returns

#evaluated_annotations=

def evaluated_annotations=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::EvaluatedAnnotation>
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the parent ModelEvaluationSlice resource. Format: projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}/slices/{slice}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}