google-apis-aiplatform_v1 0.26.0 → 0.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1/classes.rb +9120 -6621
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +1546 -156
- data/lib/google/apis/aiplatform_v1/service.rb +611 -28
- metadata +3 -3
@@ -388,6 +388,36 @@ module Google
|
|
388
388
|
include Google::Apis::Core::JsonObjectSupport
|
389
389
|
end
|
390
390
|
|
391
|
+
class GoogleCloudAiplatformV1BleuInput
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudAiplatformV1BleuInstance
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudAiplatformV1BleuMetricValue
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudAiplatformV1BleuResults
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudAiplatformV1BleuSpec
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
391
421
|
class GoogleCloudAiplatformV1Blob
|
392
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
423
|
|
@@ -490,6 +520,30 @@ module Google
|
|
490
520
|
include Google::Apis::Core::JsonObjectSupport
|
491
521
|
end
|
492
522
|
|
523
|
+
class GoogleCloudAiplatformV1CoherenceInput
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleCloudAiplatformV1CoherenceInstance
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleCloudAiplatformV1CoherenceResult
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleCloudAiplatformV1CoherenceSpec
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
493
547
|
class GoogleCloudAiplatformV1CompleteTrialRequest
|
494
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
549
|
|
@@ -754,24 +808,6 @@ module Google
|
|
754
808
|
include Google::Apis::Core::JsonObjectSupport
|
755
809
|
end
|
756
810
|
|
757
|
-
class GoogleCloudAiplatformV1DatasetDistribution
|
758
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
-
|
760
|
-
include Google::Apis::Core::JsonObjectSupport
|
761
|
-
end
|
762
|
-
|
763
|
-
class GoogleCloudAiplatformV1DatasetDistributionDistributionBucket
|
764
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
-
|
766
|
-
include Google::Apis::Core::JsonObjectSupport
|
767
|
-
end
|
768
|
-
|
769
|
-
class GoogleCloudAiplatformV1DatasetStats
|
770
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
-
|
772
|
-
include Google::Apis::Core::JsonObjectSupport
|
773
|
-
end
|
774
|
-
|
775
811
|
class GoogleCloudAiplatformV1DatasetVersion
|
776
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
813
|
|
@@ -952,12 +988,6 @@ module Google
|
|
952
988
|
include Google::Apis::Core::JsonObjectSupport
|
953
989
|
end
|
954
990
|
|
955
|
-
class GoogleCloudAiplatformV1DistillationDataStats
|
956
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
-
|
958
|
-
include Google::Apis::Core::JsonObjectSupport
|
959
|
-
end
|
960
|
-
|
961
991
|
class GoogleCloudAiplatformV1DoubleArray
|
962
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
993
|
|
@@ -1006,6 +1036,18 @@ module Google
|
|
1006
1036
|
include Google::Apis::Core::JsonObjectSupport
|
1007
1037
|
end
|
1008
1038
|
|
1039
|
+
class GoogleCloudAiplatformV1EvaluateInstancesRequest
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class GoogleCloudAiplatformV1EvaluateInstancesResponse
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1009
1051
|
class GoogleCloudAiplatformV1EvaluatedAnnotation
|
1010
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
1053
|
|
@@ -1024,6 +1066,36 @@ module Google
|
|
1024
1066
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1067
|
end
|
1026
1068
|
|
1069
|
+
class GoogleCloudAiplatformV1ExactMatchInput
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1071
|
+
|
1072
|
+
include Google::Apis::Core::JsonObjectSupport
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class GoogleCloudAiplatformV1ExactMatchInstance
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1077
|
+
|
1078
|
+
include Google::Apis::Core::JsonObjectSupport
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class GoogleCloudAiplatformV1ExactMatchMetricValue
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class GoogleCloudAiplatformV1ExactMatchResults
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1089
|
+
|
1090
|
+
include Google::Apis::Core::JsonObjectSupport
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class GoogleCloudAiplatformV1ExactMatchSpec
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1095
|
+
|
1096
|
+
include Google::Apis::Core::JsonObjectSupport
|
1097
|
+
end
|
1098
|
+
|
1027
1099
|
class GoogleCloudAiplatformV1Examples
|
1028
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1101
|
|
@@ -1528,12 +1600,60 @@ module Google
|
|
1528
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1529
1601
|
end
|
1530
1602
|
|
1603
|
+
class GoogleCloudAiplatformV1FluencyInput
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
+
|
1606
|
+
include Google::Apis::Core::JsonObjectSupport
|
1607
|
+
end
|
1608
|
+
|
1609
|
+
class GoogleCloudAiplatformV1FluencyInstance
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
class GoogleCloudAiplatformV1FluencyResult
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
+
|
1618
|
+
include Google::Apis::Core::JsonObjectSupport
|
1619
|
+
end
|
1620
|
+
|
1621
|
+
class GoogleCloudAiplatformV1FluencySpec
|
1622
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
|
+
|
1624
|
+
include Google::Apis::Core::JsonObjectSupport
|
1625
|
+
end
|
1626
|
+
|
1531
1627
|
class GoogleCloudAiplatformV1FractionSplit
|
1532
1628
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
1629
|
|
1534
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1535
1631
|
end
|
1536
1632
|
|
1633
|
+
class GoogleCloudAiplatformV1FulfillmentInput
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class GoogleCloudAiplatformV1FulfillmentInstance
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
+
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
1643
|
+
end
|
1644
|
+
|
1645
|
+
class GoogleCloudAiplatformV1FulfillmentResult
|
1646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1647
|
+
|
1648
|
+
include Google::Apis::Core::JsonObjectSupport
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class GoogleCloudAiplatformV1FulfillmentSpec
|
1652
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1653
|
+
|
1654
|
+
include Google::Apis::Core::JsonObjectSupport
|
1655
|
+
end
|
1656
|
+
|
1537
1657
|
class GoogleCloudAiplatformV1FunctionCall
|
1538
1658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
1659
|
|
@@ -1618,6 +1738,30 @@ module Google
|
|
1618
1738
|
include Google::Apis::Core::JsonObjectSupport
|
1619
1739
|
end
|
1620
1740
|
|
1741
|
+
class GoogleCloudAiplatformV1GroundednessInput
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
|
+
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class GoogleCloudAiplatformV1GroundednessInstance
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
|
+
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class GoogleCloudAiplatformV1GroundednessResult
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
class GoogleCloudAiplatformV1GroundednessSpec
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
|
+
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
1763
|
+
end
|
1764
|
+
|
1621
1765
|
class GoogleCloudAiplatformV1GroundingMetadata
|
1622
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1623
1767
|
|
@@ -2584,6 +2728,54 @@ module Google
|
|
2584
2728
|
include Google::Apis::Core::JsonObjectSupport
|
2585
2729
|
end
|
2586
2730
|
|
2731
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput
|
2732
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2733
|
+
|
2734
|
+
include Google::Apis::Core::JsonObjectSupport
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInstance
|
2738
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2739
|
+
|
2740
|
+
include Google::Apis::Core::JsonObjectSupport
|
2741
|
+
end
|
2742
|
+
|
2743
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2745
|
+
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
2747
|
+
end
|
2748
|
+
|
2749
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualitySpec
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
2753
|
+
end
|
2754
|
+
|
2755
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualityInput
|
2756
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2757
|
+
|
2758
|
+
include Google::Apis::Core::JsonObjectSupport
|
2759
|
+
end
|
2760
|
+
|
2761
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualityInstance
|
2762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2763
|
+
|
2764
|
+
include Google::Apis::Core::JsonObjectSupport
|
2765
|
+
end
|
2766
|
+
|
2767
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualityResult
|
2768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2769
|
+
|
2770
|
+
include Google::Apis::Core::JsonObjectSupport
|
2771
|
+
end
|
2772
|
+
|
2773
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualitySpec
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2775
|
+
|
2776
|
+
include Google::Apis::Core::JsonObjectSupport
|
2777
|
+
end
|
2778
|
+
|
2587
2779
|
class GoogleCloudAiplatformV1Part
|
2588
2780
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2589
2781
|
|
@@ -2878,223 +3070,367 @@ module Google
|
|
2878
3070
|
include Google::Apis::Core::JsonObjectSupport
|
2879
3071
|
end
|
2880
3072
|
|
2881
|
-
class
|
3073
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput
|
2882
3074
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
3075
|
|
2884
3076
|
include Google::Apis::Core::JsonObjectSupport
|
2885
3077
|
end
|
2886
3078
|
|
2887
|
-
class
|
3079
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInstance
|
2888
3080
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
3081
|
|
2890
3082
|
include Google::Apis::Core::JsonObjectSupport
|
2891
3083
|
end
|
2892
3084
|
|
2893
|
-
class
|
3085
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult
|
2894
3086
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2895
3087
|
|
2896
3088
|
include Google::Apis::Core::JsonObjectSupport
|
2897
3089
|
end
|
2898
3090
|
|
2899
|
-
class
|
3091
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessSpec
|
2900
3092
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
3093
|
|
2902
3094
|
include Google::Apis::Core::JsonObjectSupport
|
2903
3095
|
end
|
2904
3096
|
|
2905
|
-
class
|
3097
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput
|
2906
3098
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
3099
|
|
2908
3100
|
include Google::Apis::Core::JsonObjectSupport
|
2909
3101
|
end
|
2910
3102
|
|
2911
|
-
class
|
3103
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInstance
|
2912
3104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2913
3105
|
|
2914
3106
|
include Google::Apis::Core::JsonObjectSupport
|
2915
3107
|
end
|
2916
3108
|
|
2917
|
-
class
|
3109
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult
|
2918
3110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2919
3111
|
|
2920
3112
|
include Google::Apis::Core::JsonObjectSupport
|
2921
3113
|
end
|
2922
3114
|
|
2923
|
-
class
|
3115
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec
|
2924
3116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2925
3117
|
|
2926
3118
|
include Google::Apis::Core::JsonObjectSupport
|
2927
3119
|
end
|
2928
3120
|
|
2929
|
-
class
|
3121
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualityInput
|
2930
3122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2931
3123
|
|
2932
3124
|
include Google::Apis::Core::JsonObjectSupport
|
2933
3125
|
end
|
2934
3126
|
|
2935
|
-
class
|
3127
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualityInstance
|
2936
3128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2937
3129
|
|
2938
3130
|
include Google::Apis::Core::JsonObjectSupport
|
2939
3131
|
end
|
2940
3132
|
|
2941
|
-
class
|
3133
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualityResult
|
2942
3134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2943
3135
|
|
2944
3136
|
include Google::Apis::Core::JsonObjectSupport
|
2945
3137
|
end
|
2946
3138
|
|
2947
|
-
class
|
3139
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualitySpec
|
2948
3140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2949
3141
|
|
2950
3142
|
include Google::Apis::Core::JsonObjectSupport
|
2951
3143
|
end
|
2952
3144
|
|
2953
|
-
class
|
3145
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput
|
2954
3146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2955
3147
|
|
2956
3148
|
include Google::Apis::Core::JsonObjectSupport
|
2957
3149
|
end
|
2958
3150
|
|
2959
|
-
class
|
3151
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceInstance
|
2960
3152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2961
3153
|
|
2962
3154
|
include Google::Apis::Core::JsonObjectSupport
|
2963
3155
|
end
|
2964
3156
|
|
2965
|
-
class
|
3157
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult
|
2966
3158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2967
3159
|
|
2968
3160
|
include Google::Apis::Core::JsonObjectSupport
|
2969
3161
|
end
|
2970
3162
|
|
2971
|
-
class
|
3163
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceSpec
|
2972
3164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
3165
|
|
2974
3166
|
include Google::Apis::Core::JsonObjectSupport
|
2975
3167
|
end
|
2976
3168
|
|
2977
|
-
class
|
3169
|
+
class GoogleCloudAiplatformV1RawPredictRequest
|
2978
3170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
3171
|
|
2980
3172
|
include Google::Apis::Core::JsonObjectSupport
|
2981
3173
|
end
|
2982
3174
|
|
2983
|
-
class
|
3175
|
+
class GoogleCloudAiplatformV1RayMetricSpec
|
2984
3176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2985
3177
|
|
2986
3178
|
include Google::Apis::Core::JsonObjectSupport
|
2987
3179
|
end
|
2988
3180
|
|
2989
|
-
class
|
3181
|
+
class GoogleCloudAiplatformV1RaySpec
|
2990
3182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
3183
|
|
2992
3184
|
include Google::Apis::Core::JsonObjectSupport
|
2993
3185
|
end
|
2994
3186
|
|
2995
|
-
class
|
3187
|
+
class GoogleCloudAiplatformV1ReadFeatureValuesRequest
|
2996
3188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
3189
|
|
2998
3190
|
include Google::Apis::Core::JsonObjectSupport
|
2999
3191
|
end
|
3000
3192
|
|
3001
|
-
class
|
3193
|
+
class GoogleCloudAiplatformV1ReadFeatureValuesResponse
|
3002
3194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
3195
|
|
3004
3196
|
include Google::Apis::Core::JsonObjectSupport
|
3005
3197
|
end
|
3006
3198
|
|
3007
|
-
class
|
3199
|
+
class GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView
|
3008
3200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3009
3201
|
|
3010
3202
|
include Google::Apis::Core::JsonObjectSupport
|
3011
3203
|
end
|
3012
3204
|
|
3013
|
-
class
|
3205
|
+
class GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData
|
3014
3206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
3207
|
|
3016
3208
|
include Google::Apis::Core::JsonObjectSupport
|
3017
3209
|
end
|
3018
3210
|
|
3019
|
-
class
|
3211
|
+
class GoogleCloudAiplatformV1ReadFeatureValuesResponseFeatureDescriptor
|
3020
3212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3021
3213
|
|
3022
3214
|
include Google::Apis::Core::JsonObjectSupport
|
3023
3215
|
end
|
3024
3216
|
|
3025
|
-
class
|
3217
|
+
class GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader
|
3026
3218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3027
3219
|
|
3028
3220
|
include Google::Apis::Core::JsonObjectSupport
|
3029
3221
|
end
|
3030
3222
|
|
3031
|
-
class
|
3223
|
+
class GoogleCloudAiplatformV1ReadIndexDatapointsRequest
|
3032
3224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3033
3225
|
|
3034
3226
|
include Google::Apis::Core::JsonObjectSupport
|
3035
3227
|
end
|
3036
3228
|
|
3037
|
-
class
|
3229
|
+
class GoogleCloudAiplatformV1ReadIndexDatapointsResponse
|
3038
3230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
3231
|
|
3040
3232
|
include Google::Apis::Core::JsonObjectSupport
|
3041
3233
|
end
|
3042
3234
|
|
3043
|
-
class
|
3235
|
+
class GoogleCloudAiplatformV1ReadTensorboardBlobDataResponse
|
3044
3236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3045
3237
|
|
3046
3238
|
include Google::Apis::Core::JsonObjectSupport
|
3047
3239
|
end
|
3048
3240
|
|
3049
|
-
class
|
3241
|
+
class GoogleCloudAiplatformV1ReadTensorboardSizeResponse
|
3050
3242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3051
3243
|
|
3052
3244
|
include Google::Apis::Core::JsonObjectSupport
|
3053
3245
|
end
|
3054
3246
|
|
3055
|
-
class
|
3247
|
+
class GoogleCloudAiplatformV1ReadTensorboardTimeSeriesDataResponse
|
3056
3248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3057
3249
|
|
3058
3250
|
include Google::Apis::Core::JsonObjectSupport
|
3059
3251
|
end
|
3060
3252
|
|
3061
|
-
class
|
3253
|
+
class GoogleCloudAiplatformV1ReadTensorboardUsageResponse
|
3062
3254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3063
3255
|
|
3064
3256
|
include Google::Apis::Core::JsonObjectSupport
|
3065
3257
|
end
|
3066
3258
|
|
3067
|
-
class
|
3259
|
+
class GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerMonthUsageData
|
3068
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3069
3261
|
|
3070
3262
|
include Google::Apis::Core::JsonObjectSupport
|
3071
3263
|
end
|
3072
3264
|
|
3073
|
-
class
|
3265
|
+
class GoogleCloudAiplatformV1ReadTensorboardUsageResponsePerUserUsageData
|
3074
3266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3075
3267
|
|
3076
3268
|
include Google::Apis::Core::JsonObjectSupport
|
3077
3269
|
end
|
3078
3270
|
|
3079
|
-
class
|
3271
|
+
class GoogleCloudAiplatformV1RebootPersistentResourceOperationMetadata
|
3080
3272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3081
3273
|
|
3082
3274
|
include Google::Apis::Core::JsonObjectSupport
|
3083
3275
|
end
|
3084
3276
|
|
3085
|
-
class
|
3277
|
+
class GoogleCloudAiplatformV1RebootPersistentResourceRequest
|
3086
3278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3087
3279
|
|
3088
3280
|
include Google::Apis::Core::JsonObjectSupport
|
3089
3281
|
end
|
3090
3282
|
|
3091
|
-
class
|
3283
|
+
class GoogleCloudAiplatformV1RemoveContextChildrenRequest
|
3092
3284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3093
3285
|
|
3094
3286
|
include Google::Apis::Core::JsonObjectSupport
|
3095
3287
|
end
|
3096
3288
|
|
3097
|
-
class
|
3289
|
+
class GoogleCloudAiplatformV1RemoveContextChildrenResponse
|
3290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3291
|
+
|
3292
|
+
include Google::Apis::Core::JsonObjectSupport
|
3293
|
+
end
|
3294
|
+
|
3295
|
+
class GoogleCloudAiplatformV1RemoveDatapointsRequest
|
3296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3297
|
+
|
3298
|
+
include Google::Apis::Core::JsonObjectSupport
|
3299
|
+
end
|
3300
|
+
|
3301
|
+
class GoogleCloudAiplatformV1RemoveDatapointsResponse
|
3302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3303
|
+
|
3304
|
+
include Google::Apis::Core::JsonObjectSupport
|
3305
|
+
end
|
3306
|
+
|
3307
|
+
class GoogleCloudAiplatformV1ResourcePool
|
3308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3309
|
+
|
3310
|
+
include Google::Apis::Core::JsonObjectSupport
|
3311
|
+
end
|
3312
|
+
|
3313
|
+
class GoogleCloudAiplatformV1ResourcePoolAutoscalingSpec
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3315
|
+
|
3316
|
+
include Google::Apis::Core::JsonObjectSupport
|
3317
|
+
end
|
3318
|
+
|
3319
|
+
class GoogleCloudAiplatformV1ResourceRuntime
|
3320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3321
|
+
|
3322
|
+
include Google::Apis::Core::JsonObjectSupport
|
3323
|
+
end
|
3324
|
+
|
3325
|
+
class GoogleCloudAiplatformV1ResourceRuntimeSpec
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
|
+
|
3328
|
+
include Google::Apis::Core::JsonObjectSupport
|
3329
|
+
end
|
3330
|
+
|
3331
|
+
class GoogleCloudAiplatformV1ResourcesConsumed
|
3332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
|
+
|
3334
|
+
include Google::Apis::Core::JsonObjectSupport
|
3335
|
+
end
|
3336
|
+
|
3337
|
+
class GoogleCloudAiplatformV1RestoreDatasetVersionOperationMetadata
|
3338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3339
|
+
|
3340
|
+
include Google::Apis::Core::JsonObjectSupport
|
3341
|
+
end
|
3342
|
+
|
3343
|
+
class GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest
|
3344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3345
|
+
|
3346
|
+
include Google::Apis::Core::JsonObjectSupport
|
3347
|
+
end
|
3348
|
+
|
3349
|
+
class GoogleCloudAiplatformV1ResumeScheduleRequest
|
3350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3351
|
+
|
3352
|
+
include Google::Apis::Core::JsonObjectSupport
|
3353
|
+
end
|
3354
|
+
|
3355
|
+
class GoogleCloudAiplatformV1Retrieval
|
3356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3357
|
+
|
3358
|
+
include Google::Apis::Core::JsonObjectSupport
|
3359
|
+
end
|
3360
|
+
|
3361
|
+
class GoogleCloudAiplatformV1RougeInput
|
3362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3363
|
+
|
3364
|
+
include Google::Apis::Core::JsonObjectSupport
|
3365
|
+
end
|
3366
|
+
|
3367
|
+
class GoogleCloudAiplatformV1RougeInstance
|
3368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3369
|
+
|
3370
|
+
include Google::Apis::Core::JsonObjectSupport
|
3371
|
+
end
|
3372
|
+
|
3373
|
+
class GoogleCloudAiplatformV1RougeMetricValue
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
|
+
|
3376
|
+
include Google::Apis::Core::JsonObjectSupport
|
3377
|
+
end
|
3378
|
+
|
3379
|
+
class GoogleCloudAiplatformV1RougeResults
|
3380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
|
+
|
3382
|
+
include Google::Apis::Core::JsonObjectSupport
|
3383
|
+
end
|
3384
|
+
|
3385
|
+
class GoogleCloudAiplatformV1RougeSpec
|
3386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
|
+
|
3388
|
+
include Google::Apis::Core::JsonObjectSupport
|
3389
|
+
end
|
3390
|
+
|
3391
|
+
class GoogleCloudAiplatformV1SafetyInput
|
3392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3393
|
+
|
3394
|
+
include Google::Apis::Core::JsonObjectSupport
|
3395
|
+
end
|
3396
|
+
|
3397
|
+
class GoogleCloudAiplatformV1SafetyInstance
|
3398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3399
|
+
|
3400
|
+
include Google::Apis::Core::JsonObjectSupport
|
3401
|
+
end
|
3402
|
+
|
3403
|
+
class GoogleCloudAiplatformV1SafetyRating
|
3404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
|
+
|
3406
|
+
include Google::Apis::Core::JsonObjectSupport
|
3407
|
+
end
|
3408
|
+
|
3409
|
+
class GoogleCloudAiplatformV1SafetyResult
|
3410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
|
+
|
3412
|
+
include Google::Apis::Core::JsonObjectSupport
|
3413
|
+
end
|
3414
|
+
|
3415
|
+
class GoogleCloudAiplatformV1SafetySetting
|
3416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3417
|
+
|
3418
|
+
include Google::Apis::Core::JsonObjectSupport
|
3419
|
+
end
|
3420
|
+
|
3421
|
+
class GoogleCloudAiplatformV1SafetySpec
|
3422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
|
+
|
3424
|
+
include Google::Apis::Core::JsonObjectSupport
|
3425
|
+
end
|
3426
|
+
|
3427
|
+
class GoogleCloudAiplatformV1SampleConfig
|
3428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
|
+
|
3430
|
+
include Google::Apis::Core::JsonObjectSupport
|
3431
|
+
end
|
3432
|
+
|
3433
|
+
class GoogleCloudAiplatformV1SampledShapleyAttribution
|
3098
3434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3099
3435
|
|
3100
3436
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -4402,6 +4738,78 @@ module Google
|
|
4402
4738
|
include Google::Apis::Core::JsonObjectSupport
|
4403
4739
|
end
|
4404
4740
|
|
4741
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessInput
|
4742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4743
|
+
|
4744
|
+
include Google::Apis::Core::JsonObjectSupport
|
4745
|
+
end
|
4746
|
+
|
4747
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessInstance
|
4748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
|
+
|
4750
|
+
include Google::Apis::Core::JsonObjectSupport
|
4751
|
+
end
|
4752
|
+
|
4753
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessResult
|
4754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4755
|
+
|
4756
|
+
include Google::Apis::Core::JsonObjectSupport
|
4757
|
+
end
|
4758
|
+
|
4759
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessSpec
|
4760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4761
|
+
|
4762
|
+
include Google::Apis::Core::JsonObjectSupport
|
4763
|
+
end
|
4764
|
+
|
4765
|
+
class GoogleCloudAiplatformV1SummarizationQualityInput
|
4766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4767
|
+
|
4768
|
+
include Google::Apis::Core::JsonObjectSupport
|
4769
|
+
end
|
4770
|
+
|
4771
|
+
class GoogleCloudAiplatformV1SummarizationQualityInstance
|
4772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4773
|
+
|
4774
|
+
include Google::Apis::Core::JsonObjectSupport
|
4775
|
+
end
|
4776
|
+
|
4777
|
+
class GoogleCloudAiplatformV1SummarizationQualityResult
|
4778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4779
|
+
|
4780
|
+
include Google::Apis::Core::JsonObjectSupport
|
4781
|
+
end
|
4782
|
+
|
4783
|
+
class GoogleCloudAiplatformV1SummarizationQualitySpec
|
4784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
|
+
|
4786
|
+
include Google::Apis::Core::JsonObjectSupport
|
4787
|
+
end
|
4788
|
+
|
4789
|
+
class GoogleCloudAiplatformV1SummarizationVerbosityInput
|
4790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4791
|
+
|
4792
|
+
include Google::Apis::Core::JsonObjectSupport
|
4793
|
+
end
|
4794
|
+
|
4795
|
+
class GoogleCloudAiplatformV1SummarizationVerbosityInstance
|
4796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4797
|
+
|
4798
|
+
include Google::Apis::Core::JsonObjectSupport
|
4799
|
+
end
|
4800
|
+
|
4801
|
+
class GoogleCloudAiplatformV1SummarizationVerbosityResult
|
4802
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4803
|
+
|
4804
|
+
include Google::Apis::Core::JsonObjectSupport
|
4805
|
+
end
|
4806
|
+
|
4807
|
+
class GoogleCloudAiplatformV1SummarizationVerbositySpec
|
4808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4809
|
+
|
4810
|
+
include Google::Apis::Core::JsonObjectSupport
|
4811
|
+
end
|
4812
|
+
|
4405
4813
|
class GoogleCloudAiplatformV1SupervisedHyperParameters
|
4406
4814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4407
4815
|
|
@@ -4534,13 +4942,133 @@ module Google
|
|
4534
4942
|
include Google::Apis::Core::JsonObjectSupport
|
4535
4943
|
end
|
4536
4944
|
|
4537
|
-
class GoogleCloudAiplatformV1Tool
|
4945
|
+
class GoogleCloudAiplatformV1Tool
|
4946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4947
|
+
|
4948
|
+
include Google::Apis::Core::JsonObjectSupport
|
4949
|
+
end
|
4950
|
+
|
4951
|
+
class GoogleCloudAiplatformV1ToolCallValidInput
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4953
|
+
|
4954
|
+
include Google::Apis::Core::JsonObjectSupport
|
4955
|
+
end
|
4956
|
+
|
4957
|
+
class GoogleCloudAiplatformV1ToolCallValidInstance
|
4958
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4959
|
+
|
4960
|
+
include Google::Apis::Core::JsonObjectSupport
|
4961
|
+
end
|
4962
|
+
|
4963
|
+
class GoogleCloudAiplatformV1ToolCallValidMetricValue
|
4964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4965
|
+
|
4966
|
+
include Google::Apis::Core::JsonObjectSupport
|
4967
|
+
end
|
4968
|
+
|
4969
|
+
class GoogleCloudAiplatformV1ToolCallValidResults
|
4970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4971
|
+
|
4972
|
+
include Google::Apis::Core::JsonObjectSupport
|
4973
|
+
end
|
4974
|
+
|
4975
|
+
class GoogleCloudAiplatformV1ToolCallValidSpec
|
4976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4977
|
+
|
4978
|
+
include Google::Apis::Core::JsonObjectSupport
|
4979
|
+
end
|
4980
|
+
|
4981
|
+
class GoogleCloudAiplatformV1ToolConfig
|
4982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4983
|
+
|
4984
|
+
include Google::Apis::Core::JsonObjectSupport
|
4985
|
+
end
|
4986
|
+
|
4987
|
+
class GoogleCloudAiplatformV1ToolNameMatchInput
|
4988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4989
|
+
|
4990
|
+
include Google::Apis::Core::JsonObjectSupport
|
4991
|
+
end
|
4992
|
+
|
4993
|
+
class GoogleCloudAiplatformV1ToolNameMatchInstance
|
4994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4995
|
+
|
4996
|
+
include Google::Apis::Core::JsonObjectSupport
|
4997
|
+
end
|
4998
|
+
|
4999
|
+
class GoogleCloudAiplatformV1ToolNameMatchMetricValue
|
5000
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5001
|
+
|
5002
|
+
include Google::Apis::Core::JsonObjectSupport
|
5003
|
+
end
|
5004
|
+
|
5005
|
+
class GoogleCloudAiplatformV1ToolNameMatchResults
|
5006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5007
|
+
|
5008
|
+
include Google::Apis::Core::JsonObjectSupport
|
5009
|
+
end
|
5010
|
+
|
5011
|
+
class GoogleCloudAiplatformV1ToolNameMatchSpec
|
5012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5013
|
+
|
5014
|
+
include Google::Apis::Core::JsonObjectSupport
|
5015
|
+
end
|
5016
|
+
|
5017
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchInput
|
5018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5019
|
+
|
5020
|
+
include Google::Apis::Core::JsonObjectSupport
|
5021
|
+
end
|
5022
|
+
|
5023
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchInstance
|
5024
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5025
|
+
|
5026
|
+
include Google::Apis::Core::JsonObjectSupport
|
5027
|
+
end
|
5028
|
+
|
5029
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchMetricValue
|
5030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5031
|
+
|
5032
|
+
include Google::Apis::Core::JsonObjectSupport
|
5033
|
+
end
|
5034
|
+
|
5035
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchResults
|
5036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5037
|
+
|
5038
|
+
include Google::Apis::Core::JsonObjectSupport
|
5039
|
+
end
|
5040
|
+
|
5041
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchSpec
|
5042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5043
|
+
|
5044
|
+
include Google::Apis::Core::JsonObjectSupport
|
5045
|
+
end
|
5046
|
+
|
5047
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchInput
|
5048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5049
|
+
|
5050
|
+
include Google::Apis::Core::JsonObjectSupport
|
5051
|
+
end
|
5052
|
+
|
5053
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchInstance
|
5054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5055
|
+
|
5056
|
+
include Google::Apis::Core::JsonObjectSupport
|
5057
|
+
end
|
5058
|
+
|
5059
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchMetricValue
|
5060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5061
|
+
|
5062
|
+
include Google::Apis::Core::JsonObjectSupport
|
5063
|
+
end
|
5064
|
+
|
5065
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchResults
|
4538
5066
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4539
5067
|
|
4540
5068
|
include Google::Apis::Core::JsonObjectSupport
|
4541
5069
|
end
|
4542
5070
|
|
4543
|
-
class
|
5071
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchSpec
|
4544
5072
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4545
5073
|
|
4546
5074
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -4930,6 +5458,24 @@ module Google
|
|
4930
5458
|
include Google::Apis::Core::JsonObjectSupport
|
4931
5459
|
end
|
4932
5460
|
|
5461
|
+
class IntelligenceCloudAutomlXpsMetricEntry
|
5462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5463
|
+
|
5464
|
+
include Google::Apis::Core::JsonObjectSupport
|
5465
|
+
end
|
5466
|
+
|
5467
|
+
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
5468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5469
|
+
|
5470
|
+
include Google::Apis::Core::JsonObjectSupport
|
5471
|
+
end
|
5472
|
+
|
5473
|
+
class IntelligenceCloudAutomlXpsReportingMetrics
|
5474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5475
|
+
|
5476
|
+
include Google::Apis::Core::JsonObjectSupport
|
5477
|
+
end
|
5478
|
+
|
4933
5479
|
class CloudAiLargeModelsVisionGenerateVideoResponse
|
4934
5480
|
# @private
|
4935
5481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -4937,6 +5483,8 @@ module Google
|
|
4937
5483
|
|
4938
5484
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
4939
5485
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
5486
|
+
property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
|
5487
|
+
|
4940
5488
|
end
|
4941
5489
|
end
|
4942
5490
|
|
@@ -4991,6 +5539,7 @@ module Google
|
|
4991
5539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4992
5540
|
collection :detected_labels, as: 'detectedLabels', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfoDetectedLabels, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfoDetectedLabels::Representation
|
4993
5541
|
|
5542
|
+
property :model_name, as: 'modelName'
|
4994
5543
|
collection :rai_categories, as: 'raiCategories'
|
4995
5544
|
collection :scores, as: 'scores'
|
4996
5545
|
end
|
@@ -5528,6 +6077,45 @@ module Google
|
|
5528
6077
|
end
|
5529
6078
|
end
|
5530
6079
|
|
6080
|
+
class GoogleCloudAiplatformV1BleuInput
|
6081
|
+
# @private
|
6082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6083
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuInstance::Representation
|
6084
|
+
|
6085
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuSpec::Representation
|
6086
|
+
|
6087
|
+
end
|
6088
|
+
end
|
6089
|
+
|
6090
|
+
class GoogleCloudAiplatformV1BleuInstance
|
6091
|
+
# @private
|
6092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6093
|
+
property :prediction, as: 'prediction'
|
6094
|
+
property :reference, as: 'reference'
|
6095
|
+
end
|
6096
|
+
end
|
6097
|
+
|
6098
|
+
class GoogleCloudAiplatformV1BleuMetricValue
|
6099
|
+
# @private
|
6100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6101
|
+
property :score, as: 'score'
|
6102
|
+
end
|
6103
|
+
end
|
6104
|
+
|
6105
|
+
class GoogleCloudAiplatformV1BleuResults
|
6106
|
+
# @private
|
6107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6108
|
+
collection :bleu_metric_values, as: 'bleuMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuMetricValue::Representation
|
6109
|
+
|
6110
|
+
end
|
6111
|
+
end
|
6112
|
+
|
6113
|
+
class GoogleCloudAiplatformV1BleuSpec
|
6114
|
+
# @private
|
6115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6116
|
+
end
|
6117
|
+
end
|
6118
|
+
|
5531
6119
|
class GoogleCloudAiplatformV1Blob
|
5532
6120
|
# @private
|
5533
6121
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5659,6 +6247,39 @@ module Google
|
|
5659
6247
|
end
|
5660
6248
|
end
|
5661
6249
|
|
6250
|
+
class GoogleCloudAiplatformV1CoherenceInput
|
6251
|
+
# @private
|
6252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6253
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceInstance::Representation
|
6254
|
+
|
6255
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceSpec::Representation
|
6256
|
+
|
6257
|
+
end
|
6258
|
+
end
|
6259
|
+
|
6260
|
+
class GoogleCloudAiplatformV1CoherenceInstance
|
6261
|
+
# @private
|
6262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6263
|
+
property :prediction, as: 'prediction'
|
6264
|
+
end
|
6265
|
+
end
|
6266
|
+
|
6267
|
+
class GoogleCloudAiplatformV1CoherenceResult
|
6268
|
+
# @private
|
6269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6270
|
+
property :confidence, as: 'confidence'
|
6271
|
+
property :explanation, as: 'explanation'
|
6272
|
+
property :score, as: 'score'
|
6273
|
+
end
|
6274
|
+
end
|
6275
|
+
|
6276
|
+
class GoogleCloudAiplatformV1CoherenceSpec
|
6277
|
+
# @private
|
6278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6279
|
+
property :version, as: 'version'
|
6280
|
+
end
|
6281
|
+
end
|
6282
|
+
|
5662
6283
|
class GoogleCloudAiplatformV1CompleteTrialRequest
|
5663
6284
|
# @private
|
5664
6285
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6112,48 +6733,6 @@ module Google
|
|
6112
6733
|
end
|
6113
6734
|
end
|
6114
6735
|
|
6115
|
-
class GoogleCloudAiplatformV1DatasetDistribution
|
6116
|
-
# @private
|
6117
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6118
|
-
collection :buckets, as: 'buckets', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistributionDistributionBucket, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistributionDistributionBucket::Representation
|
6119
|
-
|
6120
|
-
property :max, as: 'max'
|
6121
|
-
property :mean, as: 'mean'
|
6122
|
-
property :median, as: 'median'
|
6123
|
-
property :min, as: 'min'
|
6124
|
-
property :p5, as: 'p5'
|
6125
|
-
property :p95, as: 'p95'
|
6126
|
-
property :sum, as: 'sum'
|
6127
|
-
end
|
6128
|
-
end
|
6129
|
-
|
6130
|
-
class GoogleCloudAiplatformV1DatasetDistributionDistributionBucket
|
6131
|
-
# @private
|
6132
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6133
|
-
property :count, :numeric_string => true, as: 'count'
|
6134
|
-
property :left, as: 'left'
|
6135
|
-
property :right, as: 'right'
|
6136
|
-
end
|
6137
|
-
end
|
6138
|
-
|
6139
|
-
class GoogleCloudAiplatformV1DatasetStats
|
6140
|
-
# @private
|
6141
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6142
|
-
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
6143
|
-
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
6144
|
-
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
6145
|
-
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
6146
|
-
collection :user_dataset_examples, as: 'userDatasetExamples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
6147
|
-
|
6148
|
-
property :user_input_token_distribution, as: 'userInputTokenDistribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistribution::Representation
|
6149
|
-
|
6150
|
-
property :user_message_per_example_distribution, as: 'userMessagePerExampleDistribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistribution::Representation
|
6151
|
-
|
6152
|
-
property :user_output_token_distribution, as: 'userOutputTokenDistribution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistribution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetDistribution::Representation
|
6153
|
-
|
6154
|
-
end
|
6155
|
-
end
|
6156
|
-
|
6157
6736
|
class GoogleCloudAiplatformV1DatasetVersion
|
6158
6737
|
# @private
|
6159
6738
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6454,14 +7033,6 @@ module Google
|
|
6454
7033
|
end
|
6455
7034
|
end
|
6456
7035
|
|
6457
|
-
class GoogleCloudAiplatformV1DistillationDataStats
|
6458
|
-
# @private
|
6459
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6460
|
-
property :training_dataset_stats, as: 'trainingDatasetStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetStats::Representation
|
6461
|
-
|
6462
|
-
end
|
6463
|
-
end
|
6464
|
-
|
6465
7036
|
class GoogleCloudAiplatformV1DoubleArray
|
6466
7037
|
# @private
|
6467
7038
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6552,6 +7123,102 @@ module Google
|
|
6552
7123
|
end
|
6553
7124
|
end
|
6554
7125
|
|
7126
|
+
class GoogleCloudAiplatformV1EvaluateInstancesRequest
|
7127
|
+
# @private
|
7128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7129
|
+
property :bleu_input, as: 'bleuInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuInput::Representation
|
7130
|
+
|
7131
|
+
property :coherence_input, as: 'coherenceInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceInput::Representation
|
7132
|
+
|
7133
|
+
property :exact_match_input, as: 'exactMatchInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchInput::Representation
|
7134
|
+
|
7135
|
+
property :fluency_input, as: 'fluencyInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencyInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencyInput::Representation
|
7136
|
+
|
7137
|
+
property :fulfillment_input, as: 'fulfillmentInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentInput::Representation
|
7138
|
+
|
7139
|
+
property :groundedness_input, as: 'groundednessInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessInput::Representation
|
7140
|
+
|
7141
|
+
property :pairwise_question_answering_quality_input, as: 'pairwiseQuestionAnsweringQualityInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput::Representation
|
7142
|
+
|
7143
|
+
property :pairwise_summarization_quality_input, as: 'pairwiseSummarizationQualityInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualityInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualityInput::Representation
|
7144
|
+
|
7145
|
+
property :question_answering_correctness_input, as: 'questionAnsweringCorrectnessInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput::Representation
|
7146
|
+
|
7147
|
+
property :question_answering_helpfulness_input, as: 'questionAnsweringHelpfulnessInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput::Representation
|
7148
|
+
|
7149
|
+
property :question_answering_quality_input, as: 'questionAnsweringQualityInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualityInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualityInput::Representation
|
7150
|
+
|
7151
|
+
property :question_answering_relevance_input, as: 'questionAnsweringRelevanceInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput::Representation
|
7152
|
+
|
7153
|
+
property :rouge_input, as: 'rougeInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeInput::Representation
|
7154
|
+
|
7155
|
+
property :safety_input, as: 'safetyInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyInput::Representation
|
7156
|
+
|
7157
|
+
property :summarization_helpfulness_input, as: 'summarizationHelpfulnessInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessInput::Representation
|
7158
|
+
|
7159
|
+
property :summarization_quality_input, as: 'summarizationQualityInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualityInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualityInput::Representation
|
7160
|
+
|
7161
|
+
property :summarization_verbosity_input, as: 'summarizationVerbosityInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbosityInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbosityInput::Representation
|
7162
|
+
|
7163
|
+
property :tool_call_valid_input, as: 'toolCallValidInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidInput::Representation
|
7164
|
+
|
7165
|
+
property :tool_name_match_input, as: 'toolNameMatchInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchInput::Representation
|
7166
|
+
|
7167
|
+
property :tool_parameter_key_match_input, as: 'toolParameterKeyMatchInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchInput::Representation
|
7168
|
+
|
7169
|
+
property :tool_parameter_kv_match_input, as: 'toolParameterKvMatchInput', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchInput, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchInput::Representation
|
7170
|
+
|
7171
|
+
end
|
7172
|
+
end
|
7173
|
+
|
7174
|
+
class GoogleCloudAiplatformV1EvaluateInstancesResponse
|
7175
|
+
# @private
|
7176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7177
|
+
property :bleu_results, as: 'bleuResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BleuResults::Representation
|
7178
|
+
|
7179
|
+
property :coherence_result, as: 'coherenceResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CoherenceResult::Representation
|
7180
|
+
|
7181
|
+
property :exact_match_results, as: 'exactMatchResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchResults::Representation
|
7182
|
+
|
7183
|
+
property :fluency_result, as: 'fluencyResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencyResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencyResult::Representation
|
7184
|
+
|
7185
|
+
property :fulfillment_result, as: 'fulfillmentResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentResult::Representation
|
7186
|
+
|
7187
|
+
property :groundedness_result, as: 'groundednessResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessResult::Representation
|
7188
|
+
|
7189
|
+
property :pairwise_question_answering_quality_result, as: 'pairwiseQuestionAnsweringQualityResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult::Representation
|
7190
|
+
|
7191
|
+
property :pairwise_summarization_quality_result, as: 'pairwiseSummarizationQualityResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualityResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualityResult::Representation
|
7192
|
+
|
7193
|
+
property :question_answering_correctness_result, as: 'questionAnsweringCorrectnessResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult::Representation
|
7194
|
+
|
7195
|
+
property :question_answering_helpfulness_result, as: 'questionAnsweringHelpfulnessResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult::Representation
|
7196
|
+
|
7197
|
+
property :question_answering_quality_result, as: 'questionAnsweringQualityResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualityResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualityResult::Representation
|
7198
|
+
|
7199
|
+
property :question_answering_relevance_result, as: 'questionAnsweringRelevanceResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult::Representation
|
7200
|
+
|
7201
|
+
property :rouge_results, as: 'rougeResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeResults::Representation
|
7202
|
+
|
7203
|
+
property :safety_result, as: 'safetyResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyResult::Representation
|
7204
|
+
|
7205
|
+
property :summarization_helpfulness_result, as: 'summarizationHelpfulnessResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessResult::Representation
|
7206
|
+
|
7207
|
+
property :summarization_quality_result, as: 'summarizationQualityResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualityResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualityResult::Representation
|
7208
|
+
|
7209
|
+
property :summarization_verbosity_result, as: 'summarizationVerbosityResult', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbosityResult, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbosityResult::Representation
|
7210
|
+
|
7211
|
+
property :tool_call_valid_results, as: 'toolCallValidResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidResults::Representation
|
7212
|
+
|
7213
|
+
property :tool_name_match_results, as: 'toolNameMatchResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchResults::Representation
|
7214
|
+
|
7215
|
+
property :tool_parameter_key_match_results, as: 'toolParameterKeyMatchResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchResults::Representation
|
7216
|
+
|
7217
|
+
property :tool_parameter_kv_match_results, as: 'toolParameterKvMatchResults', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchResults, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchResults::Representation
|
7218
|
+
|
7219
|
+
end
|
7220
|
+
end
|
7221
|
+
|
6555
7222
|
class GoogleCloudAiplatformV1EvaluatedAnnotation
|
6556
7223
|
# @private
|
6557
7224
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6587,6 +7254,45 @@ module Google
|
|
6587
7254
|
end
|
6588
7255
|
end
|
6589
7256
|
|
7257
|
+
class GoogleCloudAiplatformV1ExactMatchInput
|
7258
|
+
# @private
|
7259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7260
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchInstance::Representation
|
7261
|
+
|
7262
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchSpec::Representation
|
7263
|
+
|
7264
|
+
end
|
7265
|
+
end
|
7266
|
+
|
7267
|
+
class GoogleCloudAiplatformV1ExactMatchInstance
|
7268
|
+
# @private
|
7269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7270
|
+
property :prediction, as: 'prediction'
|
7271
|
+
property :reference, as: 'reference'
|
7272
|
+
end
|
7273
|
+
end
|
7274
|
+
|
7275
|
+
class GoogleCloudAiplatformV1ExactMatchMetricValue
|
7276
|
+
# @private
|
7277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7278
|
+
property :score, as: 'score'
|
7279
|
+
end
|
7280
|
+
end
|
7281
|
+
|
7282
|
+
class GoogleCloudAiplatformV1ExactMatchResults
|
7283
|
+
# @private
|
7284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7285
|
+
collection :exact_match_metric_values, as: 'exactMatchMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ExactMatchMetricValue::Representation
|
7286
|
+
|
7287
|
+
end
|
7288
|
+
end
|
7289
|
+
|
7290
|
+
class GoogleCloudAiplatformV1ExactMatchSpec
|
7291
|
+
# @private
|
7292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7293
|
+
end
|
7294
|
+
end
|
7295
|
+
|
6590
7296
|
class GoogleCloudAiplatformV1Examples
|
6591
7297
|
# @private
|
6592
7298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7431,31 +8137,98 @@ module Google
|
|
7431
8137
|
end
|
7432
8138
|
end
|
7433
8139
|
|
7434
|
-
class GoogleCloudAiplatformV1FindNeighborsResponseNearestNeighbors
|
8140
|
+
class GoogleCloudAiplatformV1FindNeighborsResponseNearestNeighbors
|
8141
|
+
# @private
|
8142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8143
|
+
property :id, as: 'id'
|
8144
|
+
collection :neighbors, as: 'neighbors', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FindNeighborsResponseNeighbor, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FindNeighborsResponseNeighbor::Representation
|
8145
|
+
|
8146
|
+
end
|
8147
|
+
end
|
8148
|
+
|
8149
|
+
class GoogleCloudAiplatformV1FindNeighborsResponseNeighbor
|
8150
|
+
# @private
|
8151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8152
|
+
property :datapoint, as: 'datapoint', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapoint, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1IndexDatapoint::Representation
|
8153
|
+
|
8154
|
+
property :distance, as: 'distance'
|
8155
|
+
property :sparse_distance, as: 'sparseDistance'
|
8156
|
+
end
|
8157
|
+
end
|
8158
|
+
|
8159
|
+
class GoogleCloudAiplatformV1FluencyInput
|
8160
|
+
# @private
|
8161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8162
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencyInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencyInstance::Representation
|
8163
|
+
|
8164
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FluencySpec::Representation
|
8165
|
+
|
8166
|
+
end
|
8167
|
+
end
|
8168
|
+
|
8169
|
+
class GoogleCloudAiplatformV1FluencyInstance
|
8170
|
+
# @private
|
8171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8172
|
+
property :prediction, as: 'prediction'
|
8173
|
+
end
|
8174
|
+
end
|
8175
|
+
|
8176
|
+
class GoogleCloudAiplatformV1FluencyResult
|
8177
|
+
# @private
|
8178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8179
|
+
property :confidence, as: 'confidence'
|
8180
|
+
property :explanation, as: 'explanation'
|
8181
|
+
property :score, as: 'score'
|
8182
|
+
end
|
8183
|
+
end
|
8184
|
+
|
8185
|
+
class GoogleCloudAiplatformV1FluencySpec
|
8186
|
+
# @private
|
8187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8188
|
+
property :version, as: 'version'
|
8189
|
+
end
|
8190
|
+
end
|
8191
|
+
|
8192
|
+
class GoogleCloudAiplatformV1FractionSplit
|
8193
|
+
# @private
|
8194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8195
|
+
property :test_fraction, as: 'testFraction'
|
8196
|
+
property :training_fraction, as: 'trainingFraction'
|
8197
|
+
property :validation_fraction, as: 'validationFraction'
|
8198
|
+
end
|
8199
|
+
end
|
8200
|
+
|
8201
|
+
class GoogleCloudAiplatformV1FulfillmentInput
|
8202
|
+
# @private
|
8203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8204
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentInstance::Representation
|
8205
|
+
|
8206
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FulfillmentSpec::Representation
|
8207
|
+
|
8208
|
+
end
|
8209
|
+
end
|
8210
|
+
|
8211
|
+
class GoogleCloudAiplatformV1FulfillmentInstance
|
7435
8212
|
# @private
|
7436
8213
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7437
|
-
property :
|
7438
|
-
|
7439
|
-
|
8214
|
+
property :instruction, as: 'instruction'
|
8215
|
+
property :prediction, as: 'prediction'
|
7440
8216
|
end
|
7441
8217
|
end
|
7442
8218
|
|
7443
|
-
class
|
8219
|
+
class GoogleCloudAiplatformV1FulfillmentResult
|
7444
8220
|
# @private
|
7445
8221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7446
|
-
property :
|
7447
|
-
|
7448
|
-
property :
|
7449
|
-
property :sparse_distance, as: 'sparseDistance'
|
8222
|
+
property :confidence, as: 'confidence'
|
8223
|
+
property :explanation, as: 'explanation'
|
8224
|
+
property :score, as: 'score'
|
7450
8225
|
end
|
7451
8226
|
end
|
7452
8227
|
|
7453
|
-
class
|
8228
|
+
class GoogleCloudAiplatformV1FulfillmentSpec
|
7454
8229
|
# @private
|
7455
8230
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7456
|
-
property :
|
7457
|
-
property :training_fraction, as: 'trainingFraction'
|
7458
|
-
property :validation_fraction, as: 'validationFraction'
|
8231
|
+
property :version, as: 'version'
|
7459
8232
|
end
|
7460
8233
|
end
|
7461
8234
|
|
@@ -7596,6 +8369,40 @@ module Google
|
|
7596
8369
|
end
|
7597
8370
|
end
|
7598
8371
|
|
8372
|
+
class GoogleCloudAiplatformV1GroundednessInput
|
8373
|
+
# @private
|
8374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8375
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessInstance::Representation
|
8376
|
+
|
8377
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundednessSpec::Representation
|
8378
|
+
|
8379
|
+
end
|
8380
|
+
end
|
8381
|
+
|
8382
|
+
class GoogleCloudAiplatformV1GroundednessInstance
|
8383
|
+
# @private
|
8384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8385
|
+
property :context, as: 'context'
|
8386
|
+
property :prediction, as: 'prediction'
|
8387
|
+
end
|
8388
|
+
end
|
8389
|
+
|
8390
|
+
class GoogleCloudAiplatformV1GroundednessResult
|
8391
|
+
# @private
|
8392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8393
|
+
property :confidence, as: 'confidence'
|
8394
|
+
property :explanation, as: 'explanation'
|
8395
|
+
property :score, as: 'score'
|
8396
|
+
end
|
8397
|
+
end
|
8398
|
+
|
8399
|
+
class GoogleCloudAiplatformV1GroundednessSpec
|
8400
|
+
# @private
|
8401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8402
|
+
property :version, as: 'version'
|
8403
|
+
end
|
8404
|
+
end
|
8405
|
+
|
7599
8406
|
class GoogleCloudAiplatformV1GroundingMetadata
|
7600
8407
|
# @private
|
7601
8408
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9316,6 +10123,82 @@ module Google
|
|
9316
10123
|
end
|
9317
10124
|
end
|
9318
10125
|
|
10126
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput
|
10127
|
+
# @private
|
10128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10129
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInstance::Representation
|
10130
|
+
|
10131
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualitySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualitySpec::Representation
|
10132
|
+
|
10133
|
+
end
|
10134
|
+
end
|
10135
|
+
|
10136
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInstance
|
10137
|
+
# @private
|
10138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10139
|
+
property :baseline_prediction, as: 'baselinePrediction'
|
10140
|
+
property :context, as: 'context'
|
10141
|
+
property :instruction, as: 'instruction'
|
10142
|
+
property :prediction, as: 'prediction'
|
10143
|
+
property :reference, as: 'reference'
|
10144
|
+
end
|
10145
|
+
end
|
10146
|
+
|
10147
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult
|
10148
|
+
# @private
|
10149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10150
|
+
property :confidence, as: 'confidence'
|
10151
|
+
property :explanation, as: 'explanation'
|
10152
|
+
property :pairwise_choice, as: 'pairwiseChoice'
|
10153
|
+
end
|
10154
|
+
end
|
10155
|
+
|
10156
|
+
class GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualitySpec
|
10157
|
+
# @private
|
10158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10159
|
+
property :use_reference, as: 'useReference'
|
10160
|
+
property :version, as: 'version'
|
10161
|
+
end
|
10162
|
+
end
|
10163
|
+
|
10164
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualityInput
|
10165
|
+
# @private
|
10166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10167
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualityInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualityInstance::Representation
|
10168
|
+
|
10169
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualitySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PairwiseSummarizationQualitySpec::Representation
|
10170
|
+
|
10171
|
+
end
|
10172
|
+
end
|
10173
|
+
|
10174
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualityInstance
|
10175
|
+
# @private
|
10176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10177
|
+
property :baseline_prediction, as: 'baselinePrediction'
|
10178
|
+
property :context, as: 'context'
|
10179
|
+
property :instruction, as: 'instruction'
|
10180
|
+
property :prediction, as: 'prediction'
|
10181
|
+
property :reference, as: 'reference'
|
10182
|
+
end
|
10183
|
+
end
|
10184
|
+
|
10185
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualityResult
|
10186
|
+
# @private
|
10187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10188
|
+
property :confidence, as: 'confidence'
|
10189
|
+
property :explanation, as: 'explanation'
|
10190
|
+
property :pairwise_choice, as: 'pairwiseChoice'
|
10191
|
+
end
|
10192
|
+
end
|
10193
|
+
|
10194
|
+
class GoogleCloudAiplatformV1PairwiseSummarizationQualitySpec
|
10195
|
+
# @private
|
10196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10197
|
+
property :use_reference, as: 'useReference'
|
10198
|
+
property :version, as: 'version'
|
10199
|
+
end
|
10200
|
+
end
|
10201
|
+
|
9319
10202
|
class GoogleCloudAiplatformV1Part
|
9320
10203
|
# @private
|
9321
10204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9394,6 +10277,7 @@ module Google
|
|
9394
10277
|
property :name, as: 'name'
|
9395
10278
|
property :network, as: 'network'
|
9396
10279
|
hash :pipeline_spec, as: 'pipelineSpec'
|
10280
|
+
property :preflight_validations, as: 'preflightValidations'
|
9397
10281
|
collection :reserved_ip_ranges, as: 'reservedIpRanges'
|
9398
10282
|
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PipelineJobRuntimeConfig::Representation
|
9399
10283
|
|
@@ -9851,6 +10735,154 @@ module Google
|
|
9851
10735
|
end
|
9852
10736
|
end
|
9853
10737
|
|
10738
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput
|
10739
|
+
# @private
|
10740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10741
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInstance::Representation
|
10742
|
+
|
10743
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringCorrectnessSpec::Representation
|
10744
|
+
|
10745
|
+
end
|
10746
|
+
end
|
10747
|
+
|
10748
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInstance
|
10749
|
+
# @private
|
10750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10751
|
+
property :context, as: 'context'
|
10752
|
+
property :instruction, as: 'instruction'
|
10753
|
+
property :prediction, as: 'prediction'
|
10754
|
+
property :reference, as: 'reference'
|
10755
|
+
end
|
10756
|
+
end
|
10757
|
+
|
10758
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult
|
10759
|
+
# @private
|
10760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10761
|
+
property :confidence, as: 'confidence'
|
10762
|
+
property :explanation, as: 'explanation'
|
10763
|
+
property :score, as: 'score'
|
10764
|
+
end
|
10765
|
+
end
|
10766
|
+
|
10767
|
+
class GoogleCloudAiplatformV1QuestionAnsweringCorrectnessSpec
|
10768
|
+
# @private
|
10769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10770
|
+
property :use_reference, as: 'useReference'
|
10771
|
+
property :version, as: 'version'
|
10772
|
+
end
|
10773
|
+
end
|
10774
|
+
|
10775
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput
|
10776
|
+
# @private
|
10777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10778
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInstance::Representation
|
10779
|
+
|
10780
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec::Representation
|
10781
|
+
|
10782
|
+
end
|
10783
|
+
end
|
10784
|
+
|
10785
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInstance
|
10786
|
+
# @private
|
10787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10788
|
+
property :context, as: 'context'
|
10789
|
+
property :instruction, as: 'instruction'
|
10790
|
+
property :prediction, as: 'prediction'
|
10791
|
+
property :reference, as: 'reference'
|
10792
|
+
end
|
10793
|
+
end
|
10794
|
+
|
10795
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult
|
10796
|
+
# @private
|
10797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10798
|
+
property :confidence, as: 'confidence'
|
10799
|
+
property :explanation, as: 'explanation'
|
10800
|
+
property :score, as: 'score'
|
10801
|
+
end
|
10802
|
+
end
|
10803
|
+
|
10804
|
+
class GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessSpec
|
10805
|
+
# @private
|
10806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10807
|
+
property :use_reference, as: 'useReference'
|
10808
|
+
property :version, as: 'version'
|
10809
|
+
end
|
10810
|
+
end
|
10811
|
+
|
10812
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualityInput
|
10813
|
+
# @private
|
10814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10815
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualityInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualityInstance::Representation
|
10816
|
+
|
10817
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualitySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringQualitySpec::Representation
|
10818
|
+
|
10819
|
+
end
|
10820
|
+
end
|
10821
|
+
|
10822
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualityInstance
|
10823
|
+
# @private
|
10824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10825
|
+
property :context, as: 'context'
|
10826
|
+
property :instruction, as: 'instruction'
|
10827
|
+
property :prediction, as: 'prediction'
|
10828
|
+
property :reference, as: 'reference'
|
10829
|
+
end
|
10830
|
+
end
|
10831
|
+
|
10832
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualityResult
|
10833
|
+
# @private
|
10834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10835
|
+
property :confidence, as: 'confidence'
|
10836
|
+
property :explanation, as: 'explanation'
|
10837
|
+
property :score, as: 'score'
|
10838
|
+
end
|
10839
|
+
end
|
10840
|
+
|
10841
|
+
class GoogleCloudAiplatformV1QuestionAnsweringQualitySpec
|
10842
|
+
# @private
|
10843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10844
|
+
property :use_reference, as: 'useReference'
|
10845
|
+
property :version, as: 'version'
|
10846
|
+
end
|
10847
|
+
end
|
10848
|
+
|
10849
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput
|
10850
|
+
# @private
|
10851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10852
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceInstance::Representation
|
10853
|
+
|
10854
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1QuestionAnsweringRelevanceSpec::Representation
|
10855
|
+
|
10856
|
+
end
|
10857
|
+
end
|
10858
|
+
|
10859
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceInstance
|
10860
|
+
# @private
|
10861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10862
|
+
property :context, as: 'context'
|
10863
|
+
property :instruction, as: 'instruction'
|
10864
|
+
property :prediction, as: 'prediction'
|
10865
|
+
property :reference, as: 'reference'
|
10866
|
+
end
|
10867
|
+
end
|
10868
|
+
|
10869
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult
|
10870
|
+
# @private
|
10871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10872
|
+
property :confidence, as: 'confidence'
|
10873
|
+
property :explanation, as: 'explanation'
|
10874
|
+
property :score, as: 'score'
|
10875
|
+
end
|
10876
|
+
end
|
10877
|
+
|
10878
|
+
class GoogleCloudAiplatformV1QuestionAnsweringRelevanceSpec
|
10879
|
+
# @private
|
10880
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10881
|
+
property :use_reference, as: 'useReference'
|
10882
|
+
property :version, as: 'version'
|
10883
|
+
end
|
10884
|
+
end
|
10885
|
+
|
9854
10886
|
class GoogleCloudAiplatformV1RawPredictRequest
|
9855
10887
|
# @private
|
9856
10888
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10009,16 +11041,6 @@ module Google
|
|
10009
11041
|
end
|
10010
11042
|
end
|
10011
11043
|
|
10012
|
-
class GoogleCloudAiplatformV1ReinforcementLearningDataStats
|
10013
|
-
# @private
|
10014
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
10015
|
-
property :preference_dataset_stats, as: 'preferenceDatasetStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetStats::Representation
|
10016
|
-
|
10017
|
-
property :prompt_dataset_stats, as: 'promptDatasetStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DatasetStats::Representation
|
10018
|
-
|
10019
|
-
end
|
10020
|
-
end
|
10021
|
-
|
10022
11044
|
class GoogleCloudAiplatformV1RemoveContextChildrenRequest
|
10023
11045
|
# @private
|
10024
11046
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10075,50 +11097,109 @@ module Google
|
|
10075
11097
|
end
|
10076
11098
|
end
|
10077
11099
|
|
10078
|
-
class GoogleCloudAiplatformV1ResourceRuntimeSpec
|
11100
|
+
class GoogleCloudAiplatformV1ResourceRuntimeSpec
|
11101
|
+
# @private
|
11102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11103
|
+
property :ray_spec, as: 'raySpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RaySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RaySpec::Representation
|
11104
|
+
|
11105
|
+
property :service_account_spec, as: 'serviceAccountSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ServiceAccountSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ServiceAccountSpec::Representation
|
11106
|
+
|
11107
|
+
end
|
11108
|
+
end
|
11109
|
+
|
11110
|
+
class GoogleCloudAiplatformV1ResourcesConsumed
|
11111
|
+
# @private
|
11112
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11113
|
+
property :replica_hours, as: 'replicaHours'
|
11114
|
+
end
|
11115
|
+
end
|
11116
|
+
|
11117
|
+
class GoogleCloudAiplatformV1RestoreDatasetVersionOperationMetadata
|
11118
|
+
# @private
|
11119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11120
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
11121
|
+
|
11122
|
+
end
|
11123
|
+
end
|
11124
|
+
|
11125
|
+
class GoogleCloudAiplatformV1ResumeModelDeploymentMonitoringJobRequest
|
11126
|
+
# @private
|
11127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11128
|
+
end
|
11129
|
+
end
|
11130
|
+
|
11131
|
+
class GoogleCloudAiplatformV1ResumeScheduleRequest
|
11132
|
+
# @private
|
11133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11134
|
+
property :catch_up, as: 'catchUp'
|
11135
|
+
end
|
11136
|
+
end
|
11137
|
+
|
11138
|
+
class GoogleCloudAiplatformV1Retrieval
|
11139
|
+
# @private
|
11140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11141
|
+
property :disable_attribution, as: 'disableAttribution'
|
11142
|
+
property :vertex_ai_search, as: 'vertexAiSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch::Representation
|
11143
|
+
|
11144
|
+
end
|
11145
|
+
end
|
11146
|
+
|
11147
|
+
class GoogleCloudAiplatformV1RougeInput
|
11148
|
+
# @private
|
11149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11150
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeInstance::Representation
|
11151
|
+
|
11152
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeSpec::Representation
|
11153
|
+
|
11154
|
+
end
|
11155
|
+
end
|
11156
|
+
|
11157
|
+
class GoogleCloudAiplatformV1RougeInstance
|
10079
11158
|
# @private
|
10080
11159
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10081
|
-
property :
|
10082
|
-
|
10083
|
-
property :service_account_spec, as: 'serviceAccountSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ServiceAccountSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ServiceAccountSpec::Representation
|
10084
|
-
|
11160
|
+
property :prediction, as: 'prediction'
|
11161
|
+
property :reference, as: 'reference'
|
10085
11162
|
end
|
10086
11163
|
end
|
10087
11164
|
|
10088
|
-
class
|
11165
|
+
class GoogleCloudAiplatformV1RougeMetricValue
|
10089
11166
|
# @private
|
10090
11167
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10091
|
-
property :
|
11168
|
+
property :score, as: 'score'
|
10092
11169
|
end
|
10093
11170
|
end
|
10094
11171
|
|
10095
|
-
class
|
11172
|
+
class GoogleCloudAiplatformV1RougeResults
|
10096
11173
|
# @private
|
10097
11174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10098
|
-
|
11175
|
+
collection :rouge_metric_values, as: 'rougeMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RougeMetricValue::Representation
|
10099
11176
|
|
10100
11177
|
end
|
10101
11178
|
end
|
10102
11179
|
|
10103
|
-
class
|
11180
|
+
class GoogleCloudAiplatformV1RougeSpec
|
10104
11181
|
# @private
|
10105
11182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11183
|
+
property :rouge_type, as: 'rougeType'
|
11184
|
+
property :split_summaries, as: 'splitSummaries'
|
11185
|
+
property :use_stemmer, as: 'useStemmer'
|
10106
11186
|
end
|
10107
11187
|
end
|
10108
11188
|
|
10109
|
-
class
|
11189
|
+
class GoogleCloudAiplatformV1SafetyInput
|
10110
11190
|
# @private
|
10111
11191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10112
|
-
property :
|
11192
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyInstance::Representation
|
11193
|
+
|
11194
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetySpec::Representation
|
11195
|
+
|
10113
11196
|
end
|
10114
11197
|
end
|
10115
11198
|
|
10116
|
-
class
|
11199
|
+
class GoogleCloudAiplatformV1SafetyInstance
|
10117
11200
|
# @private
|
10118
11201
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10119
|
-
property :
|
10120
|
-
property :vertex_ai_search, as: 'vertexAiSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch::Representation
|
10121
|
-
|
11202
|
+
property :prediction, as: 'prediction'
|
10122
11203
|
end
|
10123
11204
|
end
|
10124
11205
|
|
@@ -10134,6 +11215,15 @@ module Google
|
|
10134
11215
|
end
|
10135
11216
|
end
|
10136
11217
|
|
11218
|
+
class GoogleCloudAiplatformV1SafetyResult
|
11219
|
+
# @private
|
11220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11221
|
+
property :confidence, as: 'confidence'
|
11222
|
+
property :explanation, as: 'explanation'
|
11223
|
+
property :score, as: 'score'
|
11224
|
+
end
|
11225
|
+
end
|
11226
|
+
|
10137
11227
|
class GoogleCloudAiplatformV1SafetySetting
|
10138
11228
|
# @private
|
10139
11229
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10143,6 +11233,13 @@ module Google
|
|
10143
11233
|
end
|
10144
11234
|
end
|
10145
11235
|
|
11236
|
+
class GoogleCloudAiplatformV1SafetySpec
|
11237
|
+
# @private
|
11238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11239
|
+
property :version, as: 'version'
|
11240
|
+
end
|
11241
|
+
end
|
11242
|
+
|
10146
11243
|
class GoogleCloudAiplatformV1SampleConfig
|
10147
11244
|
# @private
|
10148
11245
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12326,6 +13423,117 @@ module Google
|
|
12326
13423
|
end
|
12327
13424
|
end
|
12328
13425
|
|
13426
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessInput
|
13427
|
+
# @private
|
13428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13429
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessInstance::Representation
|
13430
|
+
|
13431
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationHelpfulnessSpec::Representation
|
13432
|
+
|
13433
|
+
end
|
13434
|
+
end
|
13435
|
+
|
13436
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessInstance
|
13437
|
+
# @private
|
13438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13439
|
+
property :context, as: 'context'
|
13440
|
+
property :instruction, as: 'instruction'
|
13441
|
+
property :prediction, as: 'prediction'
|
13442
|
+
property :reference, as: 'reference'
|
13443
|
+
end
|
13444
|
+
end
|
13445
|
+
|
13446
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessResult
|
13447
|
+
# @private
|
13448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13449
|
+
property :confidence, as: 'confidence'
|
13450
|
+
property :explanation, as: 'explanation'
|
13451
|
+
property :score, as: 'score'
|
13452
|
+
end
|
13453
|
+
end
|
13454
|
+
|
13455
|
+
class GoogleCloudAiplatformV1SummarizationHelpfulnessSpec
|
13456
|
+
# @private
|
13457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13458
|
+
property :use_reference, as: 'useReference'
|
13459
|
+
property :version, as: 'version'
|
13460
|
+
end
|
13461
|
+
end
|
13462
|
+
|
13463
|
+
class GoogleCloudAiplatformV1SummarizationQualityInput
|
13464
|
+
# @private
|
13465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13466
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualityInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualityInstance::Representation
|
13467
|
+
|
13468
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualitySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationQualitySpec::Representation
|
13469
|
+
|
13470
|
+
end
|
13471
|
+
end
|
13472
|
+
|
13473
|
+
class GoogleCloudAiplatformV1SummarizationQualityInstance
|
13474
|
+
# @private
|
13475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13476
|
+
property :context, as: 'context'
|
13477
|
+
property :instruction, as: 'instruction'
|
13478
|
+
property :prediction, as: 'prediction'
|
13479
|
+
property :reference, as: 'reference'
|
13480
|
+
end
|
13481
|
+
end
|
13482
|
+
|
13483
|
+
class GoogleCloudAiplatformV1SummarizationQualityResult
|
13484
|
+
# @private
|
13485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13486
|
+
property :confidence, as: 'confidence'
|
13487
|
+
property :explanation, as: 'explanation'
|
13488
|
+
property :score, as: 'score'
|
13489
|
+
end
|
13490
|
+
end
|
13491
|
+
|
13492
|
+
class GoogleCloudAiplatformV1SummarizationQualitySpec
|
13493
|
+
# @private
|
13494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13495
|
+
property :use_reference, as: 'useReference'
|
13496
|
+
property :version, as: 'version'
|
13497
|
+
end
|
13498
|
+
end
|
13499
|
+
|
13500
|
+
class GoogleCloudAiplatformV1SummarizationVerbosityInput
|
13501
|
+
# @private
|
13502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13503
|
+
property :instance, as: 'instance', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbosityInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbosityInstance::Representation
|
13504
|
+
|
13505
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbositySpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SummarizationVerbositySpec::Representation
|
13506
|
+
|
13507
|
+
end
|
13508
|
+
end
|
13509
|
+
|
13510
|
+
class GoogleCloudAiplatformV1SummarizationVerbosityInstance
|
13511
|
+
# @private
|
13512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13513
|
+
property :context, as: 'context'
|
13514
|
+
property :instruction, as: 'instruction'
|
13515
|
+
property :prediction, as: 'prediction'
|
13516
|
+
property :reference, as: 'reference'
|
13517
|
+
end
|
13518
|
+
end
|
13519
|
+
|
13520
|
+
class GoogleCloudAiplatformV1SummarizationVerbosityResult
|
13521
|
+
# @private
|
13522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13523
|
+
property :confidence, as: 'confidence'
|
13524
|
+
property :explanation, as: 'explanation'
|
13525
|
+
property :score, as: 'score'
|
13526
|
+
end
|
13527
|
+
end
|
13528
|
+
|
13529
|
+
class GoogleCloudAiplatformV1SummarizationVerbositySpec
|
13530
|
+
# @private
|
13531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13532
|
+
property :use_reference, as: 'useReference'
|
13533
|
+
property :version, as: 'version'
|
13534
|
+
end
|
13535
|
+
end
|
13536
|
+
|
12329
13537
|
class GoogleCloudAiplatformV1SupervisedHyperParameters
|
12330
13538
|
# @private
|
12331
13539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12586,6 +13794,45 @@ module Google
|
|
12586
13794
|
end
|
12587
13795
|
end
|
12588
13796
|
|
13797
|
+
class GoogleCloudAiplatformV1ToolCallValidInput
|
13798
|
+
# @private
|
13799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13800
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidInstance::Representation
|
13801
|
+
|
13802
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidSpec::Representation
|
13803
|
+
|
13804
|
+
end
|
13805
|
+
end
|
13806
|
+
|
13807
|
+
class GoogleCloudAiplatformV1ToolCallValidInstance
|
13808
|
+
# @private
|
13809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13810
|
+
property :prediction, as: 'prediction'
|
13811
|
+
property :reference, as: 'reference'
|
13812
|
+
end
|
13813
|
+
end
|
13814
|
+
|
13815
|
+
class GoogleCloudAiplatformV1ToolCallValidMetricValue
|
13816
|
+
# @private
|
13817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13818
|
+
property :score, as: 'score'
|
13819
|
+
end
|
13820
|
+
end
|
13821
|
+
|
13822
|
+
class GoogleCloudAiplatformV1ToolCallValidResults
|
13823
|
+
# @private
|
13824
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13825
|
+
collection :tool_call_valid_metric_values, as: 'toolCallValidMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCallValidMetricValue::Representation
|
13826
|
+
|
13827
|
+
end
|
13828
|
+
end
|
13829
|
+
|
13830
|
+
class GoogleCloudAiplatformV1ToolCallValidSpec
|
13831
|
+
# @private
|
13832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13833
|
+
end
|
13834
|
+
end
|
13835
|
+
|
12589
13836
|
class GoogleCloudAiplatformV1ToolConfig
|
12590
13837
|
# @private
|
12591
13838
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12594,6 +13841,124 @@ module Google
|
|
12594
13841
|
end
|
12595
13842
|
end
|
12596
13843
|
|
13844
|
+
class GoogleCloudAiplatformV1ToolNameMatchInput
|
13845
|
+
# @private
|
13846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13847
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchInstance::Representation
|
13848
|
+
|
13849
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchSpec::Representation
|
13850
|
+
|
13851
|
+
end
|
13852
|
+
end
|
13853
|
+
|
13854
|
+
class GoogleCloudAiplatformV1ToolNameMatchInstance
|
13855
|
+
# @private
|
13856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13857
|
+
property :prediction, as: 'prediction'
|
13858
|
+
property :reference, as: 'reference'
|
13859
|
+
end
|
13860
|
+
end
|
13861
|
+
|
13862
|
+
class GoogleCloudAiplatformV1ToolNameMatchMetricValue
|
13863
|
+
# @private
|
13864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13865
|
+
property :score, as: 'score'
|
13866
|
+
end
|
13867
|
+
end
|
13868
|
+
|
13869
|
+
class GoogleCloudAiplatformV1ToolNameMatchResults
|
13870
|
+
# @private
|
13871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13872
|
+
collection :tool_name_match_metric_values, as: 'toolNameMatchMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolNameMatchMetricValue::Representation
|
13873
|
+
|
13874
|
+
end
|
13875
|
+
end
|
13876
|
+
|
13877
|
+
class GoogleCloudAiplatformV1ToolNameMatchSpec
|
13878
|
+
# @private
|
13879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13880
|
+
end
|
13881
|
+
end
|
13882
|
+
|
13883
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchInput
|
13884
|
+
# @private
|
13885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13886
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchInstance::Representation
|
13887
|
+
|
13888
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchSpec::Representation
|
13889
|
+
|
13890
|
+
end
|
13891
|
+
end
|
13892
|
+
|
13893
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchInstance
|
13894
|
+
# @private
|
13895
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13896
|
+
property :prediction, as: 'prediction'
|
13897
|
+
property :reference, as: 'reference'
|
13898
|
+
end
|
13899
|
+
end
|
13900
|
+
|
13901
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchMetricValue
|
13902
|
+
# @private
|
13903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13904
|
+
property :score, as: 'score'
|
13905
|
+
end
|
13906
|
+
end
|
13907
|
+
|
13908
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchResults
|
13909
|
+
# @private
|
13910
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13911
|
+
collection :tool_parameter_kv_match_metric_values, as: 'toolParameterKvMatchMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKvMatchMetricValue::Representation
|
13912
|
+
|
13913
|
+
end
|
13914
|
+
end
|
13915
|
+
|
13916
|
+
class GoogleCloudAiplatformV1ToolParameterKvMatchSpec
|
13917
|
+
# @private
|
13918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13919
|
+
property :use_strict_string_match, as: 'useStrictStringMatch'
|
13920
|
+
end
|
13921
|
+
end
|
13922
|
+
|
13923
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchInput
|
13924
|
+
# @private
|
13925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13926
|
+
collection :instances, as: 'instances', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchInstance, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchInstance::Representation
|
13927
|
+
|
13928
|
+
property :metric_spec, as: 'metricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchSpec::Representation
|
13929
|
+
|
13930
|
+
end
|
13931
|
+
end
|
13932
|
+
|
13933
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchInstance
|
13934
|
+
# @private
|
13935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13936
|
+
property :prediction, as: 'prediction'
|
13937
|
+
property :reference, as: 'reference'
|
13938
|
+
end
|
13939
|
+
end
|
13940
|
+
|
13941
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchMetricValue
|
13942
|
+
# @private
|
13943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13944
|
+
property :score, as: 'score'
|
13945
|
+
end
|
13946
|
+
end
|
13947
|
+
|
13948
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchResults
|
13949
|
+
# @private
|
13950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13951
|
+
collection :tool_parameter_key_match_metric_values, as: 'toolParameterKeyMatchMetricValues', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchMetricValue, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolParameterKeyMatchMetricValue::Representation
|
13952
|
+
|
13953
|
+
end
|
13954
|
+
end
|
13955
|
+
|
13956
|
+
class GoogleCloudAiplatformV1ToolParameterKeyMatchSpec
|
13957
|
+
# @private
|
13958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13959
|
+
end
|
13960
|
+
end
|
13961
|
+
|
12597
13962
|
class GoogleCloudAiplatformV1TrainingConfig
|
12598
13963
|
# @private
|
12599
13964
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12677,10 +14042,6 @@ module Google
|
|
12677
14042
|
class GoogleCloudAiplatformV1TuningDataStats
|
12678
14043
|
# @private
|
12679
14044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12680
|
-
property :distillation_data_stats, as: 'distillationDataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DistillationDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DistillationDataStats::Representation
|
12681
|
-
|
12682
|
-
property :reinforcement_learning_data_stats, as: 'reinforcementLearningDataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReinforcementLearningDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReinforcementLearningDataStats::Representation
|
12683
|
-
|
12684
14045
|
property :supervised_tuning_data_stats, as: 'supervisedTuningDataStats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDataStats, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDataStats::Representation
|
12685
14046
|
|
12686
14047
|
end
|
@@ -13187,6 +14548,35 @@ module Google
|
|
13187
14548
|
property :units, :numeric_string => true, as: 'units'
|
13188
14549
|
end
|
13189
14550
|
end
|
14551
|
+
|
14552
|
+
class IntelligenceCloudAutomlXpsMetricEntry
|
14553
|
+
# @private
|
14554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14555
|
+
property :argentum_metric_id, as: 'argentumMetricId'
|
14556
|
+
property :double_value, as: 'doubleValue'
|
14557
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
14558
|
+
property :metric_name, as: 'metricName'
|
14559
|
+
collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
|
14560
|
+
|
14561
|
+
end
|
14562
|
+
end
|
14563
|
+
|
14564
|
+
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
14565
|
+
# @private
|
14566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14567
|
+
property :label_name, as: 'labelName'
|
14568
|
+
property :label_value, as: 'labelValue'
|
14569
|
+
end
|
14570
|
+
end
|
14571
|
+
|
14572
|
+
class IntelligenceCloudAutomlXpsReportingMetrics
|
14573
|
+
# @private
|
14574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14575
|
+
property :effective_training_duration, as: 'effectiveTrainingDuration'
|
14576
|
+
collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry::Representation
|
14577
|
+
|
14578
|
+
end
|
14579
|
+
end
|
13190
14580
|
end
|
13191
14581
|
end
|
13192
14582
|
end
|