google-apis-aiplatform_v1beta1 0.58.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 +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +2434 -19
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +1228 -33
- data/lib/google/apis/aiplatform_v1beta1/service.rb +822 -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,12 @@ 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
|
+
|
1477
1531
|
class GoogleCloudAiplatformV1beta1EvaluateDatasetRun
|
1478
1532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
1533
|
|
@@ -1516,6 +1570,162 @@ module Google
|
|
1516
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1517
1571
|
end
|
1518
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
|
+
|
1519
1729
|
class GoogleCloudAiplatformV1beta1Event
|
1520
1730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
1731
|
|
@@ -1630,6 +1840,18 @@ module Google
|
|
1630
1840
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1841
|
end
|
1632
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
|
+
|
1633
1855
|
class GoogleCloudAiplatformV1beta1Execution
|
1634
1856
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1857
|
|
@@ -2506,6 +2728,18 @@ module Google
|
|
2506
2728
|
include Google::Apis::Core::JsonObjectSupport
|
2507
2729
|
end
|
2508
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
|
+
|
2509
2743
|
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
2510
2744
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2511
2745
|
|
@@ -2542,6 +2776,18 @@ module Google
|
|
2542
2776
|
include Google::Apis::Core::JsonObjectSupport
|
2543
2777
|
end
|
2544
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
|
+
|
2545
2791
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
2546
2792
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2547
2793
|
|
@@ -3004,6 +3250,24 @@ module Google
|
|
3004
3250
|
include Google::Apis::Core::JsonObjectSupport
|
3005
3251
|
end
|
3006
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
|
+
|
3007
3271
|
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
3008
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3009
3273
|
|
@@ -3238,6 +3502,12 @@ module Google
|
|
3238
3502
|
include Google::Apis::Core::JsonObjectSupport
|
3239
3503
|
end
|
3240
3504
|
|
3505
|
+
class GoogleCloudAiplatformV1beta1ListSandboxEnvironmentsResponse
|
3506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3507
|
+
|
3508
|
+
include Google::Apis::Core::JsonObjectSupport
|
3509
|
+
end
|
3510
|
+
|
3241
3511
|
class GoogleCloudAiplatformV1beta1ListSavedQueriesResponse
|
3242
3512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
3513
|
|
@@ -3364,127 +3634,187 @@ module Google
|
|
3364
3634
|
include Google::Apis::Core::JsonObjectSupport
|
3365
3635
|
end
|
3366
3636
|
|
3367
|
-
class
|
3637
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig
|
3368
3638
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3369
3639
|
|
3370
3640
|
include Google::Apis::Core::JsonObjectSupport
|
3371
3641
|
end
|
3372
3642
|
|
3373
|
-
class
|
3643
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample
|
3374
3644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
3645
|
|
3376
3646
|
include Google::Apis::Core::JsonObjectSupport
|
3377
3647
|
end
|
3378
3648
|
|
3379
|
-
class
|
3649
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource
|
3380
3650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
3651
|
|
3382
3652
|
include Google::Apis::Core::JsonObjectSupport
|
3383
3653
|
end
|
3384
3654
|
|
3385
|
-
class
|
3655
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent
|
3386
3656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
3657
|
|
3388
3658
|
include Google::Apis::Core::JsonObjectSupport
|
3389
3659
|
end
|
3390
3660
|
|
3391
|
-
class
|
3661
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleGeneratedMemory
|
3392
3662
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3393
3663
|
|
3394
3664
|
include Google::Apis::Core::JsonObjectSupport
|
3395
3665
|
end
|
3396
3666
|
|
3397
|
-
class
|
3667
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic
|
3398
3668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3399
3669
|
|
3400
3670
|
include Google::Apis::Core::JsonObjectSupport
|
3401
3671
|
end
|
3402
3672
|
|
3403
|
-
class
|
3673
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic
|
3404
3674
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
3675
|
|
3406
3676
|
include Google::Apis::Core::JsonObjectSupport
|
3407
3677
|
end
|
3408
3678
|
|
3409
|
-
class
|
3679
|
+
class GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic
|
3410
3680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
3681
|
|
3412
3682
|
include Google::Apis::Core::JsonObjectSupport
|
3413
3683
|
end
|
3414
3684
|
|
3415
|
-
class
|
3685
|
+
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
3416
3686
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3417
3687
|
|
3418
3688
|
include Google::Apis::Core::JsonObjectSupport
|
3419
3689
|
end
|
3420
3690
|
|
3421
|
-
class
|
3691
|
+
class GoogleCloudAiplatformV1beta1Metadata
|
3422
3692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
3693
|
|
3424
3694
|
include Google::Apis::Core::JsonObjectSupport
|
3425
3695
|
end
|
3426
3696
|
|
3427
|
-
class
|
3697
|
+
class GoogleCloudAiplatformV1beta1MetadataSchema
|
3428
3698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
3699
|
|
3430
3700
|
include Google::Apis::Core::JsonObjectSupport
|
3431
3701
|
end
|
3432
3702
|
|
3433
|
-
class
|
3703
|
+
class GoogleCloudAiplatformV1beta1MetadataStore
|
3434
3704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
3705
|
|
3436
3706
|
include Google::Apis::Core::JsonObjectSupport
|
3437
3707
|
end
|
3438
3708
|
|
3439
|
-
class
|
3709
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreDataplexConfig
|
3440
3710
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
3711
|
|
3442
3712
|
include Google::Apis::Core::JsonObjectSupport
|
3443
3713
|
end
|
3444
3714
|
|
3445
|
-
class
|
3715
|
+
class GoogleCloudAiplatformV1beta1MetadataStoreMetadataStoreState
|
3446
3716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3447
3717
|
|
3448
3718
|
include Google::Apis::Core::JsonObjectSupport
|
3449
3719
|
end
|
3450
3720
|
|
3451
|
-
class
|
3721
|
+
class GoogleCloudAiplatformV1beta1Metric
|
3452
3722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3453
3723
|
|
3454
3724
|
include Google::Apis::Core::JsonObjectSupport
|
3455
3725
|
end
|
3456
3726
|
|
3457
|
-
class
|
3727
|
+
class GoogleCloudAiplatformV1beta1MetricResult
|
3458
3728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3459
3729
|
|
3460
3730
|
include Google::Apis::Core::JsonObjectSupport
|
3461
3731
|
end
|
3462
3732
|
|
3463
|
-
class
|
3733
|
+
class GoogleCloudAiplatformV1beta1MetricxInput
|
3464
3734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3465
3735
|
|
3466
3736
|
include Google::Apis::Core::JsonObjectSupport
|
3467
3737
|
end
|
3468
3738
|
|
3469
|
-
class
|
3739
|
+
class GoogleCloudAiplatformV1beta1MetricxInstance
|
3470
3740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
3741
|
|
3472
3742
|
include Google::Apis::Core::JsonObjectSupport
|
3473
3743
|
end
|
3474
3744
|
|
3475
|
-
class
|
3745
|
+
class GoogleCloudAiplatformV1beta1MetricxResult
|
3476
3746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3477
3747
|
|
3478
3748
|
include Google::Apis::Core::JsonObjectSupport
|
3479
3749
|
end
|
3480
3750
|
|
3481
|
-
class
|
3751
|
+
class GoogleCloudAiplatformV1beta1MetricxSpec
|
3482
3752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3483
3753
|
|
3484
3754
|
include Google::Apis::Core::JsonObjectSupport
|
3485
3755
|
end
|
3486
3756
|
|
3487
|
-
class
|
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
|
3782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3783
|
+
|
3784
|
+
include Google::Apis::Core::JsonObjectSupport
|
3785
|
+
end
|
3786
|
+
|
3787
|
+
class GoogleCloudAiplatformV1beta1MigratableResourceMlEngineModelVersion
|
3788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3789
|
+
|
3790
|
+
include Google::Apis::Core::JsonObjectSupport
|
3791
|
+
end
|
3792
|
+
|
3793
|
+
class GoogleCloudAiplatformV1beta1MigrateResourceRequest
|
3794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3795
|
+
|
3796
|
+
include Google::Apis::Core::JsonObjectSupport
|
3797
|
+
end
|
3798
|
+
|
3799
|
+
class GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlDatasetConfig
|
3800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3801
|
+
|
3802
|
+
include Google::Apis::Core::JsonObjectSupport
|
3803
|
+
end
|
3804
|
+
|
3805
|
+
class GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateAutomlModelConfig
|
3806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3807
|
+
|
3808
|
+
include Google::Apis::Core::JsonObjectSupport
|
3809
|
+
end
|
3810
|
+
|
3811
|
+
class GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfig
|
3812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3813
|
+
|
3814
|
+
include Google::Apis::Core::JsonObjectSupport
|
3815
|
+
end
|
3816
|
+
|
3817
|
+
class GoogleCloudAiplatformV1beta1MigrateResourceRequestMigrateDataLabelingDatasetConfigMigrateDataLabelingAnnotatedDatasetConfig
|
3488
3818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3489
3819
|
|
3490
3820
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -4180,6 +4510,18 @@ module Google
|
|
4180
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4181
4511
|
end
|
4182
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
|
+
|
4183
4525
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
4184
4526
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4185
4527
|
|
@@ -4438,6 +4780,12 @@ module Google
|
|
4438
4780
|
include Google::Apis::Core::JsonObjectSupport
|
4439
4781
|
end
|
4440
4782
|
|
4783
|
+
class GoogleCloudAiplatformV1beta1PredefinedMetricSpec
|
4784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
|
+
|
4786
|
+
include Google::Apis::Core::JsonObjectSupport
|
4787
|
+
end
|
4788
|
+
|
4441
4789
|
class GoogleCloudAiplatformV1beta1PredefinedSplit
|
4442
4790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4443
4791
|
|
@@ -5254,6 +5602,18 @@ module Google
|
|
5254
5602
|
include Google::Apis::Core::JsonObjectSupport
|
5255
5603
|
end
|
5256
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
|
+
|
5257
5617
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
5258
5618
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5259
5619
|
|
@@ -5536,6 +5896,12 @@ module Google
|
|
5536
5896
|
include Google::Apis::Core::JsonObjectSupport
|
5537
5897
|
end
|
5538
5898
|
|
5899
|
+
class GoogleCloudAiplatformV1beta1Rubric
|
5900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5901
|
+
|
5902
|
+
include Google::Apis::Core::JsonObjectSupport
|
5903
|
+
end
|
5904
|
+
|
5539
5905
|
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
5540
5906
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5541
5907
|
|
@@ -5560,12 +5926,42 @@ module Google
|
|
5560
5926
|
include Google::Apis::Core::JsonObjectSupport
|
5561
5927
|
end
|
5562
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
|
+
|
5563
5941
|
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
5564
5942
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5565
5943
|
|
5566
5944
|
include Google::Apis::Core::JsonObjectSupport
|
5567
5945
|
end
|
5568
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
|
+
|
5569
5965
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
5570
5966
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5571
5967
|
|
@@ -5650,6 +6046,24 @@ module Google
|
|
5650
6046
|
include Google::Apis::Core::JsonObjectSupport
|
5651
6047
|
end
|
5652
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
|
+
|
5653
6067
|
class GoogleCloudAiplatformV1beta1SavedQuery
|
5654
6068
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5655
6069
|
|
@@ -7324,6 +7738,12 @@ module Google
|
|
7324
7738
|
include Google::Apis::Core::JsonObjectSupport
|
7325
7739
|
end
|
7326
7740
|
|
7741
|
+
class GoogleCloudAiplatformV1beta1SummaryMetrics
|
7742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7743
|
+
|
7744
|
+
include Google::Apis::Core::JsonObjectSupport
|
7745
|
+
end
|
7746
|
+
|
7327
7747
|
class GoogleCloudAiplatformV1beta1SupervisedHyperParameters
|
7328
7748
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7329
7749
|
|
@@ -7366,12 +7786,30 @@ module Google
|
|
7366
7786
|
include Google::Apis::Core::JsonObjectSupport
|
7367
7787
|
end
|
7368
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
|
+
|
7369
7801
|
class GoogleCloudAiplatformV1beta1TfRecordDestination
|
7370
7802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7371
7803
|
|
7372
7804
|
include Google::Apis::Core::JsonObjectSupport
|
7373
7805
|
end
|
7374
7806
|
|
7807
|
+
class GoogleCloudAiplatformV1beta1TaskDescriptionStrategy
|
7808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7809
|
+
|
7810
|
+
include Google::Apis::Core::JsonObjectSupport
|
7811
|
+
end
|
7812
|
+
|
7375
7813
|
class GoogleCloudAiplatformV1beta1Tensor
|
7376
7814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7377
7815
|
|
@@ -8565,6 +9003,33 @@ module Google
|
|
8565
9003
|
end
|
8566
9004
|
end
|
8567
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
|
+
|
8568
9033
|
class GoogleCloudAiplatformV1beta1Annotation
|
8569
9034
|
# @private
|
8570
9035
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8834,6 +9299,7 @@ module Google
|
|
8834
9299
|
# @private
|
8835
9300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8836
9301
|
property :metric_name, as: 'metricName'
|
9302
|
+
hash :monitored_resource_labels, as: 'monitoredResourceLabels'
|
8837
9303
|
property :target, as: 'target'
|
8838
9304
|
end
|
8839
9305
|
end
|
@@ -9172,6 +9638,27 @@ module Google
|
|
9172
9638
|
end
|
9173
9639
|
end
|
9174
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
|
+
|
9175
9662
|
class GoogleCloudAiplatformV1beta1BigQuerySource
|
9176
9663
|
# @private
|
9177
9664
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9304,6 +9791,12 @@ module Google
|
|
9304
9791
|
end
|
9305
9792
|
end
|
9306
9793
|
|
9794
|
+
class GoogleCloudAiplatformV1beta1CancelEvaluationRunRequest
|
9795
|
+
# @private
|
9796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9797
|
+
end
|
9798
|
+
end
|
9799
|
+
|
9307
9800
|
class GoogleCloudAiplatformV1beta1CancelHyperparameterTuningJobRequest
|
9308
9801
|
# @private
|
9309
9802
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9356,6 +9849,28 @@ module Google
|
|
9356
9849
|
end
|
9357
9850
|
end
|
9358
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
|
+
|
9359
9874
|
class GoogleCloudAiplatformV1beta1CheckPublisherModelEulaAcceptanceRequest
|
9360
9875
|
# @private
|
9361
9876
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9395,6 +9910,16 @@ module Google
|
|
9395
9910
|
end
|
9396
9911
|
end
|
9397
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
|
+
|
9398
9923
|
class GoogleCloudAiplatformV1beta1Citation
|
9399
9924
|
# @private
|
9400
9925
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10761,12 +11286,24 @@ module Google
|
|
10761
11286
|
end
|
10762
11287
|
end
|
10763
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
|
+
|
10764
11299
|
class GoogleCloudAiplatformV1beta1EvaluateDatasetRun
|
10765
11300
|
# @private
|
10766
11301
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10767
11302
|
property :checkpoint_id, as: 'checkpointId'
|
10768
11303
|
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
10769
11304
|
|
11305
|
+
property :evaluate_dataset_response, as: 'evaluateDatasetResponse', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EvaluateDatasetResponse::Representation
|
11306
|
+
|
10770
11307
|
property :operation_name, as: 'operationName'
|
10771
11308
|
end
|
10772
11309
|
end
|
@@ -10790,6 +11327,10 @@ module Google
|
|
10790
11327
|
|
10791
11328
|
property :groundedness_input, as: 'groundednessInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessInput::Representation
|
10792
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
|
+
|
10793
11334
|
property :metricx_input, as: 'metricxInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxInput::Representation
|
10794
11335
|
|
10795
11336
|
property :pairwise_metric_input, as: 'pairwiseMetricInput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricInput::Representation
|
@@ -10860,6 +11401,8 @@ module Google
|
|
10860
11401
|
|
10861
11402
|
property :groundedness_result, as: 'groundednessResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundednessResult::Representation
|
10862
11403
|
|
11404
|
+
collection :metric_results, as: 'metricResults', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricResult::Representation
|
11405
|
+
|
10863
11406
|
property :metricx_result, as: 'metricxResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MetricxResult::Representation
|
10864
11407
|
|
10865
11408
|
property :pairwise_metric_result, as: 'pairwiseMetricResult', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PairwiseMetricResult::Representation
|
@@ -10959,6 +11502,310 @@ module Google
|
|
10959
11502
|
end
|
10960
11503
|
end
|
10961
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
|
+
|
10962
11809
|
class GoogleCloudAiplatformV1beta1Event
|
10963
11810
|
# @private
|
10964
11811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11122,25 +11969,41 @@ module Google
|
|
11122
11969
|
class GoogleCloudAiplatformV1beta1ExecutableCode
|
11123
11970
|
# @private
|
11124
11971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11125
|
-
property :code, as: 'code'
|
11126
|
-
property :language, as: 'language'
|
11972
|
+
property :code, as: 'code'
|
11973
|
+
property :language, as: 'language'
|
11974
|
+
end
|
11975
|
+
end
|
11976
|
+
|
11977
|
+
class GoogleCloudAiplatformV1beta1ExecuteExtensionRequest
|
11978
|
+
# @private
|
11979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11980
|
+
property :operation_id, as: 'operationId'
|
11981
|
+
hash :operation_params, as: 'operationParams'
|
11982
|
+
property :runtime_auth_config, as: 'runtimeAuthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
11983
|
+
|
11984
|
+
end
|
11985
|
+
end
|
11986
|
+
|
11987
|
+
class GoogleCloudAiplatformV1beta1ExecuteExtensionResponse
|
11988
|
+
# @private
|
11989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11990
|
+
property :content, as: 'content'
|
11127
11991
|
end
|
11128
11992
|
end
|
11129
11993
|
|
11130
|
-
class
|
11994
|
+
class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentRequest
|
11131
11995
|
# @private
|
11132
11996
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11133
|
-
|
11134
|
-
hash :operation_params, as: 'operationParams'
|
11135
|
-
property :runtime_auth_config, as: 'runtimeAuthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
11997
|
+
collection :inputs, as: 'inputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk::Representation
|
11136
11998
|
|
11137
11999
|
end
|
11138
12000
|
end
|
11139
12001
|
|
11140
|
-
class
|
12002
|
+
class GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentResponse
|
11141
12003
|
# @private
|
11142
12004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11143
|
-
|
12005
|
+
collection :outputs, as: 'outputs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Chunk::Representation
|
12006
|
+
|
11144
12007
|
end
|
11145
12008
|
end
|
11146
12009
|
|
@@ -12662,6 +13525,26 @@ module Google
|
|
12662
13525
|
end
|
12663
13526
|
end
|
12664
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
|
+
|
12665
13548
|
class GoogleCloudAiplatformV1beta1GenerateMemoriesRequest
|
12666
13549
|
# @private
|
12667
13550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12716,6 +13599,27 @@ module Google
|
|
12716
13599
|
end
|
12717
13600
|
end
|
12718
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
|
+
|
12719
13623
|
class GoogleCloudAiplatformV1beta1GenerateVideoResponse
|
12720
13624
|
# @private
|
12721
13625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12844,10 +13748,6 @@ module Google
|
|
12844
13748
|
class GoogleCloudAiplatformV1beta1GoogleMaps
|
12845
13749
|
# @private
|
12846
13750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12847
|
-
property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuth::Representation
|
12848
|
-
|
12849
|
-
property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfig::Representation
|
12850
|
-
|
12851
13751
|
end
|
12852
13752
|
end
|
12853
13753
|
|
@@ -13559,6 +14459,33 @@ module Google
|
|
13559
14459
|
end
|
13560
14460
|
end
|
13561
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
|
+
|
13562
14489
|
class GoogleCloudAiplatformV1beta1ListEventsResponse
|
13563
14490
|
# @private
|
13564
14491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13906,6 +14833,15 @@ module Google
|
|
13906
14833
|
end
|
13907
14834
|
end
|
13908
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
|
+
|
13909
14845
|
class GoogleCloudAiplatformV1beta1ListSavedQueriesResponse
|
13910
14846
|
# @private
|
13911
14847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14053,6 +14989,7 @@ module Google
|
|
14053
14989
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14054
14990
|
property :accelerator_count, as: 'acceleratorCount'
|
14055
14991
|
property :accelerator_type, as: 'acceleratorType'
|
14992
|
+
property :gpu_partition_size, as: 'gpuPartitionSize'
|
14056
14993
|
property :machine_type, as: 'machineType'
|
14057
14994
|
property :multihost_gpu_node_count, as: 'multihostGpuNodeCount'
|
14058
14995
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReservationAffinity, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReservationAffinity::Representation
|
@@ -14101,6 +15038,75 @@ module Google
|
|
14101
15038
|
end
|
14102
15039
|
end
|
14103
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
|
+
|
14104
15110
|
class GoogleCloudAiplatformV1beta1MergeVersionAliasesRequest
|
14105
15111
|
# @private
|
14106
15112
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14108,6 +15114,13 @@ module Google
|
|
14108
15114
|
end
|
14109
15115
|
end
|
14110
15116
|
|
15117
|
+
class GoogleCloudAiplatformV1beta1Metadata
|
15118
|
+
# @private
|
15119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15120
|
+
hash :attributes, as: 'attributes'
|
15121
|
+
end
|
15122
|
+
end
|
15123
|
+
|
14111
15124
|
class GoogleCloudAiplatformV1beta1MetadataSchema
|
14112
15125
|
# @private
|
14113
15126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14162,11 +15175,23 @@ module Google
|
|
14162
15175
|
|
14163
15176
|
property :pointwise_metric_spec, as: 'pointwiseMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PointwiseMetricSpec::Representation
|
14164
15177
|
|
15178
|
+
property :predefined_metric_spec, as: 'predefinedMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredefinedMetricSpec::Representation
|
15179
|
+
|
14165
15180
|
property :rouge_spec, as: 'rougeSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RougeSpec::Representation
|
14166
15181
|
|
14167
15182
|
end
|
14168
15183
|
end
|
14169
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
|
+
|
14170
15195
|
class GoogleCloudAiplatformV1beta1MetricxInput
|
14171
15196
|
# @private
|
14172
15197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15647,6 +16672,22 @@ module Google
|
|
15647
16672
|
end
|
15648
16673
|
end
|
15649
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
|
+
|
15650
16691
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
15651
16692
|
# @private
|
15652
16693
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16125,6 +17166,14 @@ module Google
|
|
16125
17166
|
end
|
16126
17167
|
end
|
16127
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
|
+
|
16128
17177
|
class GoogleCloudAiplatformV1beta1PredefinedSplit
|
16129
17178
|
# @private
|
16130
17179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17433,10 +18482,14 @@ module Google
|
|
17433
18482
|
class GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfig
|
17434
18483
|
# @private
|
17435
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
|
+
|
17436
18487
|
property :generation_config, as: 'generationConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig::Representation
|
17437
18488
|
|
17438
18489
|
property :similarity_search_config, as: 'similaritySearchConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigSimilaritySearchConfig::Representation
|
17439
18490
|
|
18491
|
+
property :ttl_config, as: 'ttlConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineContextSpecMemoryBankConfigTtlConfig::Representation
|
18492
|
+
|
17440
18493
|
end
|
17441
18494
|
end
|
17442
18495
|
|
@@ -17454,6 +18507,24 @@ module Google
|
|
17454
18507
|
end
|
17455
18508
|
end
|
17456
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
|
+
|
17457
18528
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
|
17458
18529
|
# @private
|
17459
18530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17470,6 +18541,7 @@ module Google
|
|
17470
18541
|
class GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpec
|
17471
18542
|
# @private
|
17472
18543
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18544
|
+
property :agent_server_mode, as: 'agentServerMode'
|
17473
18545
|
property :container_concurrency, as: 'containerConcurrency'
|
17474
18546
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
17475
18547
|
|
@@ -17881,6 +18953,17 @@ module Google
|
|
17881
18953
|
end
|
17882
18954
|
end
|
17883
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
|
+
|
17884
18967
|
class GoogleCloudAiplatformV1beta1RubricBasedInstructionFollowingInput
|
17885
18968
|
# @private
|
17886
18969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17913,6 +18996,21 @@ module Google
|
|
17913
18996
|
end
|
17914
18997
|
end
|
17915
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
|
+
|
17916
19014
|
class GoogleCloudAiplatformV1beta1RubricCritiqueResult
|
17917
19015
|
# @private
|
17918
19016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17921,6 +19019,37 @@ module Google
|
|
17921
19019
|
end
|
17922
19020
|
end
|
17923
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
|
+
|
17924
19053
|
class GoogleCloudAiplatformV1beta1RuntimeArtifact
|
17925
19054
|
# @private
|
17926
19055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18049,6 +19178,39 @@ module Google
|
|
18049
19178
|
end
|
18050
19179
|
end
|
18051
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
|
+
|
18052
19214
|
class GoogleCloudAiplatformV1beta1SavedQuery
|
18053
19215
|
# @private
|
18054
19216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20848,6 +22010,15 @@ module Google
|
|
20848
22010
|
end
|
20849
22011
|
end
|
20850
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
|
+
|
20851
22022
|
class GoogleCloudAiplatformV1beta1SupervisedHyperParameters
|
20852
22023
|
# @private
|
20853
22024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20933,6 +22104,23 @@ module Google
|
|
20933
22104
|
end
|
20934
22105
|
end
|
20935
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
|
+
|
20936
22124
|
class GoogleCloudAiplatformV1beta1TfRecordDestination
|
20937
22125
|
# @private
|
20938
22126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20941,6 +22129,13 @@ module Google
|
|
20941
22129
|
end
|
20942
22130
|
end
|
20943
22131
|
|
22132
|
+
class GoogleCloudAiplatformV1beta1TaskDescriptionStrategy
|
22133
|
+
# @private
|
22134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22135
|
+
property :task_description, as: 'taskDescription'
|
22136
|
+
end
|
22137
|
+
end
|
22138
|
+
|
20944
22139
|
class GoogleCloudAiplatformV1beta1Tensor
|
20945
22140
|
# @private
|
20946
22141
|
class Representation < Google::Apis::Core::JsonRepresentation
|