@@ -72,6 +72,9 @@ class Aiplatform extends \Google\Service
7272 public $ projects_locations_endpoints ;
7373 public $ projects_locations_endpoints_chat ;
7474 public $ projects_locations_endpoints_operations ;
75+ public $ projects_locations_evaluationItems ;
76+ public $ projects_locations_evaluationRuns ;
77+ public $ projects_locations_evaluationSets ;
7578 public $ projects_locations_featureGroups ;
7679 public $ projects_locations_featureGroups_features ;
7780 public $ projects_locations_featureGroups_features_operations ;
@@ -587,6 +590,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
587590 'required ' => true ,
588591 ],
589592 ],
593+ ],'deploy ' => [
594+ 'path ' => 'v1/{+destination}:deploy ' ,
595+ 'httpMethod ' => 'POST ' ,
596+ 'parameters ' => [
597+ 'destination ' => [
598+ 'location ' => 'path ' ,
599+ 'type ' => 'string ' ,
600+ 'required ' => true ,
601+ ],
602+ ],
590603 ],'evaluateDataset ' => [
591604 'path ' => 'v1/{+location}:evaluateDataset ' ,
592605 'httpMethod ' => 'POST ' ,
@@ -607,6 +620,26 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
607620 'required ' => true ,
608621 ],
609622 ],
623+ ],'generateInstanceRubrics ' => [
624+ 'path ' => 'v1/{+location}:generateInstanceRubrics ' ,
625+ 'httpMethod ' => 'POST ' ,
626+ 'parameters ' => [
627+ 'location ' => [
628+ 'location ' => 'path ' ,
629+ 'type ' => 'string ' ,
630+ 'required ' => true ,
631+ ],
632+ ],
633+ ],'generateSyntheticData ' => [
634+ 'path ' => 'v1/{+location}:generateSyntheticData ' ,
635+ 'httpMethod ' => 'POST ' ,
636+ 'parameters ' => [
637+ 'location ' => [
638+ 'location ' => 'path ' ,
639+ 'type ' => 'string ' ,
640+ 'required ' => true ,
641+ ],
642+ ],
610643 ],'get ' => [
611644 'path ' => 'v1/{+name} ' ,
612645 'httpMethod ' => 'GET ' ,
@@ -617,6 +650,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
617650 'required ' => true ,
618651 ],
619652 ],
653+ ],'getRagEngineConfig ' => [
654+ 'path ' => 'v1/{+name} ' ,
655+ 'httpMethod ' => 'GET ' ,
656+ 'parameters ' => [
657+ 'name ' => [
658+ 'location ' => 'path ' ,
659+ 'type ' => 'string ' ,
660+ 'required ' => true ,
661+ ],
662+ ],
620663 ],'list ' => [
621664 'path ' => 'v1/{+name}/locations ' ,
622665 'httpMethod ' => 'GET ' ,
@@ -654,6 +697,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
654697 'required ' => true ,
655698 ],
656699 ],
700+ ],'updateRagEngineConfig ' => [
701+ 'path ' => 'v1/{+name} ' ,
702+ 'httpMethod ' => 'PATCH ' ,
703+ 'parameters ' => [
704+ 'name ' => [
705+ 'location ' => 'path ' ,
706+ 'type ' => 'string ' ,
707+ 'required ' => true ,
708+ ],
709+ ],
657710 ],
658711 ]
659712 ]
@@ -2216,6 +2269,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
22162269 'location ' => 'query ' ,
22172270 'type ' => 'string ' ,
22182271 ],
2272+ 'gdcZone ' => [
2273+ 'location ' => 'query ' ,
2274+ 'type ' => 'string ' ,
2275+ ],
22192276 'orderBy ' => [
22202277 'location ' => 'query ' ,
22212278 'type ' => 'string ' ,
@@ -2437,6 +2494,228 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
24372494 ]
24382495 ]
24392496 );
2497+ $ this ->projects_locations_evaluationItems = new Aiplatform \Resource \ProjectsLocationsEvaluationItems (
2498+ $ this ,
2499+ $ this ->serviceName ,
2500+ 'evaluationItems ' ,
2501+ [
2502+ 'methods ' => [
2503+ 'create ' => [
2504+ 'path ' => 'v1/{+parent}/evaluationItems ' ,
2505+ 'httpMethod ' => 'POST ' ,
2506+ 'parameters ' => [
2507+ 'parent ' => [
2508+ 'location ' => 'path ' ,
2509+ 'type ' => 'string ' ,
2510+ 'required ' => true ,
2511+ ],
2512+ ],
2513+ ],'delete ' => [
2514+ 'path ' => 'v1/{+name} ' ,
2515+ 'httpMethod ' => 'DELETE ' ,
2516+ 'parameters ' => [
2517+ 'name ' => [
2518+ 'location ' => 'path ' ,
2519+ 'type ' => 'string ' ,
2520+ 'required ' => true ,
2521+ ],
2522+ ],
2523+ ],'get ' => [
2524+ 'path ' => 'v1/{+name} ' ,
2525+ 'httpMethod ' => 'GET ' ,
2526+ 'parameters ' => [
2527+ 'name ' => [
2528+ 'location ' => 'path ' ,
2529+ 'type ' => 'string ' ,
2530+ 'required ' => true ,
2531+ ],
2532+ ],
2533+ ],'list ' => [
2534+ 'path ' => 'v1/{+parent}/evaluationItems ' ,
2535+ 'httpMethod ' => 'GET ' ,
2536+ 'parameters ' => [
2537+ 'parent ' => [
2538+ 'location ' => 'path ' ,
2539+ 'type ' => 'string ' ,
2540+ 'required ' => true ,
2541+ ],
2542+ 'filter ' => [
2543+ 'location ' => 'query ' ,
2544+ 'type ' => 'string ' ,
2545+ ],
2546+ 'orderBy ' => [
2547+ 'location ' => 'query ' ,
2548+ 'type ' => 'string ' ,
2549+ ],
2550+ 'pageSize ' => [
2551+ 'location ' => 'query ' ,
2552+ 'type ' => 'integer ' ,
2553+ ],
2554+ 'pageToken ' => [
2555+ 'location ' => 'query ' ,
2556+ 'type ' => 'string ' ,
2557+ ],
2558+ ],
2559+ ],
2560+ ]
2561+ ]
2562+ );
2563+ $ this ->projects_locations_evaluationRuns = new Aiplatform \Resource \ProjectsLocationsEvaluationRuns (
2564+ $ this ,
2565+ $ this ->serviceName ,
2566+ 'evaluationRuns ' ,
2567+ [
2568+ 'methods ' => [
2569+ 'cancel ' => [
2570+ 'path ' => 'v1/{+name}:cancel ' ,
2571+ 'httpMethod ' => 'POST ' ,
2572+ 'parameters ' => [
2573+ 'name ' => [
2574+ 'location ' => 'path ' ,
2575+ 'type ' => 'string ' ,
2576+ 'required ' => true ,
2577+ ],
2578+ ],
2579+ ],'create ' => [
2580+ 'path ' => 'v1/{+parent}/evaluationRuns ' ,
2581+ 'httpMethod ' => 'POST ' ,
2582+ 'parameters ' => [
2583+ 'parent ' => [
2584+ 'location ' => 'path ' ,
2585+ 'type ' => 'string ' ,
2586+ 'required ' => true ,
2587+ ],
2588+ ],
2589+ ],'delete ' => [
2590+ 'path ' => 'v1/{+name} ' ,
2591+ 'httpMethod ' => 'DELETE ' ,
2592+ 'parameters ' => [
2593+ 'name ' => [
2594+ 'location ' => 'path ' ,
2595+ 'type ' => 'string ' ,
2596+ 'required ' => true ,
2597+ ],
2598+ ],
2599+ ],'get ' => [
2600+ 'path ' => 'v1/{+name} ' ,
2601+ 'httpMethod ' => 'GET ' ,
2602+ 'parameters ' => [
2603+ 'name ' => [
2604+ 'location ' => 'path ' ,
2605+ 'type ' => 'string ' ,
2606+ 'required ' => true ,
2607+ ],
2608+ ],
2609+ ],'list ' => [
2610+ 'path ' => 'v1/{+parent}/evaluationRuns ' ,
2611+ 'httpMethod ' => 'GET ' ,
2612+ 'parameters ' => [
2613+ 'parent ' => [
2614+ 'location ' => 'path ' ,
2615+ 'type ' => 'string ' ,
2616+ 'required ' => true ,
2617+ ],
2618+ 'filter ' => [
2619+ 'location ' => 'query ' ,
2620+ 'type ' => 'string ' ,
2621+ ],
2622+ 'orderBy ' => [
2623+ 'location ' => 'query ' ,
2624+ 'type ' => 'string ' ,
2625+ ],
2626+ 'pageSize ' => [
2627+ 'location ' => 'query ' ,
2628+ 'type ' => 'integer ' ,
2629+ ],
2630+ 'pageToken ' => [
2631+ 'location ' => 'query ' ,
2632+ 'type ' => 'string ' ,
2633+ ],
2634+ ],
2635+ ],
2636+ ]
2637+ ]
2638+ );
2639+ $ this ->projects_locations_evaluationSets = new Aiplatform \Resource \ProjectsLocationsEvaluationSets (
2640+ $ this ,
2641+ $ this ->serviceName ,
2642+ 'evaluationSets ' ,
2643+ [
2644+ 'methods ' => [
2645+ 'create ' => [
2646+ 'path ' => 'v1/{+parent}/evaluationSets ' ,
2647+ 'httpMethod ' => 'POST ' ,
2648+ 'parameters ' => [
2649+ 'parent ' => [
2650+ 'location ' => 'path ' ,
2651+ 'type ' => 'string ' ,
2652+ 'required ' => true ,
2653+ ],
2654+ ],
2655+ ],'delete ' => [
2656+ 'path ' => 'v1/{+name} ' ,
2657+ 'httpMethod ' => 'DELETE ' ,
2658+ 'parameters ' => [
2659+ 'name ' => [
2660+ 'location ' => 'path ' ,
2661+ 'type ' => 'string ' ,
2662+ 'required ' => true ,
2663+ ],
2664+ ],
2665+ ],'get ' => [
2666+ 'path ' => 'v1/{+name} ' ,
2667+ 'httpMethod ' => 'GET ' ,
2668+ 'parameters ' => [
2669+ 'name ' => [
2670+ 'location ' => 'path ' ,
2671+ 'type ' => 'string ' ,
2672+ 'required ' => true ,
2673+ ],
2674+ ],
2675+ ],'list ' => [
2676+ 'path ' => 'v1/{+parent}/evaluationSets ' ,
2677+ 'httpMethod ' => 'GET ' ,
2678+ 'parameters ' => [
2679+ 'parent ' => [
2680+ 'location ' => 'path ' ,
2681+ 'type ' => 'string ' ,
2682+ 'required ' => true ,
2683+ ],
2684+ 'filter ' => [
2685+ 'location ' => 'query ' ,
2686+ 'type ' => 'string ' ,
2687+ ],
2688+ 'orderBy ' => [
2689+ 'location ' => 'query ' ,
2690+ 'type ' => 'string ' ,
2691+ ],
2692+ 'pageSize ' => [
2693+ 'location ' => 'query ' ,
2694+ 'type ' => 'integer ' ,
2695+ ],
2696+ 'pageToken ' => [
2697+ 'location ' => 'query ' ,
2698+ 'type ' => 'string ' ,
2699+ ],
2700+ ],
2701+ ],'patch ' => [
2702+ 'path ' => 'v1/{+name} ' ,
2703+ 'httpMethod ' => 'PATCH ' ,
2704+ 'parameters ' => [
2705+ 'name ' => [
2706+ 'location ' => 'path ' ,
2707+ 'type ' => 'string ' ,
2708+ 'required ' => true ,
2709+ ],
2710+ 'updateMask ' => [
2711+ 'location ' => 'query ' ,
2712+ 'type ' => 'string ' ,
2713+ ],
2714+ ],
2715+ ],
2716+ ]
2717+ ]
2718+ );
24402719 $ this ->projects_locations_featureGroups = new Aiplatform \Resource \ProjectsLocationsFeatureGroups (
24412720 $ this ,
24422721 $ this ->serviceName ,
@@ -2959,6 +3238,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
29593238 'required ' => true ,
29603239 ],
29613240 ],
3241+ ],'directWrite ' => [
3242+ 'path ' => 'v1/{+featureView}:directWrite ' ,
3243+ 'httpMethod ' => 'POST ' ,
3244+ 'parameters ' => [
3245+ 'featureView ' => [
3246+ 'location ' => 'path ' ,
3247+ 'type ' => 'string ' ,
3248+ 'required ' => true ,
3249+ ],
3250+ ],
29623251 ],'fetchFeatureValues ' => [
29633252 'path ' => 'v1/{+featureView}:fetchFeatureValues ' ,
29643253 'httpMethod ' => 'POST ' ,
@@ -7407,6 +7696,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
74077696 'type ' => 'string ' ,
74087697 'required ' => true ,
74097698 ],
7699+ 'forceDelete ' => [
7700+ 'location ' => 'query ' ,
7701+ 'type ' => 'boolean ' ,
7702+ ],
74107703 ],
74117704 ],'get ' => [
74127705 'path ' => 'v1/{+name} ' ,
0 commit comments