Interface BatchImportModelEvaluationSlicesRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The name of the parent ModelEvaluation resource.
         Format:
         `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The name of the parent ModelEvaluation resource.
         Format:
         `projects/{project}/locations/{location}/models/{model}/evaluations/{evaluation}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getModelEvaluationSlicesList

        List<ModelEvaluationSlice> getModelEvaluationSlicesList()
         Required. Model evaluation slice resource to be imported.
         
        repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 2 [(.google.api.field_behavior) = REQUIRED];
      • getModelEvaluationSlices

        ModelEvaluationSlice getModelEvaluationSlices​(int index)
         Required. Model evaluation slice resource to be imported.
         
        repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 2 [(.google.api.field_behavior) = REQUIRED];
      • getModelEvaluationSlicesCount

        int getModelEvaluationSlicesCount()
         Required. Model evaluation slice resource to be imported.
         
        repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 2 [(.google.api.field_behavior) = REQUIRED];
      • getModelEvaluationSlicesOrBuilderList

        List<? extends ModelEvaluationSliceOrBuilder> getModelEvaluationSlicesOrBuilderList()
         Required. Model evaluation slice resource to be imported.
         
        repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 2 [(.google.api.field_behavior) = REQUIRED];
      • getModelEvaluationSlicesOrBuilder

        ModelEvaluationSliceOrBuilder getModelEvaluationSlicesOrBuilder​(int index)
         Required. Model evaluation slice resource to be imported.
         
        repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 2 [(.google.api.field_behavior) = REQUIRED];