google-apis-aiplatform_v1beta1 0.24.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +2032 -200
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +966 -119
- data/lib/google/apis/aiplatform_v1beta1/service.rb +3090 -2418
- metadata +3 -3
@@ -352,12 +352,6 @@ module Google
|
|
352
352
|
include Google::Apis::Core::JsonObjectSupport
|
353
353
|
end
|
354
354
|
|
355
|
-
class GoogleCloudAiplatformV1beta1AuthConfigNoAuth
|
356
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
-
|
358
|
-
include Google::Apis::Core::JsonObjectSupport
|
359
|
-
end
|
360
|
-
|
361
355
|
class GoogleCloudAiplatformV1beta1AuthConfigOauthConfig
|
362
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
357
|
|
@@ -916,6 +910,18 @@ module Google
|
|
916
910
|
include Google::Apis::Core::JsonObjectSupport
|
917
911
|
end
|
918
912
|
|
913
|
+
class GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
919
925
|
class GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
|
920
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
927
|
|
@@ -2020,12 +2026,6 @@ module Google
|
|
2020
2026
|
include Google::Apis::Core::JsonObjectSupport
|
2021
2027
|
end
|
2022
2028
|
|
2023
|
-
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
2024
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2025
|
-
|
2026
|
-
include Google::Apis::Core::JsonObjectSupport
|
2027
|
-
end
|
2028
|
-
|
2029
2029
|
class GoogleCloudAiplatformV1beta1GroundednessInput
|
2030
2030
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2031
2031
|
|
@@ -2050,24 +2050,6 @@ module Google
|
|
2050
2050
|
include Google::Apis::Core::JsonObjectSupport
|
2051
2051
|
end
|
2052
2052
|
|
2053
|
-
class GoogleCloudAiplatformV1beta1GroundingAttribution
|
2054
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
-
|
2056
|
-
include Google::Apis::Core::JsonObjectSupport
|
2057
|
-
end
|
2058
|
-
|
2059
|
-
class GoogleCloudAiplatformV1beta1GroundingAttributionRetrievedContext
|
2060
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
-
|
2062
|
-
include Google::Apis::Core::JsonObjectSupport
|
2063
|
-
end
|
2064
|
-
|
2065
|
-
class GoogleCloudAiplatformV1beta1GroundingAttributionWeb
|
2066
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
-
|
2068
|
-
include Google::Apis::Core::JsonObjectSupport
|
2069
|
-
end
|
2070
|
-
|
2071
2053
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
2072
2054
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
2055
|
|
@@ -2398,6 +2380,18 @@ module Google
|
|
2398
2380
|
include Google::Apis::Core::JsonObjectSupport
|
2399
2381
|
end
|
2400
2382
|
|
2383
|
+
class GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse
|
2384
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
|
+
|
2386
|
+
include Google::Apis::Core::JsonObjectSupport
|
2387
|
+
end
|
2388
|
+
|
2389
|
+
class GoogleCloudAiplatformV1beta1ListModelMonitorsResponse
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2401
2395
|
class GoogleCloudAiplatformV1beta1ListModelVersionsResponse
|
2402
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2403
2397
|
|
@@ -2422,6 +2416,12 @@ module Google
|
|
2422
2416
|
include Google::Apis::Core::JsonObjectSupport
|
2423
2417
|
end
|
2424
2418
|
|
2419
|
+
class GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse
|
2420
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2421
|
+
|
2422
|
+
include Google::Apis::Core::JsonObjectSupport
|
2423
|
+
end
|
2424
|
+
|
2425
2425
|
class GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse
|
2426
2426
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2427
2427
|
|
@@ -2782,6 +2782,36 @@ module Google
|
|
2782
2782
|
include Google::Apis::Core::JsonObjectSupport
|
2783
2783
|
end
|
2784
2784
|
|
2785
|
+
class GoogleCloudAiplatformV1beta1ModelMonitor
|
2786
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2787
|
+
|
2788
|
+
include Google::Apis::Core::JsonObjectSupport
|
2789
|
+
end
|
2790
|
+
|
2791
|
+
class GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
|
2792
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2793
|
+
|
2794
|
+
include Google::Apis::Core::JsonObjectSupport
|
2795
|
+
end
|
2796
|
+
|
2797
|
+
class GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource
|
2798
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2799
|
+
|
2800
|
+
include Google::Apis::Core::JsonObjectSupport
|
2801
|
+
end
|
2802
|
+
|
2803
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlert
|
2804
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2805
|
+
|
2806
|
+
include Google::Apis::Core::JsonObjectSupport
|
2807
|
+
end
|
2808
|
+
|
2809
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition
|
2810
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2811
|
+
|
2812
|
+
include Google::Apis::Core::JsonObjectSupport
|
2813
|
+
end
|
2814
|
+
|
2785
2815
|
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
|
2786
2816
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2787
2817
|
|
@@ -2794,12 +2824,102 @@ module Google
|
|
2794
2824
|
include Google::Apis::Core::JsonObjectSupport
|
2795
2825
|
end
|
2796
2826
|
|
2827
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly
|
2828
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2829
|
+
|
2830
|
+
include Google::Apis::Core::JsonObjectSupport
|
2831
|
+
end
|
2832
|
+
|
2833
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly
|
2834
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2835
|
+
|
2836
|
+
include Google::Apis::Core::JsonObjectSupport
|
2837
|
+
end
|
2838
|
+
|
2797
2839
|
class GoogleCloudAiplatformV1beta1ModelMonitoringConfig
|
2798
2840
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2799
2841
|
|
2800
2842
|
include Google::Apis::Core::JsonObjectSupport
|
2801
2843
|
end
|
2802
2844
|
|
2845
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInput
|
2846
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2847
|
+
|
2848
|
+
include Google::Apis::Core::JsonObjectSupport
|
2849
|
+
end
|
2850
|
+
|
2851
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
|
2852
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
|
+
|
2854
|
+
include Google::Apis::Core::JsonObjectSupport
|
2855
|
+
end
|
2856
|
+
|
2857
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset
|
2858
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2859
|
+
|
2860
|
+
include Google::Apis::Core::JsonObjectSupport
|
2861
|
+
end
|
2862
|
+
|
2863
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource
|
2864
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2865
|
+
|
2866
|
+
include Google::Apis::Core::JsonObjectSupport
|
2867
|
+
end
|
2868
|
+
|
2869
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource
|
2870
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2871
|
+
|
2872
|
+
include Google::Apis::Core::JsonObjectSupport
|
2873
|
+
end
|
2874
|
+
|
2875
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset
|
2876
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2877
|
+
|
2878
|
+
include Google::Apis::Core::JsonObjectSupport
|
2879
|
+
end
|
2880
|
+
|
2881
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
|
2882
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
|
+
|
2884
|
+
include Google::Apis::Core::JsonObjectSupport
|
2885
|
+
end
|
2886
|
+
|
2887
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJob
|
2888
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
|
+
|
2890
|
+
include Google::Apis::Core::JsonObjectSupport
|
2891
|
+
end
|
2892
|
+
|
2893
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail
|
2894
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2895
|
+
|
2896
|
+
include Google::Apis::Core::JsonObjectSupport
|
2897
|
+
end
|
2898
|
+
|
2899
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset
|
2900
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
|
+
|
2902
|
+
include Google::Apis::Core::JsonObjectSupport
|
2903
|
+
end
|
2904
|
+
|
2905
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec
|
2906
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
|
+
|
2908
|
+
include Google::Apis::Core::JsonObjectSupport
|
2909
|
+
end
|
2910
|
+
|
2911
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig
|
2912
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2913
|
+
|
2914
|
+
include Google::Apis::Core::JsonObjectSupport
|
2915
|
+
end
|
2916
|
+
|
2917
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
|
2918
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2919
|
+
|
2920
|
+
include Google::Apis::Core::JsonObjectSupport
|
2921
|
+
end
|
2922
|
+
|
2803
2923
|
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig
|
2804
2924
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2805
2925
|
|
@@ -2836,6 +2956,60 @@ module Google
|
|
2836
2956
|
include Google::Apis::Core::JsonObjectSupport
|
2837
2957
|
end
|
2838
2958
|
|
2959
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec
|
2960
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2961
|
+
|
2962
|
+
include Google::Apis::Core::JsonObjectSupport
|
2963
|
+
end
|
2964
|
+
|
2965
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec
|
2966
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2967
|
+
|
2968
|
+
include Google::Apis::Core::JsonObjectSupport
|
2969
|
+
end
|
2970
|
+
|
2971
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
|
+
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
2975
|
+
end
|
2976
|
+
|
2977
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective
|
2978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
|
+
|
2980
|
+
include Google::Apis::Core::JsonObjectSupport
|
2981
|
+
end
|
2982
|
+
|
2983
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec
|
2984
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2985
|
+
|
2986
|
+
include Google::Apis::Core::JsonObjectSupport
|
2987
|
+
end
|
2988
|
+
|
2989
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSchema
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
|
+
|
2992
|
+
include Google::Apis::Core::JsonObjectSupport
|
2993
|
+
end
|
2994
|
+
|
2995
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema
|
2996
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
|
+
|
2998
|
+
include Google::Apis::Core::JsonObjectSupport
|
2999
|
+
end
|
3000
|
+
|
3001
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSpec
|
3002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
|
+
|
3004
|
+
include Google::Apis::Core::JsonObjectSupport
|
3005
|
+
end
|
3006
|
+
|
3007
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStats
|
3008
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3009
|
+
|
3010
|
+
include Google::Apis::Core::JsonObjectSupport
|
3011
|
+
end
|
3012
|
+
|
2839
3013
|
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies
|
2840
3014
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2841
3015
|
|
@@ -2848,6 +3022,30 @@ module Google
|
|
2848
3022
|
include Google::Apis::Core::JsonObjectSupport
|
2849
3023
|
end
|
2850
3024
|
|
3025
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint
|
3026
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3027
|
+
|
3028
|
+
include Google::Apis::Core::JsonObjectSupport
|
3029
|
+
end
|
3030
|
+
|
3031
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3033
|
+
|
3034
|
+
include Google::Apis::Core::JsonObjectSupport
|
3035
|
+
end
|
3036
|
+
|
3037
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue
|
3038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
|
+
|
3040
|
+
include Google::Apis::Core::JsonObjectSupport
|
3041
|
+
end
|
3042
|
+
|
3043
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats
|
3044
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3045
|
+
|
3046
|
+
include Google::Apis::Core::JsonObjectSupport
|
3047
|
+
end
|
3048
|
+
|
2851
3049
|
class GoogleCloudAiplatformV1beta1ModelOriginalModelInfo
|
2852
3050
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
3051
|
|
@@ -3028,6 +3226,36 @@ module Google
|
|
3028
3226
|
include Google::Apis::Core::JsonObjectSupport
|
3029
3227
|
end
|
3030
3228
|
|
3229
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJob
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3231
|
+
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
3233
|
+
end
|
3234
|
+
|
3235
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3237
|
+
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
3239
|
+
end
|
3240
|
+
|
3241
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
|
+
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
3245
|
+
end
|
3246
|
+
|
3247
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource
|
3248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3249
|
+
|
3250
|
+
include Google::Apis::Core::JsonObjectSupport
|
3251
|
+
end
|
3252
|
+
|
3253
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
|
+
|
3256
|
+
include Google::Apis::Core::JsonObjectSupport
|
3257
|
+
end
|
3258
|
+
|
3031
3259
|
class GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
|
3032
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3033
3261
|
|
@@ -4870,6 +5098,12 @@ module Google
|
|
4870
5098
|
include Google::Apis::Core::JsonObjectSupport
|
4871
5099
|
end
|
4872
5100
|
|
5101
|
+
class GoogleCloudAiplatformV1beta1SearchEntryPoint
|
5102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5103
|
+
|
5104
|
+
include Google::Apis::Core::JsonObjectSupport
|
5105
|
+
end
|
5106
|
+
|
4873
5107
|
class GoogleCloudAiplatformV1beta1SearchFeaturesResponse
|
4874
5108
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4875
5109
|
|
@@ -4906,19 +5140,49 @@ module Google
|
|
4906
5140
|
include Google::Apis::Core::JsonObjectSupport
|
4907
5141
|
end
|
4908
5142
|
|
4909
|
-
class
|
5143
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest
|
4910
5144
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4911
5145
|
|
4912
5146
|
include Google::Apis::Core::JsonObjectSupport
|
4913
5147
|
end
|
4914
5148
|
|
4915
|
-
class
|
5149
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse
|
5150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5151
|
+
|
5152
|
+
include Google::Apis::Core::JsonObjectSupport
|
5153
|
+
end
|
5154
|
+
|
5155
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter
|
4916
5156
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4917
5157
|
|
4918
5158
|
include Google::Apis::Core::JsonObjectSupport
|
4919
5159
|
end
|
4920
5160
|
|
4921
|
-
class
|
5161
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
|
5162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5163
|
+
|
5164
|
+
include Google::Apis::Core::JsonObjectSupport
|
5165
|
+
end
|
5166
|
+
|
5167
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest
|
5168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5169
|
+
|
5170
|
+
include Google::Apis::Core::JsonObjectSupport
|
5171
|
+
end
|
5172
|
+
|
5173
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse
|
5174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5175
|
+
|
5176
|
+
include Google::Apis::Core::JsonObjectSupport
|
5177
|
+
end
|
5178
|
+
|
5179
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
|
5180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5181
|
+
|
5182
|
+
include Google::Apis::Core::JsonObjectSupport
|
5183
|
+
end
|
5184
|
+
|
5185
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse
|
4922
5186
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4923
5187
|
|
4924
5188
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -5608,6 +5872,12 @@ module Google
|
|
5608
5872
|
include Google::Apis::Core::JsonObjectSupport
|
5609
5873
|
end
|
5610
5874
|
|
5875
|
+
class GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata
|
5876
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5877
|
+
|
5878
|
+
include Google::Apis::Core::JsonObjectSupport
|
5879
|
+
end
|
5880
|
+
|
5611
5881
|
class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
|
5612
5882
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5613
5883
|
|
@@ -5890,85 +6160,115 @@ module Google
|
|
5890
6160
|
include Google::Apis::Core::JsonObjectSupport
|
5891
6161
|
end
|
5892
6162
|
|
5893
|
-
class LanguageLabsAidaTrustRecitationProtoSegmentResult
|
6163
|
+
class LanguageLabsAidaTrustRecitationProtoSegmentResult
|
6164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6165
|
+
|
6166
|
+
include Google::Apis::Core::JsonObjectSupport
|
6167
|
+
end
|
6168
|
+
|
6169
|
+
class LanguageLabsAidaTrustRecitationProtoStreamRecitationResult
|
6170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6171
|
+
|
6172
|
+
include Google::Apis::Core::JsonObjectSupport
|
6173
|
+
end
|
6174
|
+
|
6175
|
+
class LearningGenaiRecitationDocAttribution
|
6176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6177
|
+
|
6178
|
+
include Google::Apis::Core::JsonObjectSupport
|
6179
|
+
end
|
6180
|
+
|
6181
|
+
class LearningGenaiRecitationRecitationResult
|
6182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6183
|
+
|
6184
|
+
include Google::Apis::Core::JsonObjectSupport
|
6185
|
+
end
|
6186
|
+
|
6187
|
+
class LearningGenaiRecitationSegmentResult
|
6188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6189
|
+
|
6190
|
+
include Google::Apis::Core::JsonObjectSupport
|
6191
|
+
end
|
6192
|
+
|
6193
|
+
class LearningGenaiRootCalculationType
|
5894
6194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5895
6195
|
|
5896
6196
|
include Google::Apis::Core::JsonObjectSupport
|
5897
6197
|
end
|
5898
6198
|
|
5899
|
-
class
|
6199
|
+
class LearningGenaiRootClassifierOutput
|
5900
6200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5901
6201
|
|
5902
6202
|
include Google::Apis::Core::JsonObjectSupport
|
5903
6203
|
end
|
5904
6204
|
|
5905
|
-
class
|
6205
|
+
class LearningGenaiRootClassifierOutputSummary
|
5906
6206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5907
6207
|
|
5908
6208
|
include Google::Apis::Core::JsonObjectSupport
|
5909
6209
|
end
|
5910
6210
|
|
5911
|
-
class
|
6211
|
+
class LearningGenaiRootClassifierState
|
5912
6212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5913
6213
|
|
5914
6214
|
include Google::Apis::Core::JsonObjectSupport
|
5915
6215
|
end
|
5916
6216
|
|
5917
|
-
class
|
6217
|
+
class LearningGenaiRootCodeyChatMetadata
|
5918
6218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5919
6219
|
|
5920
6220
|
include Google::Apis::Core::JsonObjectSupport
|
5921
6221
|
end
|
5922
6222
|
|
5923
|
-
class
|
6223
|
+
class LearningGenaiRootCodeyCheckpoint
|
5924
6224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5925
6225
|
|
5926
6226
|
include Google::Apis::Core::JsonObjectSupport
|
5927
6227
|
end
|
5928
6228
|
|
5929
|
-
class
|
6229
|
+
class LearningGenaiRootCodeyCompletionMetadata
|
5930
6230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5931
6231
|
|
5932
6232
|
include Google::Apis::Core::JsonObjectSupport
|
5933
6233
|
end
|
5934
6234
|
|
5935
|
-
class
|
6235
|
+
class LearningGenaiRootCodeyGenerationMetadata
|
5936
6236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5937
6237
|
|
5938
6238
|
include Google::Apis::Core::JsonObjectSupport
|
5939
6239
|
end
|
5940
6240
|
|
5941
|
-
class
|
6241
|
+
class LearningGenaiRootCodeyOutput
|
5942
6242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5943
6243
|
|
5944
6244
|
include Google::Apis::Core::JsonObjectSupport
|
5945
6245
|
end
|
5946
6246
|
|
5947
|
-
class
|
6247
|
+
class LearningGenaiRootCodeyTruncatorMetadata
|
5948
6248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5949
6249
|
|
5950
6250
|
include Google::Apis::Core::JsonObjectSupport
|
5951
6251
|
end
|
5952
6252
|
|
5953
|
-
class
|
6253
|
+
class LearningGenaiRootControlDecodingConfigThreshold
|
5954
6254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5955
6255
|
|
5956
6256
|
include Google::Apis::Core::JsonObjectSupport
|
5957
6257
|
end
|
5958
6258
|
|
5959
|
-
class
|
6259
|
+
class LearningGenaiRootControlDecodingRecord
|
5960
6260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5961
6261
|
|
5962
6262
|
include Google::Apis::Core::JsonObjectSupport
|
5963
6263
|
end
|
5964
6264
|
|
5965
|
-
class
|
6265
|
+
class LearningGenaiRootControlDecodingRecordPolicyScore
|
5966
6266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5967
6267
|
|
5968
6268
|
include Google::Apis::Core::JsonObjectSupport
|
5969
6269
|
end
|
5970
6270
|
|
5971
|
-
class
|
6271
|
+
class LearningGenaiRootControlDecodingRecords
|
5972
6272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5973
6273
|
|
5974
6274
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -6272,6 +6572,7 @@ module Google
|
|
6272
6572
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6273
6573
|
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia::Representation
|
6274
6574
|
|
6575
|
+
property :rai_error_message, as: 'raiErrorMessage'
|
6275
6576
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
6276
6577
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
6277
6578
|
property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText::Representation
|
@@ -6792,8 +7093,6 @@ module Google
|
|
6792
7093
|
|
6793
7094
|
property :http_basic_auth_config, as: 'httpBasicAuthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig::Representation
|
6794
7095
|
|
6795
|
-
property :no_auth, as: 'noAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigNoAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigNoAuth::Representation
|
6796
|
-
|
6797
7096
|
property :oauth_config, as: 'oauthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOauthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOauthConfig::Representation
|
6798
7097
|
|
6799
7098
|
property :oidc_config, as: 'oidcConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOidcConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOidcConfig::Representation
|
@@ -6824,12 +7123,6 @@ module Google
|
|
6824
7123
|
end
|
6825
7124
|
end
|
6826
7125
|
|
6827
|
-
class GoogleCloudAiplatformV1beta1AuthConfigNoAuth
|
6828
|
-
# @private
|
6829
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6830
|
-
end
|
6831
|
-
end
|
6832
|
-
|
6833
7126
|
class GoogleCloudAiplatformV1beta1AuthConfigOauthConfig
|
6834
7127
|
# @private
|
6835
7128
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7660,6 +7953,24 @@ module Google
|
|
7660
7953
|
end
|
7661
7954
|
end
|
7662
7955
|
|
7956
|
+
class GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata
|
7957
|
+
# @private
|
7958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7959
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
7960
|
+
|
7961
|
+
end
|
7962
|
+
end
|
7963
|
+
|
7964
|
+
class GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest
|
7965
|
+
# @private
|
7966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7967
|
+
property :model_monitoring_job, as: 'modelMonitoringJob', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob::Representation
|
7968
|
+
|
7969
|
+
property :model_monitoring_job_id, as: 'modelMonitoringJobId'
|
7970
|
+
property :parent, as: 'parent'
|
7971
|
+
end
|
7972
|
+
end
|
7973
|
+
|
7663
7974
|
class GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
|
7664
7975
|
# @private
|
7665
7976
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8206,6 +8517,8 @@ module Google
|
|
8206
8517
|
property :network, as: 'network'
|
8207
8518
|
property :predict_request_response_logging_config, as: 'predictRequestResponseLoggingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig::Representation
|
8208
8519
|
|
8520
|
+
property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig::Representation
|
8521
|
+
|
8209
8522
|
hash :traffic_split, as: 'trafficSplit'
|
8210
8523
|
property :update_time, as: 'updateTime'
|
8211
8524
|
end
|
@@ -9629,13 +9942,6 @@ module Google
|
|
9629
9942
|
end
|
9630
9943
|
end
|
9631
9944
|
|
9632
|
-
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
9633
|
-
# @private
|
9634
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9635
|
-
property :disable_attribution, as: 'disableAttribution'
|
9636
|
-
end
|
9637
|
-
end
|
9638
|
-
|
9639
9945
|
class GoogleCloudAiplatformV1beta1GroundednessInput
|
9640
9946
|
# @private
|
9641
9947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9670,41 +9976,12 @@ module Google
|
|
9670
9976
|
end
|
9671
9977
|
end
|
9672
9978
|
|
9673
|
-
class GoogleCloudAiplatformV1beta1GroundingAttribution
|
9674
|
-
# @private
|
9675
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9676
|
-
property :confidence_score, as: 'confidenceScore'
|
9677
|
-
property :retrieved_context, as: 'retrievedContext', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingAttributionRetrievedContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingAttributionRetrievedContext::Representation
|
9678
|
-
|
9679
|
-
property :segment, as: 'segment', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Segment, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Segment::Representation
|
9680
|
-
|
9681
|
-
property :web, as: 'web', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingAttributionWeb, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingAttributionWeb::Representation
|
9682
|
-
|
9683
|
-
end
|
9684
|
-
end
|
9685
|
-
|
9686
|
-
class GoogleCloudAiplatformV1beta1GroundingAttributionRetrievedContext
|
9687
|
-
# @private
|
9688
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9689
|
-
property :title, as: 'title'
|
9690
|
-
property :uri, as: 'uri'
|
9691
|
-
end
|
9692
|
-
end
|
9693
|
-
|
9694
|
-
class GoogleCloudAiplatformV1beta1GroundingAttributionWeb
|
9695
|
-
# @private
|
9696
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9697
|
-
property :title, as: 'title'
|
9698
|
-
property :uri, as: 'uri'
|
9699
|
-
end
|
9700
|
-
end
|
9701
|
-
|
9702
9979
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
9703
9980
|
# @private
|
9704
9981
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9705
|
-
collection :grounding_attributions, as: 'groundingAttributions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingAttribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingAttribution::Representation
|
9706
|
-
|
9707
9982
|
collection :retrieval_queries, as: 'retrievalQueries'
|
9983
|
+
property :search_entry_point, as: 'searchEntryPoint', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchEntryPoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchEntryPoint::Representation
|
9984
|
+
|
9708
9985
|
collection :web_search_queries, as: 'webSearchQueries'
|
9709
9986
|
end
|
9710
9987
|
end
|
@@ -10270,6 +10547,24 @@ module Google
|
|
10270
10547
|
end
|
10271
10548
|
end
|
10272
10549
|
|
10550
|
+
class GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse
|
10551
|
+
# @private
|
10552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10553
|
+
collection :model_monitoring_jobs, as: 'modelMonitoringJobs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob::Representation
|
10554
|
+
|
10555
|
+
property :next_page_token, as: 'nextPageToken'
|
10556
|
+
end
|
10557
|
+
end
|
10558
|
+
|
10559
|
+
class GoogleCloudAiplatformV1beta1ListModelMonitorsResponse
|
10560
|
+
# @private
|
10561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10562
|
+
collection :model_monitors, as: 'modelMonitors', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitor::Representation
|
10563
|
+
|
10564
|
+
property :next_page_token, as: 'nextPageToken'
|
10565
|
+
end
|
10566
|
+
end
|
10567
|
+
|
10273
10568
|
class GoogleCloudAiplatformV1beta1ListModelVersionsResponse
|
10274
10569
|
# @private
|
10275
10570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10306,6 +10601,15 @@ module Google
|
|
10306
10601
|
end
|
10307
10602
|
end
|
10308
10603
|
|
10604
|
+
class GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse
|
10605
|
+
# @private
|
10606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10607
|
+
property :next_page_token, as: 'nextPageToken'
|
10608
|
+
collection :notebook_execution_jobs, as: 'notebookExecutionJobs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJob::Representation
|
10609
|
+
|
10610
|
+
end
|
10611
|
+
end
|
10612
|
+
|
10309
10613
|
class GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse
|
10310
10614
|
# @private
|
10311
10615
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10933,40 +11237,251 @@ module Google
|
|
10933
11237
|
end
|
10934
11238
|
end
|
10935
11239
|
|
10936
|
-
class GoogleCloudAiplatformV1beta1ModelGardenSource
|
11240
|
+
class GoogleCloudAiplatformV1beta1ModelGardenSource
|
11241
|
+
# @private
|
11242
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11243
|
+
property :public_model_name, as: 'publicModelName'
|
11244
|
+
end
|
11245
|
+
end
|
11246
|
+
|
11247
|
+
class GoogleCloudAiplatformV1beta1ModelMonitor
|
11248
|
+
# @private
|
11249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11250
|
+
property :create_time, as: 'createTime'
|
11251
|
+
property :display_name, as: 'displayName'
|
11252
|
+
property :explanation_spec, as: 'explanationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec::Representation
|
11253
|
+
|
11254
|
+
property :model_monitoring_schema, as: 'modelMonitoringSchema', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchema::Representation
|
11255
|
+
|
11256
|
+
property :model_monitoring_target, as: 'modelMonitoringTarget', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget::Representation
|
11257
|
+
|
11258
|
+
property :name, as: 'name'
|
11259
|
+
property :notification_spec, as: 'notificationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec::Representation
|
11260
|
+
|
11261
|
+
property :output_spec, as: 'outputSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec::Representation
|
11262
|
+
|
11263
|
+
property :tabular_objective, as: 'tabularObjective', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective::Representation
|
11264
|
+
|
11265
|
+
property :training_dataset, as: 'trainingDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
11266
|
+
|
11267
|
+
property :update_time, as: 'updateTime'
|
11268
|
+
end
|
11269
|
+
end
|
11270
|
+
|
11271
|
+
class GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
|
11272
|
+
# @private
|
11273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11274
|
+
property :vertex_model, as: 'vertexModel', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource::Representation
|
11275
|
+
|
11276
|
+
end
|
11277
|
+
end
|
11278
|
+
|
11279
|
+
class GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource
|
11280
|
+
# @private
|
11281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11282
|
+
property :model, as: 'model'
|
11283
|
+
property :model_version_id, as: 'modelVersionId'
|
11284
|
+
end
|
11285
|
+
end
|
11286
|
+
|
11287
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlert
|
11288
|
+
# @private
|
11289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11290
|
+
property :alert_time, as: 'alertTime'
|
11291
|
+
property :anomaly, as: 'anomaly', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly::Representation
|
11292
|
+
|
11293
|
+
property :objective_type, as: 'objectiveType'
|
11294
|
+
property :stats_name, as: 'statsName'
|
11295
|
+
end
|
11296
|
+
end
|
11297
|
+
|
11298
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition
|
11299
|
+
# @private
|
11300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11301
|
+
property :threshold, as: 'threshold'
|
11302
|
+
end
|
11303
|
+
end
|
11304
|
+
|
11305
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
|
11306
|
+
# @private
|
11307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11308
|
+
property :email_alert_config, as: 'emailAlertConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig::Representation
|
11309
|
+
|
11310
|
+
property :enable_logging, as: 'enableLogging'
|
11311
|
+
collection :notification_channels, as: 'notificationChannels'
|
11312
|
+
end
|
11313
|
+
end
|
11314
|
+
|
11315
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
|
11316
|
+
# @private
|
11317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11318
|
+
collection :user_emails, as: 'userEmails'
|
11319
|
+
end
|
11320
|
+
end
|
11321
|
+
|
11322
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly
|
11323
|
+
# @private
|
11324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11325
|
+
property :algorithm, as: 'algorithm'
|
11326
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
11327
|
+
property :tabular_anomaly, as: 'tabularAnomaly', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly::Representation
|
11328
|
+
|
11329
|
+
end
|
11330
|
+
end
|
11331
|
+
|
11332
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly
|
11333
|
+
# @private
|
11334
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11335
|
+
property :anomaly, as: 'anomaly'
|
11336
|
+
property :anomaly_uri, as: 'anomalyUri'
|
11337
|
+
property :condition, as: 'condition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11338
|
+
|
11339
|
+
property :summary, as: 'summary'
|
11340
|
+
property :trigger_time, as: 'triggerTime'
|
11341
|
+
end
|
11342
|
+
end
|
11343
|
+
|
11344
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringConfig
|
11345
|
+
# @private
|
11346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11347
|
+
property :alert_config, as: 'alertConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig::Representation
|
11348
|
+
|
11349
|
+
property :analysis_instance_schema_uri, as: 'analysisInstanceSchemaUri'
|
11350
|
+
collection :objective_configs, as: 'objectiveConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig::Representation
|
11351
|
+
|
11352
|
+
property :stats_anomalies_base_directory, as: 'statsAnomaliesBaseDirectory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
11353
|
+
|
11354
|
+
end
|
11355
|
+
end
|
11356
|
+
|
11357
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInput
|
11358
|
+
# @private
|
11359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11360
|
+
property :batch_prediction_output, as: 'batchPredictionOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput::Representation
|
11361
|
+
|
11362
|
+
property :columnized_dataset, as: 'columnizedDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset::Representation
|
11363
|
+
|
11364
|
+
property :time_interval, as: 'timeInterval', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
11365
|
+
|
11366
|
+
property :time_offset, as: 'timeOffset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset::Representation
|
11367
|
+
|
11368
|
+
property :vertex_endpoint_logs, as: 'vertexEndpointLogs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs::Representation
|
11369
|
+
|
11370
|
+
end
|
11371
|
+
end
|
11372
|
+
|
11373
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
|
11374
|
+
# @private
|
11375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11376
|
+
property :batch_prediction_job, as: 'batchPredictionJob'
|
11377
|
+
end
|
11378
|
+
end
|
11379
|
+
|
11380
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset
|
11381
|
+
# @private
|
11382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11383
|
+
property :bigquery_source, as: 'bigquerySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource::Representation
|
11384
|
+
|
11385
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource::Representation
|
11386
|
+
|
11387
|
+
property :timestamp_field, as: 'timestampField'
|
11388
|
+
property :vertex_dataset, as: 'vertexDataset'
|
11389
|
+
end
|
11390
|
+
end
|
11391
|
+
|
11392
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource
|
11393
|
+
# @private
|
11394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11395
|
+
property :query, as: 'query'
|
11396
|
+
property :table_uri, as: 'tableUri'
|
11397
|
+
end
|
11398
|
+
end
|
11399
|
+
|
11400
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource
|
11401
|
+
# @private
|
11402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11403
|
+
property :format, as: 'format'
|
11404
|
+
property :gcs_uri, as: 'gcsUri'
|
11405
|
+
end
|
11406
|
+
end
|
11407
|
+
|
11408
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset
|
11409
|
+
# @private
|
11410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11411
|
+
property :offset, as: 'offset'
|
11412
|
+
property :window, as: 'window'
|
11413
|
+
end
|
11414
|
+
end
|
11415
|
+
|
11416
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
|
11417
|
+
# @private
|
11418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11419
|
+
collection :endpoints, as: 'endpoints'
|
11420
|
+
end
|
11421
|
+
end
|
11422
|
+
|
11423
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJob
|
11424
|
+
# @private
|
11425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11426
|
+
property :create_time, as: 'createTime'
|
11427
|
+
property :display_name, as: 'displayName'
|
11428
|
+
property :job_execution_detail, as: 'jobExecutionDetail', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail::Representation
|
11429
|
+
|
11430
|
+
property :model_monitoring_spec, as: 'modelMonitoringSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSpec::Representation
|
11431
|
+
|
11432
|
+
property :name, as: 'name'
|
11433
|
+
property :schedule, as: 'schedule'
|
11434
|
+
property :schedule_time, as: 'scheduleTime'
|
11435
|
+
property :state, as: 'state'
|
11436
|
+
property :update_time, as: 'updateTime'
|
11437
|
+
end
|
11438
|
+
end
|
11439
|
+
|
11440
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail
|
11441
|
+
# @private
|
11442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11443
|
+
collection :baseline_datasets, as: 'baselineDatasets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset::Representation
|
11444
|
+
|
11445
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11446
|
+
|
11447
|
+
hash :objective_status, as: 'objectiveStatus', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11448
|
+
|
11449
|
+
collection :target_datasets, as: 'targetDatasets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset::Representation
|
11450
|
+
|
11451
|
+
end
|
11452
|
+
end
|
11453
|
+
|
11454
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset
|
10937
11455
|
# @private
|
10938
11456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10939
|
-
property :
|
11457
|
+
property :location, as: 'location'
|
11458
|
+
property :time_range, as: 'timeRange', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
11459
|
+
|
10940
11460
|
end
|
10941
11461
|
end
|
10942
11462
|
|
10943
|
-
class
|
11463
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec
|
10944
11464
|
# @private
|
10945
11465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10946
|
-
property :
|
11466
|
+
property :email_config, as: 'emailConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig::Representation
|
11467
|
+
|
11468
|
+
property :enable_cloud_logging, as: 'enableCloudLogging'
|
11469
|
+
collection :notification_channel_configs, as: 'notificationChannelConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig::Representation
|
10947
11470
|
|
10948
|
-
property :enable_logging, as: 'enableLogging'
|
10949
|
-
collection :notification_channels, as: 'notificationChannels'
|
10950
11471
|
end
|
10951
11472
|
end
|
10952
11473
|
|
10953
|
-
class
|
11474
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig
|
10954
11475
|
# @private
|
10955
11476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10956
11477
|
collection :user_emails, as: 'userEmails'
|
10957
11478
|
end
|
10958
11479
|
end
|
10959
11480
|
|
10960
|
-
class
|
11481
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
|
10961
11482
|
# @private
|
10962
11483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10963
|
-
property :
|
10964
|
-
|
10965
|
-
property :analysis_instance_schema_uri, as: 'analysisInstanceSchemaUri'
|
10966
|
-
collection :objective_configs, as: 'objectiveConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig::Representation
|
10967
|
-
|
10968
|
-
property :stats_anomalies_base_directory, as: 'statsAnomaliesBaseDirectory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
10969
|
-
|
11484
|
+
property :notification_channel, as: 'notificationChannel'
|
10970
11485
|
end
|
10971
11486
|
end
|
10972
11487
|
|
@@ -11043,6 +11558,109 @@ module Google
|
|
11043
11558
|
end
|
11044
11559
|
end
|
11045
11560
|
|
11561
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec
|
11562
|
+
# @private
|
11563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11564
|
+
property :baseline_dataset, as: 'baselineDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
11565
|
+
|
11566
|
+
property :explanation_spec, as: 'explanationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec::Representation
|
11567
|
+
|
11568
|
+
property :tabular_objective, as: 'tabularObjective', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective::Representation
|
11569
|
+
|
11570
|
+
property :target_dataset, as: 'targetDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
11571
|
+
|
11572
|
+
end
|
11573
|
+
end
|
11574
|
+
|
11575
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec
|
11576
|
+
# @private
|
11577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11578
|
+
property :categorical_metric_type, as: 'categoricalMetricType'
|
11579
|
+
property :default_categorical_alert_condition, as: 'defaultCategoricalAlertCondition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11580
|
+
|
11581
|
+
property :default_numeric_alert_condition, as: 'defaultNumericAlertCondition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11582
|
+
|
11583
|
+
hash :feature_alert_conditions, as: 'featureAlertConditions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11584
|
+
|
11585
|
+
collection :features, as: 'features'
|
11586
|
+
property :numeric_metric_type, as: 'numericMetricType'
|
11587
|
+
end
|
11588
|
+
end
|
11589
|
+
|
11590
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec
|
11591
|
+
# @private
|
11592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11593
|
+
property :batch_explanation_dedicated_resources, as: 'batchExplanationDedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchDedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchDedicatedResources::Representation
|
11594
|
+
|
11595
|
+
property :default_alert_condition, as: 'defaultAlertCondition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11596
|
+
|
11597
|
+
hash :feature_alert_conditions, as: 'featureAlertConditions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11598
|
+
|
11599
|
+
collection :features, as: 'features'
|
11600
|
+
end
|
11601
|
+
end
|
11602
|
+
|
11603
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective
|
11604
|
+
# @private
|
11605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11606
|
+
property :feature_attribution_spec, as: 'featureAttributionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec::Representation
|
11607
|
+
|
11608
|
+
property :feature_drift_spec, as: 'featureDriftSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec::Representation
|
11609
|
+
|
11610
|
+
property :prediction_output_drift_spec, as: 'predictionOutputDriftSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec::Representation
|
11611
|
+
|
11612
|
+
end
|
11613
|
+
end
|
11614
|
+
|
11615
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec
|
11616
|
+
# @private
|
11617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11618
|
+
property :gcs_base_directory, as: 'gcsBaseDirectory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
11619
|
+
|
11620
|
+
end
|
11621
|
+
end
|
11622
|
+
|
11623
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSchema
|
11624
|
+
# @private
|
11625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11626
|
+
collection :feature_fields, as: 'featureFields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema::Representation
|
11627
|
+
|
11628
|
+
collection :ground_truth_fields, as: 'groundTruthFields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema::Representation
|
11629
|
+
|
11630
|
+
collection :prediction_fields, as: 'predictionFields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema::Representation
|
11631
|
+
|
11632
|
+
end
|
11633
|
+
end
|
11634
|
+
|
11635
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema
|
11636
|
+
# @private
|
11637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11638
|
+
property :data_type, as: 'dataType'
|
11639
|
+
property :name, as: 'name'
|
11640
|
+
property :repeated, as: 'repeated'
|
11641
|
+
end
|
11642
|
+
end
|
11643
|
+
|
11644
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSpec
|
11645
|
+
# @private
|
11646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11647
|
+
property :notification_spec, as: 'notificationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec::Representation
|
11648
|
+
|
11649
|
+
property :objective_spec, as: 'objectiveSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec::Representation
|
11650
|
+
|
11651
|
+
property :output_spec, as: 'outputSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec::Representation
|
11652
|
+
|
11653
|
+
end
|
11654
|
+
end
|
11655
|
+
|
11656
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStats
|
11657
|
+
# @private
|
11658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11659
|
+
property :tabular_stats, as: 'tabularStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats::Representation
|
11660
|
+
|
11661
|
+
end
|
11662
|
+
end
|
11663
|
+
|
11046
11664
|
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies
|
11047
11665
|
# @private
|
11048
11666
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11067,6 +11685,49 @@ module Google
|
|
11067
11685
|
end
|
11068
11686
|
end
|
11069
11687
|
|
11688
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint
|
11689
|
+
# @private
|
11690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11691
|
+
property :algorithm, as: 'algorithm'
|
11692
|
+
property :baseline_stats, as: 'baselineStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue::Representation
|
11693
|
+
|
11694
|
+
property :create_time, as: 'createTime'
|
11695
|
+
property :current_stats, as: 'currentStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue::Representation
|
11696
|
+
|
11697
|
+
property :has_anomaly, as: 'hasAnomaly'
|
11698
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
11699
|
+
property :schedule, as: 'schedule'
|
11700
|
+
property :threshold_value, as: 'thresholdValue'
|
11701
|
+
end
|
11702
|
+
end
|
11703
|
+
|
11704
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue
|
11705
|
+
# @private
|
11706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11707
|
+
property :distribution_value, as: 'distributionValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue::Representation
|
11708
|
+
|
11709
|
+
property :double_value, as: 'doubleValue'
|
11710
|
+
end
|
11711
|
+
end
|
11712
|
+
|
11713
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue
|
11714
|
+
# @private
|
11715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11716
|
+
property :distribution, as: 'distribution'
|
11717
|
+
property :distribution_deviation, as: 'distributionDeviation'
|
11718
|
+
end
|
11719
|
+
end
|
11720
|
+
|
11721
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats
|
11722
|
+
# @private
|
11723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11724
|
+
collection :data_points, as: 'dataPoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint::Representation
|
11725
|
+
|
11726
|
+
property :objective_type, as: 'objectiveType'
|
11727
|
+
property :stats_name, as: 'statsName'
|
11728
|
+
end
|
11729
|
+
end
|
11730
|
+
|
11070
11731
|
class GoogleCloudAiplatformV1beta1ModelOriginalModelInfo
|
11071
11732
|
# @private
|
11072
11733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11363,6 +12024,68 @@ module Google
|
|
11363
12024
|
end
|
11364
12025
|
end
|
11365
12026
|
|
12027
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJob
|
12028
|
+
# @private
|
12029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12030
|
+
property :create_time, as: 'createTime'
|
12031
|
+
property :custom_environment_spec, as: 'customEnvironmentSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec::Representation
|
12032
|
+
|
12033
|
+
property :dataform_repository_source, as: 'dataformRepositorySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource::Representation
|
12034
|
+
|
12035
|
+
property :direct_notebook_source, as: 'directNotebookSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource::Representation
|
12036
|
+
|
12037
|
+
property :display_name, as: 'displayName'
|
12038
|
+
property :execution_timeout, as: 'executionTimeout'
|
12039
|
+
property :execution_user, as: 'executionUser'
|
12040
|
+
property :gcs_notebook_source, as: 'gcsNotebookSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource::Representation
|
12041
|
+
|
12042
|
+
property :gcs_output_uri, as: 'gcsOutputUri'
|
12043
|
+
property :job_state, as: 'jobState'
|
12044
|
+
property :name, as: 'name'
|
12045
|
+
property :notebook_runtime_template_resource_name, as: 'notebookRuntimeTemplateResourceName'
|
12046
|
+
property :schedule_resource_name, as: 'scheduleResourceName'
|
12047
|
+
property :service_account, as: 'serviceAccount'
|
12048
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
12049
|
+
|
12050
|
+
property :update_time, as: 'updateTime'
|
12051
|
+
end
|
12052
|
+
end
|
12053
|
+
|
12054
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobCustomEnvironmentSpec
|
12055
|
+
# @private
|
12056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12057
|
+
property :machine_spec, as: 'machineSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MachineSpec::Representation
|
12058
|
+
|
12059
|
+
property :network_spec, as: 'networkSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NetworkSpec::Representation
|
12060
|
+
|
12061
|
+
property :persistent_disk_spec, as: 'persistentDiskSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PersistentDiskSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PersistentDiskSpec::Representation
|
12062
|
+
|
12063
|
+
end
|
12064
|
+
end
|
12065
|
+
|
12066
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
12067
|
+
# @private
|
12068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12069
|
+
property :commit_sha, as: 'commitSha'
|
12070
|
+
property :dataform_repository_resource_name, as: 'dataformRepositoryResourceName'
|
12071
|
+
end
|
12072
|
+
end
|
12073
|
+
|
12074
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDirectNotebookSource
|
12075
|
+
# @private
|
12076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12077
|
+
property :content, :base64 => true, as: 'content'
|
12078
|
+
end
|
12079
|
+
end
|
12080
|
+
|
12081
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource
|
12082
|
+
# @private
|
12083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12084
|
+
property :generation, as: 'generation'
|
12085
|
+
property :uri, as: 'uri'
|
12086
|
+
end
|
12087
|
+
end
|
12088
|
+
|
11366
12089
|
class GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
|
11367
12090
|
# @private
|
11368
12091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11856,6 +12579,8 @@ module Google
|
|
11856
12579
|
|
11857
12580
|
property :deploy_gke, as: 'deployGke', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke::Representation
|
11858
12581
|
|
12582
|
+
property :fine_tune, as: 'fineTune', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
12583
|
+
|
11859
12584
|
property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
11860
12585
|
|
11861
12586
|
property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences::Representation
|
@@ -11889,6 +12614,7 @@ module Google
|
|
11889
12614
|
|
11890
12615
|
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources::Representation
|
11891
12616
|
|
12617
|
+
property :deploy_task_name, as: 'deployTaskName'
|
11892
12618
|
property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LargeModelReference, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LargeModelReference::Representation
|
11893
12619
|
|
11894
12620
|
property :model_display_name, as: 'modelDisplayName'
|
@@ -12759,6 +13485,8 @@ module Google
|
|
12759
13485
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12760
13486
|
property :allow_queueing, as: 'allowQueueing'
|
12761
13487
|
property :catch_up, as: 'catchUp'
|
13488
|
+
property :create_model_monitoring_job_request, as: 'createModelMonitoringJobRequest', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest::Representation
|
13489
|
+
|
12762
13490
|
property :create_pipeline_job_request, as: 'createPipelineJobRequest', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreatePipelineJobRequest, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreatePipelineJobRequest::Representation
|
12763
13491
|
|
12764
13492
|
property :create_time, as: 'createTime'
|
@@ -14413,6 +15141,14 @@ module Google
|
|
14413
15141
|
end
|
14414
15142
|
end
|
14415
15143
|
|
15144
|
+
class GoogleCloudAiplatformV1beta1SearchEntryPoint
|
15145
|
+
# @private
|
15146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15147
|
+
property :rendered_content, as: 'renderedContent'
|
15148
|
+
property :sdk_blob, :base64 => true, as: 'sdkBlob'
|
15149
|
+
end
|
15150
|
+
end
|
15151
|
+
|
14416
15152
|
class GoogleCloudAiplatformV1beta1SearchFeaturesResponse
|
14417
15153
|
# @private
|
14418
15154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14471,29 +15207,83 @@ module Google
|
|
14471
15207
|
end
|
14472
15208
|
end
|
14473
15209
|
|
14474
|
-
class
|
15210
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest
|
14475
15211
|
# @private
|
14476
15212
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14477
|
-
property :
|
15213
|
+
property :alert_time_interval, as: 'alertTimeInterval', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
14478
15214
|
|
14479
|
-
property :
|
15215
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
15216
|
+
property :objective_type, as: 'objectiveType'
|
15217
|
+
property :page_size, as: 'pageSize'
|
15218
|
+
property :page_token, as: 'pageToken'
|
15219
|
+
property :stats_name, as: 'statsName'
|
14480
15220
|
end
|
14481
15221
|
end
|
14482
15222
|
|
14483
|
-
class
|
15223
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse
|
14484
15224
|
# @private
|
14485
15225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14486
|
-
|
15226
|
+
collection :model_monitoring_alerts, as: 'modelMonitoringAlerts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlert, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlert::Representation
|
14487
15227
|
|
15228
|
+
property :next_page_token, as: 'nextPageToken'
|
15229
|
+
property :total_number_alerts, :numeric_string => true, as: 'totalNumberAlerts'
|
14488
15230
|
end
|
14489
15231
|
end
|
14490
15232
|
|
14491
|
-
class
|
15233
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter
|
14492
15234
|
# @private
|
14493
15235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14494
|
-
property :
|
14495
|
-
|
14496
|
-
|
15236
|
+
property :tabular_stats_filter, as: 'tabularStatsFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter::Representation
|
15237
|
+
|
15238
|
+
end
|
15239
|
+
end
|
15240
|
+
|
15241
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
|
15242
|
+
# @private
|
15243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15244
|
+
property :algorithm, as: 'algorithm'
|
15245
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
15246
|
+
property :model_monitoring_schedule, as: 'modelMonitoringSchedule'
|
15247
|
+
property :objective_type, as: 'objectiveType'
|
15248
|
+
property :stats_name, as: 'statsName'
|
15249
|
+
end
|
15250
|
+
end
|
15251
|
+
|
15252
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest
|
15253
|
+
# @private
|
15254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15255
|
+
property :page_size, as: 'pageSize'
|
15256
|
+
property :page_token, as: 'pageToken'
|
15257
|
+
property :stats_filter, as: 'statsFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter::Representation
|
15258
|
+
|
15259
|
+
property :time_interval, as: 'timeInterval', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
15260
|
+
|
15261
|
+
end
|
15262
|
+
end
|
15263
|
+
|
15264
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse
|
15265
|
+
# @private
|
15266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15267
|
+
collection :monitoring_stats, as: 'monitoringStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStats::Representation
|
15268
|
+
|
15269
|
+
property :next_page_token, as: 'nextPageToken'
|
15270
|
+
end
|
15271
|
+
end
|
15272
|
+
|
15273
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
|
15274
|
+
# @private
|
15275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15276
|
+
property :query, as: 'query', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQuery, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQuery::Representation
|
15277
|
+
|
15278
|
+
property :return_full_entity, as: 'returnFullEntity'
|
15279
|
+
end
|
15280
|
+
end
|
15281
|
+
|
15282
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse
|
15283
|
+
# @private
|
15284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15285
|
+
property :nearest_neighbors, as: 'nearestNeighbors', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighbors, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighbors::Representation
|
15286
|
+
|
14497
15287
|
end
|
14498
15288
|
end
|
14499
15289
|
|
@@ -15166,8 +15956,6 @@ module Google
|
|
15166
15956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15167
15957
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
15168
15958
|
|
15169
|
-
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
15170
|
-
|
15171
15959
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval::Representation
|
15172
15960
|
|
15173
15961
|
end
|
@@ -15582,6 +16370,14 @@ module Google
|
|
15582
16370
|
end
|
15583
16371
|
end
|
15584
16372
|
|
16373
|
+
class GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata
|
16374
|
+
# @private
|
16375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16376
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
16377
|
+
|
16378
|
+
end
|
16379
|
+
end
|
16380
|
+
|
15585
16381
|
class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
|
15586
16382
|
# @private
|
15587
16383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15695,6 +16491,7 @@ module Google
|
|
15695
16491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15696
16492
|
collection :rag_corpora, as: 'ragCorpora'
|
15697
16493
|
property :similarity_top_k, as: 'similarityTopK'
|
16494
|
+
property :vector_distance_threshold, as: 'vectorDistanceThreshold'
|
15698
16495
|
end
|
15699
16496
|
end
|
15700
16497
|
|
@@ -16032,6 +16829,7 @@ module Google
|
|
16032
16829
|
property :end_index, as: 'endIndex'
|
16033
16830
|
property :raw_text, as: 'rawText'
|
16034
16831
|
property :segment_recitation_action, as: 'segmentRecitationAction'
|
16832
|
+
property :source_category, as: 'sourceCategory'
|
16035
16833
|
property :start_index, as: 'startIndex'
|
16036
16834
|
end
|
16037
16835
|
end
|
@@ -16105,6 +16903,7 @@ module Google
|
|
16105
16903
|
property :end_index, as: 'endIndex'
|
16106
16904
|
property :raw_text, as: 'rawText'
|
16107
16905
|
property :segment_recitation_action, as: 'segmentRecitationAction'
|
16906
|
+
property :source_category, as: 'sourceCategory'
|
16108
16907
|
property :start_index, as: 'startIndex'
|
16109
16908
|
end
|
16110
16909
|
end
|
@@ -16176,6 +16975,14 @@ module Google
|
|
16176
16975
|
end
|
16177
16976
|
end
|
16178
16977
|
|
16978
|
+
class LearningGenaiRootCodeyGenerationMetadata
|
16979
|
+
# @private
|
16980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16981
|
+
property :output, as: 'output'
|
16982
|
+
property :post_inference_step, as: 'postInferenceStep'
|
16983
|
+
end
|
16984
|
+
end
|
16985
|
+
|
16179
16986
|
class LearningGenaiRootCodeyOutput
|
16180
16987
|
# @private
|
16181
16988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16183,6 +16990,8 @@ module Google
|
|
16183
16990
|
|
16184
16991
|
property :codey_completion_metadata, as: 'codeyCompletionMetadata', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyCompletionMetadata, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyCompletionMetadata::Representation
|
16185
16992
|
|
16993
|
+
property :codey_generation_metadata, as: 'codeyGenerationMetadata', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyGenerationMetadata, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyGenerationMetadata::Representation
|
16994
|
+
|
16186
16995
|
end
|
16187
16996
|
end
|
16188
16997
|
|
@@ -16194,6 +17003,42 @@ module Google
|
|
16194
17003
|
end
|
16195
17004
|
end
|
16196
17005
|
|
17006
|
+
class LearningGenaiRootControlDecodingConfigThreshold
|
17007
|
+
# @private
|
17008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17009
|
+
property :policy, as: 'policy'
|
17010
|
+
property :score_max, as: 'scoreMax'
|
17011
|
+
end
|
17012
|
+
end
|
17013
|
+
|
17014
|
+
class LearningGenaiRootControlDecodingRecord
|
17015
|
+
# @private
|
17016
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17017
|
+
property :prefixes, as: 'prefixes'
|
17018
|
+
collection :scores, as: 'scores', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecordPolicyScore, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecordPolicyScore::Representation
|
17019
|
+
|
17020
|
+
property :suffiexes, as: 'suffiexes'
|
17021
|
+
collection :thresholds, as: 'thresholds', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingConfigThreshold, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingConfigThreshold::Representation
|
17022
|
+
|
17023
|
+
end
|
17024
|
+
end
|
17025
|
+
|
17026
|
+
class LearningGenaiRootControlDecodingRecordPolicyScore
|
17027
|
+
# @private
|
17028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17029
|
+
property :policy, as: 'policy'
|
17030
|
+
property :score, as: 'score'
|
17031
|
+
end
|
17032
|
+
end
|
17033
|
+
|
17034
|
+
class LearningGenaiRootControlDecodingRecords
|
17035
|
+
# @private
|
17036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17037
|
+
collection :records, as: 'records', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecord, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecord::Representation
|
17038
|
+
|
17039
|
+
end
|
17040
|
+
end
|
17041
|
+
|
16197
17042
|
class LearningGenaiRootDataProviderOutput
|
16198
17043
|
# @private
|
16199
17044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16231,6 +17076,8 @@ module Google
|
|
16231
17076
|
|
16232
17077
|
property :rai_signal, as: 'raiSignal', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceRaiSignal, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceRaiSignal::Representation
|
16233
17078
|
|
17079
|
+
property :records, as: 'records', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecords, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecords::Representation
|
17080
|
+
|
16234
17081
|
property :stream_recitation_result, as: 'streamRecitationResult', class: Google::Apis::AiplatformV1beta1::LanguageLabsAidaTrustRecitationProtoStreamRecitationResult, decorator: Google::Apis::AiplatformV1beta1::LanguageLabsAidaTrustRecitationProtoStreamRecitationResult::Representation
|
16235
17082
|
|
16236
17083
|
property :takedown_result, as: 'takedownResult', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootTakedownResult, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootTakedownResult::Representation
|