ProjectsLocationsModelsEvaluationsSlices
class ProjectsLocationsModelsEvaluationsSlices extends Resource (View source)
The "slices" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$slices = $aiplatformService->projects_locations_models_evaluations_slices;
Methods
batchImport(string $parent, GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest $postBody, array $optParams = [])
Imports a list of externally generated EvaluatedAnnotations.
get(string $name, array $optParams = [])
Gets a ModelEvaluationSlice. (slices.get)
listProjectsLocationsModelsEvaluationsSlices(string $parent, array $optParams = [])
Lists ModelEvaluationSlices in a ModelEvaluation.
Details
GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsResponse
batchImport(string $parent, GoogleCloudAiplatformV1BatchImportEvaluatedAnnotationsRequest $postBody, array $optParams = [])
Imports a list of externally generated EvaluatedAnnotations.
(slices.batchImport)
GoogleCloudAiplatformV1ModelEvaluationSlice
get(string $name, array $optParams = [])
Gets a ModelEvaluationSlice. (slices.get)
GoogleCloudAiplatformV1ListModelEvaluationSlicesResponse
listProjectsLocationsModelsEvaluationsSlices(string $parent, array $optParams = [])
Lists ModelEvaluationSlices in a ModelEvaluation.
(slices.listProjectsLocationsModelsEvaluationsSlices)