google-apis-aiplatform_v1beta1 0.57.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +2809 -21
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +1353 -22
- data/lib/google/apis/aiplatform_v1beta1/service.rb +858 -66
- metadata +2 -2
@@ -166,6 +166,18 @@ module Google
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
+
class GoogleCloudAiplatformV1beta1AggregationOutput
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudAiplatformV1beta1AggregationResult
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
169
181
|
class GoogleCloudAiplatformV1beta1Annotation
|
170
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
183
|
|
@@ -532,6 +544,18 @@ module Google
|
|
532
544
|
include Google::Apis::Core::JsonObjectSupport
|
533
545
|
end
|
534
546
|
|
547
|
+
class GoogleCloudAiplatformV1beta1BigQueryRequestSet
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class GoogleCloudAiplatformV1beta1BigQueryRequestSetSamplingConfig
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
535
559
|
class GoogleCloudAiplatformV1beta1BigQuerySource
|
536
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
561
|
|
@@ -622,6 +646,12 @@ module Google
|
|
622
646
|
include Google::Apis::Core::JsonObjectSupport
|
623
647
|
end
|
624
648
|
|
649
|
+
class GoogleCloudAiplatformV1beta1CancelEvaluationRunRequest
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
625
655
|
class GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest
|
626
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
657
|
|
@@ -658,6 +688,18 @@ module Google
|
|
658
688
|
include Google::Apis::Core::JsonObjectSupport
|
659
689
|
end
|
660
690
|
|
691
|
+
class GoogleCloudAiplatformV1beta1CandidateResponse
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class GoogleCloudAiplatformV1beta1CandidateResult
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
661
703
|
class GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest
|
662
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
705
|
|
@@ -688,6 +730,12 @@ module Google
|
|
688
730
|
include Google::Apis::Core::JsonObjectSupport
|
689
731
|
end
|
690
732
|
|
733
|
+
class GoogleCloudAiplatformV1beta1Chunk
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
691
739
|
class GoogleCloudAiplatformV1beta1Citation
|
692
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
741
|
|
@@ -1474,6 +1522,18 @@ module Google
|
|
1474
1522
|
include Google::Apis::Core::JsonObjectSupport
|
1475
1523
|
end
|
1476
1524
|
|
1525
|
+
class GoogleCloudAiplatformV1beta1EvaluateDatasetResponse
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class GoogleCloudAiplatformV1beta1EvaluateDatasetRun
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1477
1537
|
class GoogleCloudAiplatformV1beta1EvaluateInstancesRequest
|
1478
1538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
1539
|
|
@@ -1498,12 +1558,174 @@ module Google
|
|
1498
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1559
|
end
|
1500
1560
|
|
1561
|
+
class GoogleCloudAiplatformV1beta1EvaluationConfig
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1501
1567
|
class GoogleCloudAiplatformV1beta1EvaluationDataset
|
1502
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1569
|
|
1504
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1505
1571
|
end
|
1506
1572
|
|
1573
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstance
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
|
+
|
1576
|
+
include Google::Apis::Core::JsonObjectSupport
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1581
|
+
|
1582
|
+
include Google::Apis::Core::JsonObjectSupport
|
1583
|
+
end
|
1584
|
+
|
1585
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceDataContents
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1587
|
+
|
1588
|
+
include Google::Apis::Core::JsonObjectSupport
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance
|
1592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1593
|
+
|
1594
|
+
include Google::Apis::Core::JsonObjectSupport
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class GoogleCloudAiplatformV1beta1EvaluationItem
|
1598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1599
|
+
|
1600
|
+
include Google::Apis::Core::JsonObjectSupport
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class GoogleCloudAiplatformV1beta1EvaluationPrompt
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1609
|
+
class GoogleCloudAiplatformV1beta1EvaluationPromptPromptTemplateData
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class GoogleCloudAiplatformV1beta1EvaluationRequest
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class GoogleCloudAiplatformV1beta1EvaluationResult
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
|
+
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
1625
|
+
end
|
1626
|
+
|
1627
|
+
class GoogleCloudAiplatformV1beta1EvaluationResults
|
1628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
|
+
|
1630
|
+
include Google::Apis::Core::JsonObjectSupport
|
1631
|
+
end
|
1632
|
+
|
1633
|
+
class GoogleCloudAiplatformV1beta1EvaluationRubricConfig
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class GoogleCloudAiplatformV1beta1EvaluationRun
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
+
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunDataSource
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
+
|
1648
|
+
include Google::Apis::Core::JsonObjectSupport
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfig
|
1652
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
|
+
|
1654
|
+
include Google::Apis::Core::JsonObjectSupport
|
1655
|
+
end
|
1656
|
+
|
1657
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1659
|
+
|
1660
|
+
include Google::Apis::Core::JsonObjectSupport
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigOutputConfig
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigPromptTemplate
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
|
+
|
1672
|
+
include Google::Apis::Core::JsonObjectSupport
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunInferenceConfig
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1677
|
+
|
1678
|
+
include Google::Apis::Core::JsonObjectSupport
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetric
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1683
|
+
|
1684
|
+
include Google::Apis::Core::JsonObjectSupport
|
1685
|
+
end
|
1686
|
+
|
1687
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricComputationBasedMetricSpec
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1689
|
+
|
1690
|
+
include Google::Apis::Core::JsonObjectSupport
|
1691
|
+
end
|
1692
|
+
|
1693
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricLlmBasedMetricSpec
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1695
|
+
|
1696
|
+
include Google::Apis::Core::JsonObjectSupport
|
1697
|
+
end
|
1698
|
+
|
1699
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1701
|
+
|
1702
|
+
include Google::Apis::Core::JsonObjectSupport
|
1703
|
+
end
|
1704
|
+
|
1705
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpec
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1707
|
+
|
1708
|
+
include Google::Apis::Core::JsonObjectSupport
|
1709
|
+
end
|
1710
|
+
|
1711
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
|
1712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1713
|
+
|
1714
|
+
include Google::Apis::Core::JsonObjectSupport
|
1715
|
+
end
|
1716
|
+
|
1717
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec
|
1718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1719
|
+
|
1720
|
+
include Google::Apis::Core::JsonObjectSupport
|
1721
|
+
end
|
1722
|
+
|
1723
|
+
class GoogleCloudAiplatformV1beta1EvaluationSet
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1725
|
+
|
1726
|
+
include Google::Apis::Core::JsonObjectSupport
|
1727
|
+
end
|
1728
|
+
|
1507
1729
|
class GoogleCloudAiplatformV1beta1Event
|
1508
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
1731
|
|
@@ -1618,6 +1840,18 @@ module Google
|
|
1618
1840
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1841
|
end
|
1620
1842
|
|
1843
|
+
class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentRequest
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1849
|
+
class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentResponse
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1621
1855
|
class GoogleCloudAiplatformV1beta1Execution
|
1622
1856
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1857
|
|
@@ -2494,6 +2728,18 @@ module Google
|
|
2494
2728
|
include Google::Apis::Core::JsonObjectSupport
|
2495
2729
|
end
|
2496
2730
|
|
2731
|
+
class GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest
|
2732
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2733
|
+
|
2734
|
+
include Google::Apis::Core::JsonObjectSupport
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse
|
2738
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2739
|
+
|
2740
|
+
include Google::Apis::Core::JsonObjectSupport
|
2741
|
+
end
|
2742
|
+
|
2497
2743
|
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
2498
2744
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2499
2745
|
|
@@ -2530,6 +2776,18 @@ module Google
|
|
2530
2776
|
include Google::Apis::Core::JsonObjectSupport
|
2531
2777
|
end
|
2532
2778
|
|
2779
|
+
class GoogleCloudAiplatformV1beta1GenerateSyntheticDataRequest
|
2780
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2781
|
+
|
2782
|
+
include Google::Apis::Core::JsonObjectSupport
|
2783
|
+
end
|
2784
|
+
|
2785
|
+
class GoogleCloudAiplatformV1beta1GenerateSyntheticDataResponse
|
2786
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2787
|
+
|
2788
|
+
include Google::Apis::Core::JsonObjectSupport
|
2789
|
+
end
|
2790
|
+
|
2533
2791
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
2534
2792
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2535
2793
|
|
@@ -2992,6 +3250,24 @@ module Google
|
|
2992
3250
|
include Google::Apis::Core::JsonObjectSupport
|
2993
3251
|
end
|
2994
3252
|
|
3253
|
+
class GoogleCloudAiplatformV1beta1ListEvaluationItemsResponse
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
|
+
|
3256
|
+
include Google::Apis::Core::JsonObjectSupport
|
3257
|
+
end
|
3258
|
+
|
3259
|
+
class GoogleCloudAiplatformV1beta1ListEvaluationRunsResponse
|
3260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3261
|
+
|
3262
|
+
include Google::Apis::Core::JsonObjectSupport
|
3263
|
+
end
|
3264
|
+
|
3265
|
+
class GoogleCloudAiplatformV1beta1ListEvaluationSetsResponse
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
|
+
|
3268
|
+
include Google::Apis::Core::JsonObjectSupport
|
3269
|
+
end
|
3270
|
+
|
2995
3271
|
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
2996
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
3273
|
|
@@ -3226,6 +3502,12 @@ module Google
|
|
3226
3502
|
include Google::Apis::Core::JsonObjectSupport
|
3227
3503
|
end
|
3228
3504
|
|
3505
|
+
class GoogleCloudAiplatformV1beta1ListSandboxEnvironmentsResponse
|
3506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3507
|
+
|
3508
|
+
include Google::Apis::Core::JsonObjectSupport
|
3509
|
+
end
|
3510
|
+
|
3229
3511
|
class GoogleCloudAiplatformV1beta1ListSavedQueriesResponse
|
3230
3512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3231
3513
|
|
@@ -3352,91 +3634,151 @@ module Google
|
|
3352
3634
|
include Google::Apis::Core::JsonObjectSupport
|
3353
3635
|
end
|
3354
3636
|
|
3355
|
-
class
|
3637
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig
|
3356
3638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3357
3639
|
|
3358
3640
|
include Google::Apis::Core::JsonObjectSupport
|
3359
3641
|
end
|
3360
3642
|
|
3361
|
-
class
|
3643
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample
|
3362
3644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3363
3645
|
|
3364
3646
|
include Google::Apis::Core::JsonObjectSupport
|
3365
3647
|
end
|
3366
3648
|
|
3367
|
-
class
|
3649
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
|
3368
3650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3369
3651
|
|
3370
3652
|
include Google::Apis::Core::JsonObjectSupport
|
3371
3653
|
end
|
3372
3654
|
|
3373
|
-
class
|
3655
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
|
3374
3656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
3657
|
|
3376
3658
|
include Google::Apis::Core::JsonObjectSupport
|
3377
3659
|
end
|
3378
3660
|
|
3379
|
-
class
|
3661
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
|
3380
3662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
3663
|
|
3382
3664
|
include Google::Apis::Core::JsonObjectSupport
|
3383
3665
|
end
|
3384
3666
|
|
3385
|
-
class
|
3667
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
|
3386
3668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
3669
|
|
3388
3670
|
include Google::Apis::Core::JsonObjectSupport
|
3389
3671
|
end
|
3390
3672
|
|
3391
|
-
class
|
3673
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
|
3392
3674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3393
3675
|
|
3394
3676
|
include Google::Apis::Core::JsonObjectSupport
|
3395
3677
|
end
|
3396
3678
|
|
3397
|
-
class
|
3679
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
|
3398
3680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3399
3681
|
|
3400
3682
|
include Google::Apis::Core::JsonObjectSupport
|
3401
3683
|
end
|
3402
3684
|
|
3403
|
-
class
|
3685
|
+
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
3404
3686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
3687
|
|
3406
3688
|
include Google::Apis::Core::JsonObjectSupport
|
3407
3689
|
end
|
3408
3690
|
|
3409
|
-
class
|
3691
|
+
class GoogleCloudAiplatformV1beta1Metadata
|
3410
3692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
3693
|
|
3412
3694
|
include Google::Apis::Core::JsonObjectSupport
|
3413
3695
|
end
|
3414
3696
|
|
3415
|
-
class
|
3697
|
+
class GoogleCloudAiplatformV1beta1MetadataSchema
|
3416
3698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3417
3699
|
|
3418
3700
|
include Google::Apis::Core::JsonObjectSupport
|
3419
3701
|
end
|
3420
3702
|
|
3421
|
-
class
|
3703
|
+
class GoogleCloudAiplatformV1beta1MetadataStore
|
3422
3704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
3705
|
|
3424
3706
|
include Google::Apis::Core::JsonObjectSupport
|
3425
3707
|
end
|
3426
3708
|
|
3427
|
-
class
|
3709
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
|
3428
3710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
3711
|
|
3430
3712
|
include Google::Apis::Core::JsonObjectSupport
|
3431
3713
|
end
|
3432
3714
|
|
3433
|
-
class
|
3715
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
|
3434
3716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
3717
|
|
3436
3718
|
include Google::Apis::Core::JsonObjectSupport
|
3437
3719
|
end
|
3438
3720
|
|
3439
|
-
class
|
3721
|
+
class GoogleCloudAiplatformV1beta1Metric
|
3722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3723
|
+
|
3724
|
+
include Google::Apis::Core::JsonObjectSupport
|
3725
|
+
end
|
3726
|
+
|
3727
|
+
class GoogleCloudAiplatformV1beta1MetricResult
|
3728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3729
|
+
|
3730
|
+
include Google::Apis::Core::JsonObjectSupport
|
3731
|
+
end
|
3732
|
+
|
3733
|
+
class GoogleCloudAiplatformV1beta1MetricxInput
|
3734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3735
|
+
|
3736
|
+
include Google::Apis::Core::JsonObjectSupport
|
3737
|
+
end
|
3738
|
+
|
3739
|
+
class GoogleCloudAiplatformV1beta1MetricxInstance
|
3740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3741
|
+
|
3742
|
+
include Google::Apis::Core::JsonObjectSupport
|
3743
|
+
end
|
3744
|
+
|
3745
|
+
class GoogleCloudAiplatformV1beta1MetricxResult
|
3746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3747
|
+
|
3748
|
+
include Google::Apis::Core::JsonObjectSupport
|
3749
|
+
end
|
3750
|
+
|
3751
|
+
class GoogleCloudAiplatformV1beta1MetricxSpec
|
3752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3753
|
+
|
3754
|
+
include Google::Apis::Core::JsonObjectSupport
|
3755
|
+
end
|
3756
|
+
|
3757
|
+
class GoogleCloudAiplatformV1beta1MigratableResource
|
3758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3759
|
+
|
3760
|
+
include Google::Apis::Core::JsonObjectSupport
|
3761
|
+
end
|
3762
|
+
|
3763
|
+
class GoogleCloudAiplatformV1beta1MigratableResourceAutomlDataset
|
3764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3765
|
+
|
3766
|
+
include Google::Apis::Core::JsonObjectSupport
|
3767
|
+
end
|
3768
|
+
|
3769
|
+
class GoogleCloudAiplatformV1beta1MigratableResourceAutomlModel
|
3770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3771
|
+
|
3772
|
+
include Google::Apis::Core::JsonObjectSupport
|
3773
|
+
end
|
3774
|
+
|
3775
|
+
class GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDataset
|
3776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3777
|
+
|
3778
|
+
include Google::Apis::Core::JsonObjectSupport
|
3779
|
+
end
|
3780
|
+
|
3781
|
+
class GoogleCloudAiplatformV1beta1MigratableResourceDataLabelingDatasetDataLabelingAnnotatedDataset
|
3440
3782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
3783
|
|
3442
3784
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -3502,6 +3844,12 @@ module Google
|
|
3502
3844
|
include Google::Apis::Core::JsonObjectSupport
|
3503
3845
|
end
|
3504
3846
|
|
3847
|
+
class GoogleCloudAiplatformV1beta1ModelArmorConfig
|
3848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3849
|
+
|
3850
|
+
include Google::Apis::Core::JsonObjectSupport
|
3851
|
+
end
|
3852
|
+
|
3505
3853
|
class GoogleCloudAiplatformV1beta1ModelBaseModelSource
|
3506
3854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3507
3855
|
|
@@ -4162,6 +4510,18 @@ module Google
|
|
4162
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4163
4511
|
end
|
4164
4512
|
|
4513
|
+
class GoogleCloudAiplatformV1beta1OutputFieldSpec
|
4514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4515
|
+
|
4516
|
+
include Google::Apis::Core::JsonObjectSupport
|
4517
|
+
end
|
4518
|
+
|
4519
|
+
class GoogleCloudAiplatformV1beta1OutputInfo
|
4520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4521
|
+
|
4522
|
+
include Google::Apis::Core::JsonObjectSupport
|
4523
|
+
end
|
4524
|
+
|
4165
4525
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
4166
4526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4167
4527
|
|
@@ -4420,6 +4780,12 @@ module Google
|
|
4420
4780
|
include Google::Apis::Core::JsonObjectSupport
|
4421
4781
|
end
|
4422
4782
|
|
4783
|
+
class GoogleCloudAiplatformV1beta1PredefinedMetricSpec
|
4784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
|
+
|
4786
|
+
include Google::Apis::Core::JsonObjectSupport
|
4787
|
+
end
|
4788
|
+
|
4423
4789
|
class GoogleCloudAiplatformV1beta1PredefinedSplit
|
4424
4790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4425
4791
|
|
@@ -5236,6 +5602,18 @@ module Google
|
|
5236
5602
|
include Google::Apis::Core::JsonObjectSupport
|
5237
5603
|
end
|
5238
5604
|
|
5605
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
|
5606
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5607
|
+
|
5608
|
+
include Google::Apis::Core::JsonObjectSupport
|
5609
|
+
end
|
5610
|
+
|
5611
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig
|
5612
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5613
|
+
|
5614
|
+
include Google::Apis::Core::JsonObjectSupport
|
5615
|
+
end
|
5616
|
+
|
5239
5617
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
5240
5618
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5241
5619
|
|
@@ -5272,6 +5650,30 @@ module Google
|
|
5272
5650
|
include Google::Apis::Core::JsonObjectSupport
|
5273
5651
|
end
|
5274
5652
|
|
5653
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecRequest
|
5654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5655
|
+
|
5656
|
+
include Google::Apis::Core::JsonObjectSupport
|
5657
|
+
end
|
5658
|
+
|
5659
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecResponse
|
5660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5661
|
+
|
5662
|
+
include Google::Apis::Core::JsonObjectSupport
|
5663
|
+
end
|
5664
|
+
|
5665
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec
|
5666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5667
|
+
|
5668
|
+
include Google::Apis::Core::JsonObjectSupport
|
5669
|
+
end
|
5670
|
+
|
5671
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation
|
5672
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5673
|
+
|
5674
|
+
include Google::Apis::Core::JsonObjectSupport
|
5675
|
+
end
|
5676
|
+
|
5275
5677
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
5276
5678
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5277
5679
|
|
@@ -5494,6 +5896,12 @@ module Google
|
|
5494
5896
|
include Google::Apis::Core::JsonObjectSupport
|
5495
5897
|
end
|
5496
5898
|
|
5899
|
+
class GoogleCloudAiplatformV1beta1Rubric
|
5900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5901
|
+
|
5902
|
+
include Google::Apis::Core::JsonObjectSupport
|
5903
|
+
end
|
5904
|
+
|
5497
5905
|
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
5498
5906
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5499
5907
|
|
@@ -5518,12 +5926,42 @@ module Google
|
|
5518
5926
|
include Google::Apis::Core::JsonObjectSupport
|
5519
5927
|
end
|
5520
5928
|
|
5929
|
+
class GoogleCloudAiplatformV1beta1RubricContent
|
5930
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5931
|
+
|
5932
|
+
include Google::Apis::Core::JsonObjectSupport
|
5933
|
+
end
|
5934
|
+
|
5935
|
+
class GoogleCloudAiplatformV1beta1RubricContentProperty
|
5936
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5937
|
+
|
5938
|
+
include Google::Apis::Core::JsonObjectSupport
|
5939
|
+
end
|
5940
|
+
|
5521
5941
|
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
5522
5942
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5523
5943
|
|
5524
5944
|
include Google::Apis::Core::JsonObjectSupport
|
5525
5945
|
end
|
5526
5946
|
|
5947
|
+
class GoogleCloudAiplatformV1beta1RubricGenerationSpec
|
5948
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5949
|
+
|
5950
|
+
include Google::Apis::Core::JsonObjectSupport
|
5951
|
+
end
|
5952
|
+
|
5953
|
+
class GoogleCloudAiplatformV1beta1RubricGroup
|
5954
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5955
|
+
|
5956
|
+
include Google::Apis::Core::JsonObjectSupport
|
5957
|
+
end
|
5958
|
+
|
5959
|
+
class GoogleCloudAiplatformV1beta1RubricVerdict
|
5960
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5961
|
+
|
5962
|
+
include Google::Apis::Core::JsonObjectSupport
|
5963
|
+
end
|
5964
|
+
|
5527
5965
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
5528
5966
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5529
5967
|
|
@@ -5608,6 +6046,24 @@ module Google
|
|
5608
6046
|
include Google::Apis::Core::JsonObjectSupport
|
5609
6047
|
end
|
5610
6048
|
|
6049
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironment
|
6050
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6051
|
+
|
6052
|
+
include Google::Apis::Core::JsonObjectSupport
|
6053
|
+
end
|
6054
|
+
|
6055
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpec
|
6056
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6057
|
+
|
6058
|
+
include Google::Apis::Core::JsonObjectSupport
|
6059
|
+
end
|
6060
|
+
|
6061
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecCodeExecutionEnvironment
|
6062
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6063
|
+
|
6064
|
+
include Google::Apis::Core::JsonObjectSupport
|
6065
|
+
end
|
6066
|
+
|
5611
6067
|
class GoogleCloudAiplatformV1beta1SavedQuery
|
5612
6068
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5613
6069
|
|
@@ -7282,6 +7738,12 @@ module Google
|
|
7282
7738
|
include Google::Apis::Core::JsonObjectSupport
|
7283
7739
|
end
|
7284
7740
|
|
7741
|
+
class GoogleCloudAiplatformV1beta1SummaryMetrics
|
7742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7743
|
+
|
7744
|
+
include Google::Apis::Core::JsonObjectSupport
|
7745
|
+
end
|
7746
|
+
|
7285
7747
|
class GoogleCloudAiplatformV1beta1SupervisedHyperParameters
|
7286
7748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7287
7749
|
|
@@ -7324,12 +7786,30 @@ module Google
|
|
7324
7786
|
include Google::Apis::Core::JsonObjectSupport
|
7325
7787
|
end
|
7326
7788
|
|
7789
|
+
class GoogleCloudAiplatformV1beta1SyntheticExample
|
7790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7791
|
+
|
7792
|
+
include Google::Apis::Core::JsonObjectSupport
|
7793
|
+
end
|
7794
|
+
|
7795
|
+
class GoogleCloudAiplatformV1beta1SyntheticField
|
7796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7797
|
+
|
7798
|
+
include Google::Apis::Core::JsonObjectSupport
|
7799
|
+
end
|
7800
|
+
|
7327
7801
|
class GoogleCloudAiplatformV1beta1TfRecordDestination
|
7328
7802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7329
7803
|
|
7330
7804
|
include Google::Apis::Core::JsonObjectSupport
|
7331
7805
|
end
|
7332
7806
|
|
7807
|
+
class GoogleCloudAiplatformV1beta1TaskDescriptionStrategy
|
7808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7809
|
+
|
7810
|
+
include Google::Apis::Core::JsonObjectSupport
|
7811
|
+
end
|
7812
|
+
|
7333
7813
|
class GoogleCloudAiplatformV1beta1Tensor
|
7334
7814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7335
7815
|
|
@@ -8523,6 +9003,33 @@ module Google
|
|
8523
9003
|
end
|
8524
9004
|
end
|
8525
9005
|
|
9006
|
+
class GoogleCloudAiplatformV1beta1AggregationOutput
|
9007
|
+
# @private
|
9008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9009
|
+
collection :aggregation_results, as: 'aggregationResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationResult::Representation
|
9010
|
+
|
9011
|
+
property :dataset, as: 'dataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationDataset::Representation
|
9012
|
+
|
9013
|
+
end
|
9014
|
+
end
|
9015
|
+
|
9016
|
+
class GoogleCloudAiplatformV1beta1AggregationResult
|
9017
|
+
# @private
|
9018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9019
|
+
property :aggregation_metric, as: 'aggregationMetric'
|
9020
|
+
property :bleu_metric_value, as: 'bleuMetricValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuMetricValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BleuMetricValue::Representation
|
9021
|
+
|
9022
|
+
property :exact_match_metric_value, as: 'exactMatchMetricValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchMetricValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExactMatchMetricValue::Representation
|
9023
|
+
|
9024
|
+
property :pairwise_metric_result, as: 'pairwiseMetricResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult::Representation
|
9025
|
+
|
9026
|
+
property :pointwise_metric_result, as: 'pointwiseMetricResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricResult::Representation
|
9027
|
+
|
9028
|
+
property :rouge_metric_value, as: 'rougeMetricValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeMetricValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeMetricValue::Representation
|
9029
|
+
|
9030
|
+
end
|
9031
|
+
end
|
9032
|
+
|
8526
9033
|
class GoogleCloudAiplatformV1beta1Annotation
|
8527
9034
|
# @private
|
8528
9035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8792,6 +9299,7 @@ module Google
|
|
8792
9299
|
# @private
|
8793
9300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8794
9301
|
property :metric_name, as: 'metricName'
|
9302
|
+
hash :monitored_resource_labels, as: 'monitoredResourceLabels'
|
8795
9303
|
property :target, as: 'target'
|
8796
9304
|
end
|
8797
9305
|
end
|
@@ -9130,6 +9638,27 @@ module Google
|
|
9130
9638
|
end
|
9131
9639
|
end
|
9132
9640
|
|
9641
|
+
class GoogleCloudAiplatformV1beta1BigQueryRequestSet
|
9642
|
+
# @private
|
9643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9644
|
+
hash :candidate_response_columns, as: 'candidateResponseColumns'
|
9645
|
+
property :prompt_column, as: 'promptColumn'
|
9646
|
+
property :rubrics_column, as: 'rubricsColumn'
|
9647
|
+
property :sampling_config, as: 'samplingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryRequestSetSamplingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryRequestSetSamplingConfig::Representation
|
9648
|
+
|
9649
|
+
property :uri, as: 'uri'
|
9650
|
+
end
|
9651
|
+
end
|
9652
|
+
|
9653
|
+
class GoogleCloudAiplatformV1beta1BigQueryRequestSetSamplingConfig
|
9654
|
+
# @private
|
9655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9656
|
+
property :sampling_count, as: 'samplingCount'
|
9657
|
+
property :sampling_duration, as: 'samplingDuration'
|
9658
|
+
property :sampling_method, as: 'samplingMethod'
|
9659
|
+
end
|
9660
|
+
end
|
9661
|
+
|
9133
9662
|
class GoogleCloudAiplatformV1beta1BigQuerySource
|
9134
9663
|
# @private
|
9135
9664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9262,6 +9791,12 @@ module Google
|
|
9262
9791
|
end
|
9263
9792
|
end
|
9264
9793
|
|
9794
|
+
class GoogleCloudAiplatformV1beta1CancelEvaluationRunRequest
|
9795
|
+
# @private
|
9796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9797
|
+
end
|
9798
|
+
end
|
9799
|
+
|
9265
9800
|
class GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest
|
9266
9801
|
# @private
|
9267
9802
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9314,6 +9849,28 @@ module Google
|
|
9314
9849
|
end
|
9315
9850
|
end
|
9316
9851
|
|
9852
|
+
class GoogleCloudAiplatformV1beta1CandidateResponse
|
9853
|
+
# @private
|
9854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9855
|
+
property :candidate, as: 'candidate'
|
9856
|
+
property :text, as: 'text'
|
9857
|
+
property :value, as: 'value'
|
9858
|
+
end
|
9859
|
+
end
|
9860
|
+
|
9861
|
+
class GoogleCloudAiplatformV1beta1CandidateResult
|
9862
|
+
# @private
|
9863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9864
|
+
property :additional_results, as: 'additionalResults'
|
9865
|
+
property :candidate, as: 'candidate'
|
9866
|
+
property :explanation, as: 'explanation'
|
9867
|
+
property :metric, as: 'metric'
|
9868
|
+
collection :rubric_verdicts, as: 'rubricVerdicts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict::Representation
|
9869
|
+
|
9870
|
+
property :score, as: 'score'
|
9871
|
+
end
|
9872
|
+
end
|
9873
|
+
|
9317
9874
|
class GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest
|
9318
9875
|
# @private
|
9319
9876
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9353,6 +9910,16 @@ module Google
|
|
9353
9910
|
end
|
9354
9911
|
end
|
9355
9912
|
|
9913
|
+
class GoogleCloudAiplatformV1beta1Chunk
|
9914
|
+
# @private
|
9915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9916
|
+
property :data, :base64 => true, as: 'data'
|
9917
|
+
property :metadata, as: 'metadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metadata::Representation
|
9918
|
+
|
9919
|
+
property :mime_type, as: 'mimeType'
|
9920
|
+
end
|
9921
|
+
end
|
9922
|
+
|
9356
9923
|
class GoogleCloudAiplatformV1beta1Citation
|
9357
9924
|
# @private
|
9358
9925
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10113,6 +10680,8 @@ module Google
|
|
10113
10680
|
class GoogleCloudAiplatformV1beta1DatasetStats
|
10114
10681
|
# @private
|
10115
10682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10683
|
+
collection :dropped_example_indices, as: 'droppedExampleIndices'
|
10684
|
+
collection :dropped_example_reasons, as: 'droppedExampleReasons'
|
10116
10685
|
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
10117
10686
|
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
10118
10687
|
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
@@ -10341,8 +10910,10 @@ module Google
|
|
10341
10910
|
class GoogleCloudAiplatformV1beta1DeployRequestEndpointConfig
|
10342
10911
|
# @private
|
10343
10912
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10913
|
+
property :dedicated_endpoint_disabled, as: 'dedicatedEndpointDisabled'
|
10344
10914
|
property :dedicated_endpoint_enabled, as: 'dedicatedEndpointEnabled'
|
10345
10915
|
property :endpoint_display_name, as: 'endpointDisplayName'
|
10916
|
+
property :endpoint_user_id, as: 'endpointUserId'
|
10346
10917
|
end
|
10347
10918
|
end
|
10348
10919
|
|
@@ -10715,6 +11286,28 @@ module Google
|
|
10715
11286
|
end
|
10716
11287
|
end
|
10717
11288
|
|
11289
|
+
class GoogleCloudAiplatformV1beta1EvaluateDatasetResponse
|
11290
|
+
# @private
|
11291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11292
|
+
property :aggregation_output, as: 'aggregationOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AggregationOutput::Representation
|
11293
|
+
|
11294
|
+
property :output_info, as: 'outputInfo', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputInfo::Representation
|
11295
|
+
|
11296
|
+
end
|
11297
|
+
end
|
11298
|
+
|
11299
|
+
class GoogleCloudAiplatformV1beta1EvaluateDatasetRun
|
11300
|
+
# @private
|
11301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11302
|
+
property :checkpoint_id, as: 'checkpointId'
|
11303
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11304
|
+
|
11305
|
+
property :evaluate_dataset_response, as: 'evaluateDatasetResponse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse::Representation
|
11306
|
+
|
11307
|
+
property :operation_name, as: 'operationName'
|
11308
|
+
end
|
11309
|
+
end
|
11310
|
+
|
10718
11311
|
class GoogleCloudAiplatformV1beta1EvaluateInstancesRequest
|
10719
11312
|
# @private
|
10720
11313
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10734,6 +11327,10 @@ module Google
|
|
10734
11327
|
|
10735
11328
|
property :groundedness_input, as: 'groundednessInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessInput::Representation
|
10736
11329
|
|
11330
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstance::Representation
|
11331
|
+
|
11332
|
+
collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric::Representation
|
11333
|
+
|
10737
11334
|
property :metricx_input, as: 'metricxInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxInput::Representation
|
10738
11335
|
|
10739
11336
|
property :pairwise_metric_input, as: 'pairwiseMetricInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricInput::Representation
|
@@ -10804,6 +11401,8 @@ module Google
|
|
10804
11401
|
|
10805
11402
|
property :groundedness_result, as: 'groundednessResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessResult::Representation
|
10806
11403
|
|
11404
|
+
collection :metric_results, as: 'metricResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricResult::Representation
|
11405
|
+
|
10807
11406
|
property :metricx_result, as: 'metricxResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxResult::Representation
|
10808
11407
|
|
10809
11408
|
property :pairwise_metric_result, as: 'pairwiseMetricResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult::Representation
|
@@ -10881,6 +11480,18 @@ module Google
|
|
10881
11480
|
end
|
10882
11481
|
end
|
10883
11482
|
|
11483
|
+
class GoogleCloudAiplatformV1beta1EvaluationConfig
|
11484
|
+
# @private
|
11485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11486
|
+
property :autorater_config, as: 'autoraterConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig::Representation
|
11487
|
+
|
11488
|
+
collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metric::Representation
|
11489
|
+
|
11490
|
+
property :output_config, as: 'outputConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputConfig::Representation
|
11491
|
+
|
11492
|
+
end
|
11493
|
+
end
|
11494
|
+
|
10884
11495
|
class GoogleCloudAiplatformV1beta1EvaluationDataset
|
10885
11496
|
# @private
|
10886
11497
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10891,6 +11502,310 @@ module Google
|
|
10891
11502
|
end
|
10892
11503
|
end
|
10893
11504
|
|
11505
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstance
|
11506
|
+
# @private
|
11507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11508
|
+
property :other_data, as: 'otherData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance::Representation
|
11509
|
+
|
11510
|
+
property :prompt, as: 'prompt', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData::Representation
|
11511
|
+
|
11512
|
+
property :reference, as: 'reference', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData::Representation
|
11513
|
+
|
11514
|
+
property :response, as: 'response', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData::Representation
|
11515
|
+
|
11516
|
+
hash :rubric_groups, as: 'rubricGroups', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGroup, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGroup::Representation
|
11517
|
+
|
11518
|
+
end
|
11519
|
+
end
|
11520
|
+
|
11521
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData
|
11522
|
+
# @private
|
11523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11524
|
+
property :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceDataContents, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceDataContents::Representation
|
11525
|
+
|
11526
|
+
property :text, as: 'text'
|
11527
|
+
end
|
11528
|
+
end
|
11529
|
+
|
11530
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceDataContents
|
11531
|
+
# @private
|
11532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11533
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
11534
|
+
|
11535
|
+
end
|
11536
|
+
end
|
11537
|
+
|
11538
|
+
class GoogleCloudAiplatformV1beta1EvaluationInstanceMapInstance
|
11539
|
+
# @private
|
11540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11541
|
+
hash :map_instance, as: 'mapInstance', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationInstanceInstanceData::Representation
|
11542
|
+
|
11543
|
+
end
|
11544
|
+
end
|
11545
|
+
|
11546
|
+
class GoogleCloudAiplatformV1beta1EvaluationItem
|
11547
|
+
# @private
|
11548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11549
|
+
property :create_time, as: 'createTime'
|
11550
|
+
property :display_name, as: 'displayName'
|
11551
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11552
|
+
|
11553
|
+
property :evaluation_item_type, as: 'evaluationItemType'
|
11554
|
+
property :evaluation_request, as: 'evaluationRequest', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRequest, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRequest::Representation
|
11555
|
+
|
11556
|
+
property :evaluation_response, as: 'evaluationResponse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationResult::Representation
|
11557
|
+
|
11558
|
+
property :gcs_uri, as: 'gcsUri'
|
11559
|
+
hash :labels, as: 'labels'
|
11560
|
+
property :metadata, as: 'metadata'
|
11561
|
+
property :name, as: 'name'
|
11562
|
+
end
|
11563
|
+
end
|
11564
|
+
|
11565
|
+
class GoogleCloudAiplatformV1beta1EvaluationPrompt
|
11566
|
+
# @private
|
11567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11568
|
+
property :prompt_template_data, as: 'promptTemplateData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationPromptPromptTemplateData, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationPromptPromptTemplateData::Representation
|
11569
|
+
|
11570
|
+
property :text, as: 'text'
|
11571
|
+
property :value, as: 'value'
|
11572
|
+
end
|
11573
|
+
end
|
11574
|
+
|
11575
|
+
class GoogleCloudAiplatformV1beta1EvaluationPromptPromptTemplateData
|
11576
|
+
# @private
|
11577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11578
|
+
hash :values, as: 'values', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
11579
|
+
|
11580
|
+
end
|
11581
|
+
end
|
11582
|
+
|
11583
|
+
class GoogleCloudAiplatformV1beta1EvaluationRequest
|
11584
|
+
# @private
|
11585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11586
|
+
collection :candidate_responses, as: 'candidateResponses', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CandidateResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CandidateResponse::Representation
|
11587
|
+
|
11588
|
+
property :golden_response, as: 'goldenResponse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CandidateResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CandidateResponse::Representation
|
11589
|
+
|
11590
|
+
property :prompt, as: 'prompt', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationPrompt, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationPrompt::Representation
|
11591
|
+
|
11592
|
+
hash :rubrics, as: 'rubrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGroup, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGroup::Representation
|
11593
|
+
|
11594
|
+
end
|
11595
|
+
end
|
11596
|
+
|
11597
|
+
class GoogleCloudAiplatformV1beta1EvaluationResult
|
11598
|
+
# @private
|
11599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11600
|
+
collection :candidate_results, as: 'candidateResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CandidateResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CandidateResult::Representation
|
11601
|
+
|
11602
|
+
property :evaluation_request, as: 'evaluationRequest'
|
11603
|
+
property :evaluation_run, as: 'evaluationRun'
|
11604
|
+
property :metadata, as: 'metadata'
|
11605
|
+
property :metric, as: 'metric'
|
11606
|
+
property :request, as: 'request', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRequest, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRequest::Representation
|
11607
|
+
|
11608
|
+
end
|
11609
|
+
end
|
11610
|
+
|
11611
|
+
class GoogleCloudAiplatformV1beta1EvaluationResults
|
11612
|
+
# @private
|
11613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11614
|
+
property :evaluation_set, as: 'evaluationSet'
|
11615
|
+
property :summary_metrics, as: 'summaryMetrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummaryMetrics, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SummaryMetrics::Representation
|
11616
|
+
|
11617
|
+
end
|
11618
|
+
end
|
11619
|
+
|
11620
|
+
class GoogleCloudAiplatformV1beta1EvaluationRubricConfig
|
11621
|
+
# @private
|
11622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11623
|
+
property :predefined_rubric_generation_spec, as: 'predefinedRubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec::Representation
|
11624
|
+
|
11625
|
+
property :rubric_generation_spec, as: 'rubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec::Representation
|
11626
|
+
|
11627
|
+
property :rubric_group_key, as: 'rubricGroupKey'
|
11628
|
+
end
|
11629
|
+
end
|
11630
|
+
|
11631
|
+
class GoogleCloudAiplatformV1beta1EvaluationRun
|
11632
|
+
# @private
|
11633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11634
|
+
property :completion_time, as: 'completionTime'
|
11635
|
+
property :create_time, as: 'createTime'
|
11636
|
+
property :data_source, as: 'dataSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunDataSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunDataSource::Representation
|
11637
|
+
|
11638
|
+
property :display_name, as: 'displayName'
|
11639
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11640
|
+
|
11641
|
+
property :evaluation_config, as: 'evaluationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfig::Representation
|
11642
|
+
|
11643
|
+
property :evaluation_results, as: 'evaluationResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationResults, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationResults::Representation
|
11644
|
+
|
11645
|
+
property :evaluation_set_snapshot, as: 'evaluationSetSnapshot'
|
11646
|
+
hash :inference_configs, as: 'inferenceConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunInferenceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunInferenceConfig::Representation
|
11647
|
+
|
11648
|
+
hash :labels, as: 'labels'
|
11649
|
+
property :metadata, as: 'metadata'
|
11650
|
+
property :name, as: 'name'
|
11651
|
+
property :state, as: 'state'
|
11652
|
+
end
|
11653
|
+
end
|
11654
|
+
|
11655
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunDataSource
|
11656
|
+
# @private
|
11657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11658
|
+
property :bigquery_request_set, as: 'bigqueryRequestSet', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryRequestSet, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryRequestSet::Representation
|
11659
|
+
|
11660
|
+
property :evaluation_set, as: 'evaluationSet'
|
11661
|
+
end
|
11662
|
+
end
|
11663
|
+
|
11664
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfig
|
11665
|
+
# @private
|
11666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11667
|
+
property :autorater_config, as: 'autoraterConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig::Representation
|
11668
|
+
|
11669
|
+
collection :metrics, as: 'metrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetric::Representation
|
11670
|
+
|
11671
|
+
property :output_config, as: 'outputConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigOutputConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigOutputConfig::Representation
|
11672
|
+
|
11673
|
+
property :prompt_template, as: 'promptTemplate', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigPromptTemplate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigPromptTemplate::Representation
|
11674
|
+
|
11675
|
+
collection :rubric_configs, as: 'rubricConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRubricConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRubricConfig::Representation
|
11676
|
+
|
11677
|
+
end
|
11678
|
+
end
|
11679
|
+
|
11680
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig
|
11681
|
+
# @private
|
11682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11683
|
+
property :autorater_model, as: 'autoraterModel'
|
11684
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
11685
|
+
|
11686
|
+
property :sample_count, as: 'sampleCount'
|
11687
|
+
end
|
11688
|
+
end
|
11689
|
+
|
11690
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigOutputConfig
|
11691
|
+
# @private
|
11692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11693
|
+
property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination::Representation
|
11694
|
+
|
11695
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
11696
|
+
|
11697
|
+
end
|
11698
|
+
end
|
11699
|
+
|
11700
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigPromptTemplate
|
11701
|
+
# @private
|
11702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11703
|
+
property :gcs_uri, as: 'gcsUri'
|
11704
|
+
property :prompt_template, as: 'promptTemplate'
|
11705
|
+
end
|
11706
|
+
end
|
11707
|
+
|
11708
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunInferenceConfig
|
11709
|
+
# @private
|
11710
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11711
|
+
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
11712
|
+
|
11713
|
+
property :model, as: 'model'
|
11714
|
+
end
|
11715
|
+
end
|
11716
|
+
|
11717
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetric
|
11718
|
+
# @private
|
11719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11720
|
+
property :computation_based_metric_spec, as: 'computationBasedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricComputationBasedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricComputationBasedMetricSpec::Representation
|
11721
|
+
|
11722
|
+
property :llm_based_metric_spec, as: 'llmBasedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricLlmBasedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricLlmBasedMetricSpec::Representation
|
11723
|
+
|
11724
|
+
property :metric, as: 'metric'
|
11725
|
+
property :predefined_metric_spec, as: 'predefinedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec::Representation
|
11726
|
+
|
11727
|
+
property :rubric_based_metric_spec, as: 'rubricBasedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpec::Representation
|
11728
|
+
|
11729
|
+
end
|
11730
|
+
end
|
11731
|
+
|
11732
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricComputationBasedMetricSpec
|
11733
|
+
# @private
|
11734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11735
|
+
hash :parameters, as: 'parameters'
|
11736
|
+
property :type, as: 'type'
|
11737
|
+
end
|
11738
|
+
end
|
11739
|
+
|
11740
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricLlmBasedMetricSpec
|
11741
|
+
# @private
|
11742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11743
|
+
hash :additional_config, as: 'additionalConfig'
|
11744
|
+
property :judge_autorater_config, as: 'judgeAutoraterConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig::Representation
|
11745
|
+
|
11746
|
+
property :metric_prompt_template, as: 'metricPromptTemplate'
|
11747
|
+
property :predefined_rubric_generation_spec, as: 'predefinedRubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec::Representation
|
11748
|
+
|
11749
|
+
property :rubric_generation_spec, as: 'rubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec::Representation
|
11750
|
+
|
11751
|
+
property :rubric_group_key, as: 'rubricGroupKey'
|
11752
|
+
property :system_instruction, as: 'systemInstruction'
|
11753
|
+
end
|
11754
|
+
end
|
11755
|
+
|
11756
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricPredefinedMetricSpec
|
11757
|
+
# @private
|
11758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11759
|
+
property :metric_spec_name, as: 'metricSpecName'
|
11760
|
+
hash :parameters, as: 'parameters'
|
11761
|
+
end
|
11762
|
+
end
|
11763
|
+
|
11764
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpec
|
11765
|
+
# @private
|
11766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11767
|
+
property :inline_rubrics, as: 'inlineRubrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics::Representation
|
11768
|
+
|
11769
|
+
property :judge_autorater_config, as: 'judgeAutoraterConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig::Representation
|
11770
|
+
|
11771
|
+
property :metric_prompt_template, as: 'metricPromptTemplate'
|
11772
|
+
property :rubric_generation_spec, as: 'rubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec::Representation
|
11773
|
+
|
11774
|
+
property :rubric_group_key, as: 'rubricGroupKey'
|
11775
|
+
end
|
11776
|
+
end
|
11777
|
+
|
11778
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricBasedMetricSpecRepeatedRubrics
|
11779
|
+
# @private
|
11780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11781
|
+
collection :rubrics, as: 'rubrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric::Representation
|
11782
|
+
|
11783
|
+
end
|
11784
|
+
end
|
11785
|
+
|
11786
|
+
class GoogleCloudAiplatformV1beta1EvaluationRunMetricRubricGenerationSpec
|
11787
|
+
# @private
|
11788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11789
|
+
property :model_config, as: 'modelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRunEvaluationConfigAutoraterConfig::Representation
|
11790
|
+
|
11791
|
+
property :prompt_template, as: 'promptTemplate'
|
11792
|
+
property :rubric_content_type, as: 'rubricContentType'
|
11793
|
+
collection :rubric_type_ontology, as: 'rubricTypeOntology'
|
11794
|
+
end
|
11795
|
+
end
|
11796
|
+
|
11797
|
+
class GoogleCloudAiplatformV1beta1EvaluationSet
|
11798
|
+
# @private
|
11799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11800
|
+
property :create_time, as: 'createTime'
|
11801
|
+
property :display_name, as: 'displayName'
|
11802
|
+
collection :evaluation_items, as: 'evaluationItems'
|
11803
|
+
property :metadata, as: 'metadata'
|
11804
|
+
property :name, as: 'name'
|
11805
|
+
property :update_time, as: 'updateTime'
|
11806
|
+
end
|
11807
|
+
end
|
11808
|
+
|
10894
11809
|
class GoogleCloudAiplatformV1beta1Event
|
10895
11810
|
# @private
|
10896
11811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11076,6 +11991,22 @@ module Google
|
|
11076
11991
|
end
|
11077
11992
|
end
|
11078
11993
|
|
11994
|
+
class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentRequest
|
11995
|
+
# @private
|
11996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11997
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk::Representation
|
11998
|
+
|
11999
|
+
end
|
12000
|
+
end
|
12001
|
+
|
12002
|
+
class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentResponse
|
12003
|
+
# @private
|
12004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12005
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk::Representation
|
12006
|
+
|
12007
|
+
end
|
12008
|
+
end
|
12009
|
+
|
11079
12010
|
class GoogleCloudAiplatformV1beta1Execution
|
11080
12011
|
# @private
|
11081
12012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12535,6 +13466,8 @@ module Google
|
|
12535
13466
|
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfig::Representation
|
12536
13467
|
|
12537
13468
|
hash :labels, as: 'labels'
|
13469
|
+
property :model_armor_config, as: 'modelArmorConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelArmorConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelArmorConfig::Representation
|
13470
|
+
|
12538
13471
|
collection :safety_settings, as: 'safetySettings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetySetting, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetySetting::Representation
|
12539
13472
|
|
12540
13473
|
property :system_instruction, as: 'systemInstruction', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
@@ -12592,6 +13525,26 @@ module Google
|
|
12592
13525
|
end
|
12593
13526
|
end
|
12594
13527
|
|
13528
|
+
class GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest
|
13529
|
+
# @private
|
13530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13531
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
13532
|
+
|
13533
|
+
property :predefined_rubric_generation_spec, as: 'predefinedRubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec::Representation
|
13534
|
+
|
13535
|
+
property :rubric_generation_spec, as: 'rubricGenerationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGenerationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricGenerationSpec::Representation
|
13536
|
+
|
13537
|
+
end
|
13538
|
+
end
|
13539
|
+
|
13540
|
+
class GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse
|
13541
|
+
# @private
|
13542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13543
|
+
collection :generated_rubrics, as: 'generatedRubrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric::Representation
|
13544
|
+
|
13545
|
+
end
|
13546
|
+
end
|
13547
|
+
|
12595
13548
|
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
12596
13549
|
# @private
|
12597
13550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12646,6 +13599,27 @@ module Google
|
|
12646
13599
|
end
|
12647
13600
|
end
|
12648
13601
|
|
13602
|
+
class GoogleCloudAiplatformV1beta1GenerateSyntheticDataRequest
|
13603
|
+
# @private
|
13604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13605
|
+
property :count, as: 'count'
|
13606
|
+
collection :examples, as: 'examples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SyntheticExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SyntheticExample::Representation
|
13607
|
+
|
13608
|
+
collection :output_field_specs, as: 'outputFieldSpecs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputFieldSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OutputFieldSpec::Representation
|
13609
|
+
|
13610
|
+
property :task_description, as: 'taskDescription', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskDescriptionStrategy, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TaskDescriptionStrategy::Representation
|
13611
|
+
|
13612
|
+
end
|
13613
|
+
end
|
13614
|
+
|
13615
|
+
class GoogleCloudAiplatformV1beta1GenerateSyntheticDataResponse
|
13616
|
+
# @private
|
13617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13618
|
+
collection :synthetic_examples, as: 'syntheticExamples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SyntheticExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SyntheticExample::Representation
|
13619
|
+
|
13620
|
+
end
|
13621
|
+
end
|
13622
|
+
|
12649
13623
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
12650
13624
|
# @private
|
12651
13625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12771,13 +13745,9 @@ module Google
|
|
12771
13745
|
end
|
12772
13746
|
end
|
12773
13747
|
|
12774
|
-
class GoogleCloudAiplatformV1beta1GoogleMaps
|
12775
|
-
# @private
|
12776
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12777
|
-
property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth::Representation
|
12778
|
-
|
12779
|
-
property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
12780
|
-
|
13748
|
+
class GoogleCloudAiplatformV1beta1GoogleMaps
|
13749
|
+
# @private
|
13750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12781
13751
|
end
|
12782
13752
|
end
|
12783
13753
|
|
@@ -12880,6 +13850,7 @@ module Google
|
|
12880
13850
|
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
12881
13851
|
# @private
|
12882
13852
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13853
|
+
property :document_name, as: 'documentName'
|
12883
13854
|
property :rag_chunk, as: 'ragChunk', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagChunk::Representation
|
12884
13855
|
|
12885
13856
|
property :text, as: 'text'
|
@@ -13488,6 +14459,33 @@ module Google
|
|
13488
14459
|
end
|
13489
14460
|
end
|
13490
14461
|
|
14462
|
+
class GoogleCloudAiplatformV1beta1ListEvaluationItemsResponse
|
14463
|
+
# @private
|
14464
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14465
|
+
collection :evaluation_items, as: 'evaluationItems', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationItem, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationItem::Representation
|
14466
|
+
|
14467
|
+
property :next_page_token, as: 'nextPageToken'
|
14468
|
+
end
|
14469
|
+
end
|
14470
|
+
|
14471
|
+
class GoogleCloudAiplatformV1beta1ListEvaluationRunsResponse
|
14472
|
+
# @private
|
14473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14474
|
+
collection :evaluation_runs, as: 'evaluationRuns', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRun, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationRun::Representation
|
14475
|
+
|
14476
|
+
property :next_page_token, as: 'nextPageToken'
|
14477
|
+
end
|
14478
|
+
end
|
14479
|
+
|
14480
|
+
class GoogleCloudAiplatformV1beta1ListEvaluationSetsResponse
|
14481
|
+
# @private
|
14482
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14483
|
+
collection :evaluation_sets, as: 'evaluationSets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationSet, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationSet::Representation
|
14484
|
+
|
14485
|
+
property :next_page_token, as: 'nextPageToken'
|
14486
|
+
end
|
14487
|
+
end
|
14488
|
+
|
13491
14489
|
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
13492
14490
|
# @private
|
13493
14491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13835,6 +14833,15 @@ module Google
|
|
13835
14833
|
end
|
13836
14834
|
end
|
13837
14835
|
|
14836
|
+
class GoogleCloudAiplatformV1beta1ListSandboxEnvironmentsResponse
|
14837
|
+
# @private
|
14838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14839
|
+
property :next_page_token, as: 'nextPageToken'
|
14840
|
+
collection :sandbox_environments, as: 'sandboxEnvironments', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironment, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironment::Representation
|
14841
|
+
|
14842
|
+
end
|
14843
|
+
end
|
14844
|
+
|
13838
14845
|
class GoogleCloudAiplatformV1beta1ListSavedQueriesResponse
|
13839
14846
|
# @private
|
13840
14847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13982,6 +14989,7 @@ module Google
|
|
13982
14989
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13983
14990
|
property :accelerator_count, as: 'acceleratorCount'
|
13984
14991
|
property :accelerator_type, as: 'acceleratorType'
|
14992
|
+
property :gpu_partition_size, as: 'gpuPartitionSize'
|
13985
14993
|
property :machine_type, as: 'machineType'
|
13986
14994
|
property :multihost_gpu_node_count, as: 'multihostGpuNodeCount'
|
13987
14995
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReservationAffinity::Representation
|
@@ -14021,13 +15029,84 @@ module Google
|
|
14021
15029
|
property :create_time, as: 'createTime'
|
14022
15030
|
property :description, as: 'description'
|
14023
15031
|
property :display_name, as: 'displayName'
|
15032
|
+
property :expire_time, as: 'expireTime'
|
14024
15033
|
property :fact, as: 'fact'
|
14025
15034
|
property :name, as: 'name'
|
14026
15035
|
hash :scope, as: 'scope'
|
15036
|
+
property :ttl, as: 'ttl'
|
14027
15037
|
property :update_time, as: 'updateTime'
|
14028
15038
|
end
|
14029
15039
|
end
|
14030
15040
|
|
15041
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig
|
15042
|
+
# @private
|
15043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15044
|
+
collection :generate_memories_examples, as: 'generateMemoriesExamples', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample::Representation
|
15045
|
+
|
15046
|
+
collection :memory_topics, as: 'memoryTopics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic::Representation
|
15047
|
+
|
15048
|
+
collection :scope_keys, as: 'scopeKeys'
|
15049
|
+
end
|
15050
|
+
end
|
15051
|
+
|
15052
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample
|
15053
|
+
# @private
|
15054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15055
|
+
property :conversation_source, as: 'conversationSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource::Representation
|
15056
|
+
|
15057
|
+
collection :generated_memories, as: 'generatedMemories', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory::Representation
|
15058
|
+
|
15059
|
+
end
|
15060
|
+
end
|
15061
|
+
|
15062
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
|
15063
|
+
# @private
|
15064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15065
|
+
collection :events, as: 'events', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent::Representation
|
15066
|
+
|
15067
|
+
end
|
15068
|
+
end
|
15069
|
+
|
15070
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
|
15071
|
+
# @private
|
15072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15073
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
15074
|
+
|
15075
|
+
end
|
15076
|
+
end
|
15077
|
+
|
15078
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
|
15079
|
+
# @private
|
15080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15081
|
+
property :fact, as: 'fact'
|
15082
|
+
end
|
15083
|
+
end
|
15084
|
+
|
15085
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
|
15086
|
+
# @private
|
15087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15088
|
+
property :custom_memory_topic, as: 'customMemoryTopic', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic::Representation
|
15089
|
+
|
15090
|
+
property :managed_memory_topic, as: 'managedMemoryTopic', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic::Representation
|
15091
|
+
|
15092
|
+
end
|
15093
|
+
end
|
15094
|
+
|
15095
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
|
15096
|
+
# @private
|
15097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15098
|
+
property :description, as: 'description'
|
15099
|
+
property :label, as: 'label'
|
15100
|
+
end
|
15101
|
+
end
|
15102
|
+
|
15103
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
|
15104
|
+
# @private
|
15105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15106
|
+
property :managed_topic_enum, as: 'managedTopicEnum'
|
15107
|
+
end
|
15108
|
+
end
|
15109
|
+
|
14031
15110
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
14032
15111
|
# @private
|
14033
15112
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14035,6 +15114,13 @@ module Google
|
|
14035
15114
|
end
|
14036
15115
|
end
|
14037
15116
|
|
15117
|
+
class GoogleCloudAiplatformV1beta1Metadata
|
15118
|
+
# @private
|
15119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15120
|
+
hash :attributes, as: 'attributes'
|
15121
|
+
end
|
15122
|
+
end
|
15123
|
+
|
14038
15124
|
class GoogleCloudAiplatformV1beta1MetadataSchema
|
14039
15125
|
# @private
|
14040
15126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14089,11 +15175,23 @@ module Google
|
|
14089
15175
|
|
14090
15176
|
property :pointwise_metric_spec, as: 'pointwiseMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricSpec::Representation
|
14091
15177
|
|
15178
|
+
property :predefined_metric_spec, as: 'predefinedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec::Representation
|
15179
|
+
|
14092
15180
|
property :rouge_spec, as: 'rougeSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeSpec::Representation
|
14093
15181
|
|
14094
15182
|
end
|
14095
15183
|
end
|
14096
15184
|
|
15185
|
+
class GoogleCloudAiplatformV1beta1MetricResult
|
15186
|
+
# @private
|
15187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15188
|
+
property :explanation, as: 'explanation'
|
15189
|
+
collection :rubric_verdicts, as: 'rubricVerdicts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricVerdict::Representation
|
15190
|
+
|
15191
|
+
property :score, as: 'score'
|
15192
|
+
end
|
15193
|
+
end
|
15194
|
+
|
14097
15195
|
class GoogleCloudAiplatformV1beta1MetricxInput
|
14098
15196
|
# @private
|
14099
15197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14310,6 +15408,14 @@ module Google
|
|
14310
15408
|
end
|
14311
15409
|
end
|
14312
15410
|
|
15411
|
+
class GoogleCloudAiplatformV1beta1ModelArmorConfig
|
15412
|
+
# @private
|
15413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15414
|
+
property :prompt_template_name, as: 'promptTemplateName'
|
15415
|
+
property :response_template_name, as: 'responseTemplateName'
|
15416
|
+
end
|
15417
|
+
end
|
15418
|
+
|
14313
15419
|
class GoogleCloudAiplatformV1beta1ModelBaseModelSource
|
14314
15420
|
# @private
|
14315
15421
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15566,6 +16672,22 @@ module Google
|
|
15566
16672
|
end
|
15567
16673
|
end
|
15568
16674
|
|
16675
|
+
class GoogleCloudAiplatformV1beta1OutputFieldSpec
|
16676
|
+
# @private
|
16677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16678
|
+
property :field_name, as: 'fieldName'
|
16679
|
+
property :field_type, as: 'fieldType'
|
16680
|
+
property :guidance, as: 'guidance'
|
16681
|
+
end
|
16682
|
+
end
|
16683
|
+
|
16684
|
+
class GoogleCloudAiplatformV1beta1OutputInfo
|
16685
|
+
# @private
|
16686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16687
|
+
property :gcs_output_directory, as: 'gcsOutputDirectory'
|
16688
|
+
end
|
16689
|
+
end
|
16690
|
+
|
15569
16691
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
15570
16692
|
# @private
|
15571
16693
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16044,6 +17166,14 @@ module Google
|
|
16044
17166
|
end
|
16045
17167
|
end
|
16046
17168
|
|
17169
|
+
class GoogleCloudAiplatformV1beta1PredefinedMetricSpec
|
17170
|
+
# @private
|
17171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17172
|
+
property :metric_spec_name, as: 'metricSpecName'
|
17173
|
+
hash :metric_spec_parameters, as: 'metricSpecParameters'
|
17174
|
+
end
|
17175
|
+
end
|
17176
|
+
|
16047
17177
|
class GoogleCloudAiplatformV1beta1PredefinedSplit
|
16048
17178
|
# @private
|
16049
17179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16117,6 +17247,8 @@ module Google
|
|
16117
17247
|
class GoogleCloudAiplatformV1beta1PreferenceOptimizationDataStats
|
16118
17248
|
# @private
|
16119
17249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17250
|
+
collection :dropped_example_indices, as: 'droppedExampleIndices'
|
17251
|
+
collection :dropped_example_reasons, as: 'droppedExampleReasons'
|
16120
17252
|
property :score_variance_per_example_distribution, as: 'scoreVariancePerExampleDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
16121
17253
|
|
16122
17254
|
property :scores_distribution, as: 'scoresDistribution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DatasetDistribution::Representation
|
@@ -16146,6 +17278,8 @@ module Google
|
|
16146
17278
|
class GoogleCloudAiplatformV1beta1PreferenceOptimizationSpec
|
16147
17279
|
# @private
|
16148
17280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17281
|
+
property :evaluation_config, as: 'evaluationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig::Representation
|
17282
|
+
|
16149
17283
|
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PreferenceOptimizationHyperParameters::Representation
|
16150
17284
|
|
16151
17285
|
property :training_dataset_uri, as: 'trainingDatasetUri'
|
@@ -17348,10 +18482,14 @@ module Google
|
|
17348
18482
|
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
|
17349
18483
|
# @private
|
17350
18484
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18485
|
+
collection :customization_configs, as: 'customizationConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig::Representation
|
18486
|
+
|
17351
18487
|
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig::Representation
|
17352
18488
|
|
17353
18489
|
property :similarity_search_config, as: 'similaritySearchConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig::Representation
|
17354
18490
|
|
18491
|
+
property :ttl_config, as: 'ttlConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig::Representation
|
18492
|
+
|
17355
18493
|
end
|
17356
18494
|
end
|
17357
18495
|
|
@@ -17369,6 +18507,24 @@ module Google
|
|
17369
18507
|
end
|
17370
18508
|
end
|
17371
18509
|
|
18510
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig
|
18511
|
+
# @private
|
18512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18513
|
+
property :default_ttl, as: 'defaultTtl'
|
18514
|
+
property :granular_ttl_config, as: 'granularTtlConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig::Representation
|
18515
|
+
|
18516
|
+
end
|
18517
|
+
end
|
18518
|
+
|
18519
|
+
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfigGranularTtlConfig
|
18520
|
+
# @private
|
18521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18522
|
+
property :create_ttl, as: 'createTtl'
|
18523
|
+
property :generate_created_ttl, as: 'generateCreatedTtl'
|
18524
|
+
property :generate_updated_ttl, as: 'generateUpdatedTtl'
|
18525
|
+
end
|
18526
|
+
end
|
18527
|
+
|
17372
18528
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
17373
18529
|
# @private
|
17374
18530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17385,8 +18541,15 @@ module Google
|
|
17385
18541
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpec
|
17386
18542
|
# @private
|
17387
18543
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18544
|
+
property :agent_server_mode, as: 'agentServerMode'
|
18545
|
+
property :container_concurrency, as: 'containerConcurrency'
|
17388
18546
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
17389
18547
|
|
18548
|
+
property :max_instances, as: 'maxInstances'
|
18549
|
+
property :min_instances, as: 'minInstances'
|
18550
|
+
property :psc_interface_config, as: 'pscInterfaceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscInterfaceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscInterfaceConfig::Representation
|
18551
|
+
|
18552
|
+
hash :resource_limits, as: 'resourceLimits'
|
17390
18553
|
collection :secret_env, as: 'secretEnv', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SecretEnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SecretEnvVar::Representation
|
17391
18554
|
|
17392
18555
|
end
|
@@ -17430,6 +18593,46 @@ module Google
|
|
17430
18593
|
end
|
17431
18594
|
end
|
17432
18595
|
|
18596
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecRequest
|
18597
|
+
# @private
|
18598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18599
|
+
property :check_machine_availability, as: 'checkMachineAvailability'
|
18600
|
+
property :check_user_quota, as: 'checkUserQuota'
|
18601
|
+
property :gcs_uri, as: 'gcsUri'
|
18602
|
+
end
|
18603
|
+
end
|
18604
|
+
|
18605
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecResponse
|
18606
|
+
# @private
|
18607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18608
|
+
property :base_model, as: 'baseModel'
|
18609
|
+
collection :recommendations, as: 'recommendations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation::Representation
|
18610
|
+
|
18611
|
+
collection :specs, as: 'specs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec::Representation
|
18612
|
+
|
18613
|
+
end
|
18614
|
+
end
|
18615
|
+
|
18616
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec
|
18617
|
+
# @private
|
18618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18619
|
+
property :container_spec, as: 'containerSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelContainerSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelContainerSpec::Representation
|
18620
|
+
|
18621
|
+
property :machine_spec, as: 'machineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
|
18622
|
+
|
18623
|
+
end
|
18624
|
+
end
|
18625
|
+
|
18626
|
+
class GoogleCloudAiplatformV1beta1RecommendSpecResponseRecommendation
|
18627
|
+
# @private
|
18628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18629
|
+
property :region, as: 'region'
|
18630
|
+
property :spec, as: 'spec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RecommendSpecResponseMachineAndModelContainerSpec::Representation
|
18631
|
+
|
18632
|
+
property :user_quota_state, as: 'userQuotaState'
|
18633
|
+
end
|
18634
|
+
end
|
18635
|
+
|
17433
18636
|
class GoogleCloudAiplatformV1beta1RemoveContextChildrenRequest
|
17434
18637
|
# @private
|
17435
18638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17750,6 +18953,17 @@ module Google
|
|
17750
18953
|
end
|
17751
18954
|
end
|
17752
18955
|
|
18956
|
+
class GoogleCloudAiplatformV1beta1Rubric
|
18957
|
+
# @private
|
18958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18959
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricContent, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricContent::Representation
|
18960
|
+
|
18961
|
+
property :importance, as: 'importance'
|
18962
|
+
property :rubric_id, as: 'rubricId'
|
18963
|
+
property :type, as: 'type'
|
18964
|
+
end
|
18965
|
+
end
|
18966
|
+
|
17753
18967
|
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
17754
18968
|
# @private
|
17755
18969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17782,6 +18996,21 @@ module Google
|
|
17782
18996
|
end
|
17783
18997
|
end
|
17784
18998
|
|
18999
|
+
class GoogleCloudAiplatformV1beta1RubricContent
|
19000
|
+
# @private
|
19001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19002
|
+
property :property, as: 'property', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricContentProperty, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RubricContentProperty::Representation
|
19003
|
+
|
19004
|
+
end
|
19005
|
+
end
|
19006
|
+
|
19007
|
+
class GoogleCloudAiplatformV1beta1RubricContentProperty
|
19008
|
+
# @private
|
19009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19010
|
+
property :description, as: 'description'
|
19011
|
+
end
|
19012
|
+
end
|
19013
|
+
|
17785
19014
|
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
17786
19015
|
# @private
|
17787
19016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17790,6 +19019,37 @@ module Google
|
|
17790
19019
|
end
|
17791
19020
|
end
|
17792
19021
|
|
19022
|
+
class GoogleCloudAiplatformV1beta1RubricGenerationSpec
|
19023
|
+
# @private
|
19024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19025
|
+
property :model_config, as: 'modelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AutoraterConfig::Representation
|
19026
|
+
|
19027
|
+
property :prompt_template, as: 'promptTemplate'
|
19028
|
+
property :rubric_content_type, as: 'rubricContentType'
|
19029
|
+
collection :rubric_type_ontology, as: 'rubricTypeOntology'
|
19030
|
+
end
|
19031
|
+
end
|
19032
|
+
|
19033
|
+
class GoogleCloudAiplatformV1beta1RubricGroup
|
19034
|
+
# @private
|
19035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19036
|
+
property :display_name, as: 'displayName'
|
19037
|
+
property :group_id, as: 'groupId'
|
19038
|
+
collection :rubrics, as: 'rubrics', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric::Representation
|
19039
|
+
|
19040
|
+
end
|
19041
|
+
end
|
19042
|
+
|
19043
|
+
class GoogleCloudAiplatformV1beta1RubricVerdict
|
19044
|
+
# @private
|
19045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19046
|
+
property :evaluated_rubric, as: 'evaluatedRubric', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Rubric::Representation
|
19047
|
+
|
19048
|
+
property :reasoning, as: 'reasoning'
|
19049
|
+
property :verdict, as: 'verdict'
|
19050
|
+
end
|
19051
|
+
end
|
19052
|
+
|
17793
19053
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
17794
19054
|
# @private
|
17795
19055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17918,6 +19178,39 @@ module Google
|
|
17918
19178
|
end
|
17919
19179
|
end
|
17920
19180
|
|
19181
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironment
|
19182
|
+
# @private
|
19183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19184
|
+
property :create_time, as: 'createTime'
|
19185
|
+
property :display_name, as: 'displayName'
|
19186
|
+
property :metadata, as: 'metadata'
|
19187
|
+
property :name, as: 'name'
|
19188
|
+
property :spec, as: 'spec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpec::Representation
|
19189
|
+
|
19190
|
+
property :state, as: 'state'
|
19191
|
+
property :update_time, as: 'updateTime'
|
19192
|
+
end
|
19193
|
+
end
|
19194
|
+
|
19195
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpec
|
19196
|
+
# @private
|
19197
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19198
|
+
property :code_execution_environment, as: 'codeExecutionEnvironment', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecCodeExecutionEnvironment, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecCodeExecutionEnvironment::Representation
|
19199
|
+
|
19200
|
+
end
|
19201
|
+
end
|
19202
|
+
|
19203
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecCodeExecutionEnvironment
|
19204
|
+
# @private
|
19205
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19206
|
+
property :code_language, as: 'codeLanguage'
|
19207
|
+
collection :dependencies, as: 'dependencies'
|
19208
|
+
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
19209
|
+
|
19210
|
+
property :machine_config, as: 'machineConfig'
|
19211
|
+
end
|
19212
|
+
end
|
19213
|
+
|
17921
19214
|
class GoogleCloudAiplatformV1beta1SavedQuery
|
17922
19215
|
# @private
|
17923
19216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20717,6 +22010,15 @@ module Google
|
|
20717
22010
|
end
|
20718
22011
|
end
|
20719
22012
|
|
22013
|
+
class GoogleCloudAiplatformV1beta1SummaryMetrics
|
22014
|
+
# @private
|
22015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22016
|
+
property :failed_items, as: 'failedItems'
|
22017
|
+
hash :metrics, as: 'metrics'
|
22018
|
+
property :total_items, as: 'totalItems'
|
22019
|
+
end
|
22020
|
+
end
|
22021
|
+
|
20720
22022
|
class GoogleCloudAiplatformV1beta1SupervisedHyperParameters
|
20721
22023
|
# @private
|
20722
22024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20778,6 +22080,8 @@ module Google
|
|
20778
22080
|
class GoogleCloudAiplatformV1beta1SupervisedTuningSpec
|
20779
22081
|
# @private
|
20780
22082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
22083
|
+
property :evaluation_config, as: 'evaluationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluationConfig::Representation
|
22084
|
+
|
20781
22085
|
property :export_last_checkpoint_only, as: 'exportLastCheckpointOnly'
|
20782
22086
|
property :hyper_parameters, as: 'hyperParameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedHyperParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedHyperParameters::Representation
|
20783
22087
|
|
@@ -20800,6 +22104,23 @@ module Google
|
|
20800
22104
|
end
|
20801
22105
|
end
|
20802
22106
|
|
22107
|
+
class GoogleCloudAiplatformV1beta1SyntheticExample
|
22108
|
+
# @private
|
22109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22110
|
+
collection :fields, as: 'fields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SyntheticField, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SyntheticField::Representation
|
22111
|
+
|
22112
|
+
end
|
22113
|
+
end
|
22114
|
+
|
22115
|
+
class GoogleCloudAiplatformV1beta1SyntheticField
|
22116
|
+
# @private
|
22117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22118
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
22119
|
+
|
22120
|
+
property :field_name, as: 'fieldName'
|
22121
|
+
end
|
22122
|
+
end
|
22123
|
+
|
20803
22124
|
class GoogleCloudAiplatformV1beta1TfRecordDestination
|
20804
22125
|
# @private
|
20805
22126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20808,6 +22129,13 @@ module Google
|
|
20808
22129
|
end
|
20809
22130
|
end
|
20810
22131
|
|
22132
|
+
class GoogleCloudAiplatformV1beta1TaskDescriptionStrategy
|
22133
|
+
# @private
|
22134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22135
|
+
property :task_description, as: 'taskDescription'
|
22136
|
+
end
|
22137
|
+
end
|
22138
|
+
|
20811
22139
|
class GoogleCloudAiplatformV1beta1Tensor
|
20812
22140
|
# @private
|
20813
22141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21589,6 +22917,8 @@ module Google
|
|
21589
22917
|
property :end_time, as: 'endTime'
|
21590
22918
|
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
21591
22919
|
|
22920
|
+
collection :evaluate_dataset_runs, as: 'evaluateDatasetRuns', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetRun, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetRun::Representation
|
22921
|
+
|
21592
22922
|
property :experiment, as: 'experiment'
|
21593
22923
|
hash :labels, as: 'labels'
|
21594
22924
|
property :name, as: 'name'
|
@@ -21612,6 +22942,7 @@ module Google
|
|
21612
22942
|
property :tuned_model_display_name, as: 'tunedModelDisplayName'
|
21613
22943
|
property :tuning_data_stats, as: 'tuningDataStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TuningDataStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1TuningDataStats::Representation
|
21614
22944
|
|
22945
|
+
property :tuning_job_state, as: 'tuningJobState'
|
21615
22946
|
property :update_time, as: 'updateTime'
|
21616
22947
|
property :veo_tuning_spec, as: 'veoTuningSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VeoTuningSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VeoTuningSpec::Representation
|
21617
22948
|
|