google-apis-aiplatform_v1beta1 0.24.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +1906 -192
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +905 -113
- data/lib/google/apis/aiplatform_v1beta1/service.rb +523 -34
- 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,24 @@ 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 GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3237
|
+
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
3239
|
+
end
|
3240
|
+
|
3241
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
|
+
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
3245
|
+
end
|
3246
|
+
|
3031
3247
|
class GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
|
3032
3248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3033
3249
|
|
@@ -4906,19 +5122,49 @@ module Google
|
|
4906
5122
|
include Google::Apis::Core::JsonObjectSupport
|
4907
5123
|
end
|
4908
5124
|
|
4909
|
-
class
|
5125
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest
|
4910
5126
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4911
5127
|
|
4912
5128
|
include Google::Apis::Core::JsonObjectSupport
|
4913
5129
|
end
|
4914
5130
|
|
4915
|
-
class
|
5131
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5133
|
+
|
5134
|
+
include Google::Apis::Core::JsonObjectSupport
|
5135
|
+
end
|
5136
|
+
|
5137
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter
|
5138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5139
|
+
|
5140
|
+
include Google::Apis::Core::JsonObjectSupport
|
5141
|
+
end
|
5142
|
+
|
5143
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
|
5144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5145
|
+
|
5146
|
+
include Google::Apis::Core::JsonObjectSupport
|
5147
|
+
end
|
5148
|
+
|
5149
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest
|
5150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5151
|
+
|
5152
|
+
include Google::Apis::Core::JsonObjectSupport
|
5153
|
+
end
|
5154
|
+
|
5155
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse
|
5156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5157
|
+
|
5158
|
+
include Google::Apis::Core::JsonObjectSupport
|
5159
|
+
end
|
5160
|
+
|
5161
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
|
4916
5162
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4917
5163
|
|
4918
5164
|
include Google::Apis::Core::JsonObjectSupport
|
4919
5165
|
end
|
4920
5166
|
|
4921
|
-
class
|
5167
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse
|
4922
5168
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4923
5169
|
|
4924
5170
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -5608,6 +5854,12 @@ module Google
|
|
5608
5854
|
include Google::Apis::Core::JsonObjectSupport
|
5609
5855
|
end
|
5610
5856
|
|
5857
|
+
class GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata
|
5858
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5859
|
+
|
5860
|
+
include Google::Apis::Core::JsonObjectSupport
|
5861
|
+
end
|
5862
|
+
|
5611
5863
|
class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
|
5612
5864
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5613
5865
|
|
@@ -5962,6 +6214,12 @@ module Google
|
|
5962
6214
|
include Google::Apis::Core::JsonObjectSupport
|
5963
6215
|
end
|
5964
6216
|
|
6217
|
+
class LearningGenaiRootCodeyGenerationMetadata
|
6218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6219
|
+
|
6220
|
+
include Google::Apis::Core::JsonObjectSupport
|
6221
|
+
end
|
6222
|
+
|
5965
6223
|
class LearningGenaiRootCodeyOutput
|
5966
6224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5967
6225
|
|
@@ -5974,6 +6232,30 @@ module Google
|
|
5974
6232
|
include Google::Apis::Core::JsonObjectSupport
|
5975
6233
|
end
|
5976
6234
|
|
6235
|
+
class LearningGenaiRootControlDecodingConfigThreshold
|
6236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6237
|
+
|
6238
|
+
include Google::Apis::Core::JsonObjectSupport
|
6239
|
+
end
|
6240
|
+
|
6241
|
+
class LearningGenaiRootControlDecodingRecord
|
6242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6243
|
+
|
6244
|
+
include Google::Apis::Core::JsonObjectSupport
|
6245
|
+
end
|
6246
|
+
|
6247
|
+
class LearningGenaiRootControlDecodingRecordPolicyScore
|
6248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6249
|
+
|
6250
|
+
include Google::Apis::Core::JsonObjectSupport
|
6251
|
+
end
|
6252
|
+
|
6253
|
+
class LearningGenaiRootControlDecodingRecords
|
6254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6255
|
+
|
6256
|
+
include Google::Apis::Core::JsonObjectSupport
|
6257
|
+
end
|
6258
|
+
|
5977
6259
|
class LearningGenaiRootDataProviderOutput
|
5978
6260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5979
6261
|
|
@@ -6272,6 +6554,7 @@ module Google
|
|
6272
6554
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6273
6555
|
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionMedia::Representation
|
6274
6556
|
|
6557
|
+
property :rai_error_message, as: 'raiErrorMessage'
|
6275
6558
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
6276
6559
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
6277
6560
|
property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1beta1::CloudAiLargeModelsVisionFilteredText::Representation
|
@@ -6792,8 +7075,6 @@ module Google
|
|
6792
7075
|
|
6793
7076
|
property :http_basic_auth_config, as: 'httpBasicAuthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigHttpBasicAuthConfig::Representation
|
6794
7077
|
|
6795
|
-
property :no_auth, as: 'noAuth', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigNoAuth, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigNoAuth::Representation
|
6796
|
-
|
6797
7078
|
property :oauth_config, as: 'oauthConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOauthConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOauthConfig::Representation
|
6798
7079
|
|
6799
7080
|
property :oidc_config, as: 'oidcConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOidcConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AuthConfigOidcConfig::Representation
|
@@ -6824,12 +7105,6 @@ module Google
|
|
6824
7105
|
end
|
6825
7106
|
end
|
6826
7107
|
|
6827
|
-
class GoogleCloudAiplatformV1beta1AuthConfigNoAuth
|
6828
|
-
# @private
|
6829
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6830
|
-
end
|
6831
|
-
end
|
6832
|
-
|
6833
7108
|
class GoogleCloudAiplatformV1beta1AuthConfigOauthConfig
|
6834
7109
|
# @private
|
6835
7110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7660,6 +7935,24 @@ module Google
|
|
7660
7935
|
end
|
7661
7936
|
end
|
7662
7937
|
|
7938
|
+
class GoogleCloudAiplatformV1beta1CreateModelMonitorOperationMetadata
|
7939
|
+
# @private
|
7940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7941
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
7942
|
+
|
7943
|
+
end
|
7944
|
+
end
|
7945
|
+
|
7946
|
+
class GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest
|
7947
|
+
# @private
|
7948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7949
|
+
property :model_monitoring_job, as: 'modelMonitoringJob', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob::Representation
|
7950
|
+
|
7951
|
+
property :model_monitoring_job_id, as: 'modelMonitoringJobId'
|
7952
|
+
property :parent, as: 'parent'
|
7953
|
+
end
|
7954
|
+
end
|
7955
|
+
|
7663
7956
|
class GoogleCloudAiplatformV1beta1CreateNotebookRuntimeTemplateOperationMetadata
|
7664
7957
|
# @private
|
7665
7958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8206,6 +8499,8 @@ module Google
|
|
8206
8499
|
property :network, as: 'network'
|
8207
8500
|
property :predict_request_response_logging_config, as: 'predictRequestResponseLoggingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictRequestResponseLoggingConfig::Representation
|
8208
8501
|
|
8502
|
+
property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig::Representation
|
8503
|
+
|
8209
8504
|
hash :traffic_split, as: 'trafficSplit'
|
8210
8505
|
property :update_time, as: 'updateTime'
|
8211
8506
|
end
|
@@ -9629,13 +9924,6 @@ module Google
|
|
9629
9924
|
end
|
9630
9925
|
end
|
9631
9926
|
|
9632
|
-
class GoogleCloudAiplatformV1beta1GoogleSearchRetrieval
|
9633
|
-
# @private
|
9634
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9635
|
-
property :disable_attribution, as: 'disableAttribution'
|
9636
|
-
end
|
9637
|
-
end
|
9638
|
-
|
9639
9927
|
class GoogleCloudAiplatformV1beta1GroundednessInput
|
9640
9928
|
# @private
|
9641
9929
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9670,40 +9958,9 @@ module Google
|
|
9670
9958
|
end
|
9671
9959
|
end
|
9672
9960
|
|
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
9961
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
9703
9962
|
# @private
|
9704
9963
|
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
9964
|
collection :retrieval_queries, as: 'retrievalQueries'
|
9708
9965
|
collection :web_search_queries, as: 'webSearchQueries'
|
9709
9966
|
end
|
@@ -10270,6 +10527,24 @@ module Google
|
|
10270
10527
|
end
|
10271
10528
|
end
|
10272
10529
|
|
10530
|
+
class GoogleCloudAiplatformV1beta1ListModelMonitoringJobsResponse
|
10531
|
+
# @private
|
10532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10533
|
+
collection :model_monitoring_jobs, as: 'modelMonitoringJobs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJob::Representation
|
10534
|
+
|
10535
|
+
property :next_page_token, as: 'nextPageToken'
|
10536
|
+
end
|
10537
|
+
end
|
10538
|
+
|
10539
|
+
class GoogleCloudAiplatformV1beta1ListModelMonitorsResponse
|
10540
|
+
# @private
|
10541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10542
|
+
collection :model_monitors, as: 'modelMonitors', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitor, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitor::Representation
|
10543
|
+
|
10544
|
+
property :next_page_token, as: 'nextPageToken'
|
10545
|
+
end
|
10546
|
+
end
|
10547
|
+
|
10273
10548
|
class GoogleCloudAiplatformV1beta1ListModelVersionsResponse
|
10274
10549
|
# @private
|
10275
10550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10306,6 +10581,15 @@ module Google
|
|
10306
10581
|
end
|
10307
10582
|
end
|
10308
10583
|
|
10584
|
+
class GoogleCloudAiplatformV1beta1ListNotebookExecutionJobsResponse
|
10585
|
+
# @private
|
10586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10587
|
+
property :next_page_token, as: 'nextPageToken'
|
10588
|
+
collection :notebook_execution_jobs, as: 'notebookExecutionJobs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJob::Representation
|
10589
|
+
|
10590
|
+
end
|
10591
|
+
end
|
10592
|
+
|
10309
10593
|
class GoogleCloudAiplatformV1beta1ListNotebookRuntimeTemplatesResponse
|
10310
10594
|
# @private
|
10311
10595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10909,64 +11193,275 @@ module Google
|
|
10909
11193
|
end
|
10910
11194
|
end
|
10911
11195
|
|
10912
|
-
class GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue
|
11196
|
+
class GoogleCloudAiplatformV1beta1ModelEvaluationSliceSliceSliceSpecValue
|
11197
|
+
# @private
|
11198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11199
|
+
property :float_value, as: 'floatValue'
|
11200
|
+
property :string_value, as: 'stringValue'
|
11201
|
+
end
|
11202
|
+
end
|
11203
|
+
|
11204
|
+
class GoogleCloudAiplatformV1beta1ModelExplanation
|
11205
|
+
# @private
|
11206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11207
|
+
collection :mean_attributions, as: 'meanAttributions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Attribution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Attribution::Representation
|
11208
|
+
|
11209
|
+
end
|
11210
|
+
end
|
11211
|
+
|
11212
|
+
class GoogleCloudAiplatformV1beta1ModelExportFormat
|
11213
|
+
# @private
|
11214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11215
|
+
collection :exportable_contents, as: 'exportableContents'
|
11216
|
+
property :id, as: 'id'
|
11217
|
+
end
|
11218
|
+
end
|
11219
|
+
|
11220
|
+
class GoogleCloudAiplatformV1beta1ModelGardenSource
|
11221
|
+
# @private
|
11222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11223
|
+
property :public_model_name, as: 'publicModelName'
|
11224
|
+
end
|
11225
|
+
end
|
11226
|
+
|
11227
|
+
class GoogleCloudAiplatformV1beta1ModelMonitor
|
11228
|
+
# @private
|
11229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11230
|
+
property :create_time, as: 'createTime'
|
11231
|
+
property :display_name, as: 'displayName'
|
11232
|
+
property :explanation_spec, as: 'explanationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec::Representation
|
11233
|
+
|
11234
|
+
property :model_monitoring_schema, as: 'modelMonitoringSchema', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchema::Representation
|
11235
|
+
|
11236
|
+
property :model_monitoring_target, as: 'modelMonitoringTarget', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget::Representation
|
11237
|
+
|
11238
|
+
property :name, as: 'name'
|
11239
|
+
property :notification_spec, as: 'notificationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec::Representation
|
11240
|
+
|
11241
|
+
property :output_spec, as: 'outputSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec::Representation
|
11242
|
+
|
11243
|
+
property :tabular_objective, as: 'tabularObjective', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective::Representation
|
11244
|
+
|
11245
|
+
property :training_dataset, as: 'trainingDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
11246
|
+
|
11247
|
+
property :update_time, as: 'updateTime'
|
11248
|
+
end
|
11249
|
+
end
|
11250
|
+
|
11251
|
+
class GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTarget
|
11252
|
+
# @private
|
11253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11254
|
+
property :vertex_model, as: 'vertexModel', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource::Representation
|
11255
|
+
|
11256
|
+
end
|
11257
|
+
end
|
11258
|
+
|
11259
|
+
class GoogleCloudAiplatformV1beta1ModelMonitorModelMonitoringTargetVertexModelSource
|
11260
|
+
# @private
|
11261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11262
|
+
property :model, as: 'model'
|
11263
|
+
property :model_version_id, as: 'modelVersionId'
|
11264
|
+
end
|
11265
|
+
end
|
11266
|
+
|
11267
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlert
|
11268
|
+
# @private
|
11269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11270
|
+
property :alert_time, as: 'alertTime'
|
11271
|
+
property :anomaly, as: 'anomaly', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly::Representation
|
11272
|
+
|
11273
|
+
property :objective_type, as: 'objectiveType'
|
11274
|
+
property :stats_name, as: 'statsName'
|
11275
|
+
end
|
11276
|
+
end
|
11277
|
+
|
11278
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition
|
11279
|
+
# @private
|
11280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11281
|
+
property :threshold, as: 'threshold'
|
11282
|
+
end
|
11283
|
+
end
|
11284
|
+
|
11285
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
|
11286
|
+
# @private
|
11287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11288
|
+
property :email_alert_config, as: 'emailAlertConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig::Representation
|
11289
|
+
|
11290
|
+
property :enable_logging, as: 'enableLogging'
|
11291
|
+
collection :notification_channels, as: 'notificationChannels'
|
11292
|
+
end
|
11293
|
+
end
|
11294
|
+
|
11295
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfigEmailAlertConfig
|
11296
|
+
# @private
|
11297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11298
|
+
collection :user_emails, as: 'userEmails'
|
11299
|
+
end
|
11300
|
+
end
|
11301
|
+
|
11302
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAnomaly
|
11303
|
+
# @private
|
11304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11305
|
+
property :algorithm, as: 'algorithm'
|
11306
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
11307
|
+
property :tabular_anomaly, as: 'tabularAnomaly', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly::Representation
|
11308
|
+
|
11309
|
+
end
|
11310
|
+
end
|
11311
|
+
|
11312
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringAnomalyTabularAnomaly
|
11313
|
+
# @private
|
11314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11315
|
+
property :anomaly, as: 'anomaly'
|
11316
|
+
property :anomaly_uri, as: 'anomalyUri'
|
11317
|
+
property :condition, as: 'condition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11318
|
+
|
11319
|
+
property :summary, as: 'summary'
|
11320
|
+
property :trigger_time, as: 'triggerTime'
|
11321
|
+
end
|
11322
|
+
end
|
11323
|
+
|
11324
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringConfig
|
11325
|
+
# @private
|
11326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11327
|
+
property :alert_config, as: 'alertConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig::Representation
|
11328
|
+
|
11329
|
+
property :analysis_instance_schema_uri, as: 'analysisInstanceSchemaUri'
|
11330
|
+
collection :objective_configs, as: 'objectiveConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveConfig::Representation
|
11331
|
+
|
11332
|
+
property :stats_anomalies_base_directory, as: 'statsAnomaliesBaseDirectory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
11333
|
+
|
11334
|
+
end
|
11335
|
+
end
|
11336
|
+
|
11337
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInput
|
11338
|
+
# @private
|
11339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11340
|
+
property :batch_prediction_output, as: 'batchPredictionOutput', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput::Representation
|
11341
|
+
|
11342
|
+
property :columnized_dataset, as: 'columnizedDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset::Representation
|
11343
|
+
|
11344
|
+
property :time_interval, as: 'timeInterval', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
11345
|
+
|
11346
|
+
property :time_offset, as: 'timeOffset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset::Representation
|
11347
|
+
|
11348
|
+
property :vertex_endpoint_logs, as: 'vertexEndpointLogs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs::Representation
|
11349
|
+
|
11350
|
+
end
|
11351
|
+
end
|
11352
|
+
|
11353
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputBatchPredictionOutput
|
11354
|
+
# @private
|
11355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11356
|
+
property :batch_prediction_job, as: 'batchPredictionJob'
|
11357
|
+
end
|
11358
|
+
end
|
11359
|
+
|
11360
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDataset
|
11361
|
+
# @private
|
11362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11363
|
+
property :bigquery_source, as: 'bigquerySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource::Representation
|
11364
|
+
|
11365
|
+
property :gcs_source, as: 'gcsSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource::Representation
|
11366
|
+
|
11367
|
+
property :timestamp_field, as: 'timestampField'
|
11368
|
+
property :vertex_dataset, as: 'vertexDataset'
|
11369
|
+
end
|
11370
|
+
end
|
11371
|
+
|
11372
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringBigQuerySource
|
11373
|
+
# @private
|
11374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11375
|
+
property :query, as: 'query'
|
11376
|
+
property :table_uri, as: 'tableUri'
|
11377
|
+
end
|
11378
|
+
end
|
11379
|
+
|
11380
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputModelMonitoringDatasetModelMonitoringGcsSource
|
11381
|
+
# @private
|
11382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11383
|
+
property :format, as: 'format'
|
11384
|
+
property :gcs_uri, as: 'gcsUri'
|
11385
|
+
end
|
11386
|
+
end
|
11387
|
+
|
11388
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputTimeOffset
|
11389
|
+
# @private
|
11390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11391
|
+
property :offset, as: 'offset'
|
11392
|
+
property :window, as: 'window'
|
11393
|
+
end
|
11394
|
+
end
|
11395
|
+
|
11396
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringInputVertexEndpointLogs
|
10913
11397
|
# @private
|
10914
11398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10915
|
-
|
10916
|
-
property :string_value, as: 'stringValue'
|
11399
|
+
collection :endpoints, as: 'endpoints'
|
10917
11400
|
end
|
10918
11401
|
end
|
10919
11402
|
|
10920
|
-
class
|
11403
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJob
|
10921
11404
|
# @private
|
10922
11405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10923
|
-
|
11406
|
+
property :create_time, as: 'createTime'
|
11407
|
+
property :display_name, as: 'displayName'
|
11408
|
+
property :job_execution_detail, as: 'jobExecutionDetail', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail::Representation
|
11409
|
+
|
11410
|
+
property :model_monitoring_spec, as: 'modelMonitoringSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSpec::Representation
|
10924
11411
|
|
11412
|
+
property :name, as: 'name'
|
11413
|
+
property :schedule, as: 'schedule'
|
11414
|
+
property :schedule_time, as: 'scheduleTime'
|
11415
|
+
property :state, as: 'state'
|
11416
|
+
property :update_time, as: 'updateTime'
|
10925
11417
|
end
|
10926
11418
|
end
|
10927
11419
|
|
10928
|
-
class
|
11420
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetail
|
10929
11421
|
# @private
|
10930
11422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10931
|
-
collection :
|
10932
|
-
|
11423
|
+
collection :baseline_datasets, as: 'baselineDatasets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset::Representation
|
11424
|
+
|
11425
|
+
property :error, as: 'error', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11426
|
+
|
11427
|
+
hash :objective_status, as: 'objectiveStatus', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
11428
|
+
|
11429
|
+
collection :target_datasets, as: 'targetDatasets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset::Representation
|
11430
|
+
|
10933
11431
|
end
|
10934
11432
|
end
|
10935
11433
|
|
10936
|
-
class
|
11434
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringJobExecutionDetailProcessedDataset
|
10937
11435
|
# @private
|
10938
11436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10939
|
-
property :
|
11437
|
+
property :location, as: 'location'
|
11438
|
+
property :time_range, as: 'timeRange', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
11439
|
+
|
10940
11440
|
end
|
10941
11441
|
end
|
10942
11442
|
|
10943
|
-
class
|
11443
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec
|
10944
11444
|
# @private
|
10945
11445
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10946
|
-
property :
|
11446
|
+
property :email_config, as: 'emailConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig::Representation
|
11447
|
+
|
11448
|
+
property :enable_cloud_logging, as: 'enableCloudLogging'
|
11449
|
+
collection :notification_channel_configs, as: 'notificationChannelConfigs', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig::Representation
|
10947
11450
|
|
10948
|
-
property :enable_logging, as: 'enableLogging'
|
10949
|
-
collection :notification_channels, as: 'notificationChannels'
|
10950
11451
|
end
|
10951
11452
|
end
|
10952
11453
|
|
10953
|
-
class
|
11454
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecEmailConfig
|
10954
11455
|
# @private
|
10955
11456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10956
11457
|
collection :user_emails, as: 'userEmails'
|
10957
11458
|
end
|
10958
11459
|
end
|
10959
11460
|
|
10960
|
-
class
|
11461
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpecNotificationChannelConfig
|
10961
11462
|
# @private
|
10962
11463
|
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
|
-
|
11464
|
+
property :notification_channel, as: 'notificationChannel'
|
10970
11465
|
end
|
10971
11466
|
end
|
10972
11467
|
|
@@ -11043,6 +11538,110 @@ module Google
|
|
11043
11538
|
end
|
11044
11539
|
end
|
11045
11540
|
|
11541
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec
|
11542
|
+
# @private
|
11543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11544
|
+
property :baseline_dataset, as: 'baselineDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
11545
|
+
|
11546
|
+
property :explanation_spec, as: 'explanationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec::Representation
|
11547
|
+
|
11548
|
+
property :tabular_objective, as: 'tabularObjective', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective::Representation
|
11549
|
+
|
11550
|
+
property :target_dataset, as: 'targetDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
11551
|
+
|
11552
|
+
end
|
11553
|
+
end
|
11554
|
+
|
11555
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec
|
11556
|
+
# @private
|
11557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11558
|
+
property :categorical_metric_type, as: 'categoricalMetricType'
|
11559
|
+
property :default_categorical_alert_condition, as: 'defaultCategoricalAlertCondition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11560
|
+
|
11561
|
+
property :default_numeric_alert_condition, as: 'defaultNumericAlertCondition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11562
|
+
|
11563
|
+
hash :feature_alert_conditions, as: 'featureAlertConditions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11564
|
+
|
11565
|
+
collection :features, as: 'features'
|
11566
|
+
property :numeric_metric_type, as: 'numericMetricType'
|
11567
|
+
end
|
11568
|
+
end
|
11569
|
+
|
11570
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec
|
11571
|
+
# @private
|
11572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11573
|
+
property :batch_explanation_dedicated_resources, as: 'batchExplanationDedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchDedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchDedicatedResources::Representation
|
11574
|
+
|
11575
|
+
property :default_alert_condition, as: 'defaultAlertCondition', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11576
|
+
|
11577
|
+
hash :feature_alert_conditions, as: 'featureAlertConditions', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlertCondition::Representation
|
11578
|
+
|
11579
|
+
collection :features, as: 'features'
|
11580
|
+
end
|
11581
|
+
end
|
11582
|
+
|
11583
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective
|
11584
|
+
# @private
|
11585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11586
|
+
property :feature_attribution_spec, as: 'featureAttributionSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecFeatureAttributionSpec::Representation
|
11587
|
+
|
11588
|
+
property :feature_drift_spec, as: 'featureDriftSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec::Representation
|
11589
|
+
|
11590
|
+
property :prediction_output_drift_spec, as: 'predictionOutputDriftSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecDataDriftSpec::Representation
|
11591
|
+
|
11592
|
+
end
|
11593
|
+
end
|
11594
|
+
|
11595
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec
|
11596
|
+
# @private
|
11597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11598
|
+
property :gcs_base_directory, as: 'gcsBaseDirectory', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GcsDestination::Representation
|
11599
|
+
|
11600
|
+
end
|
11601
|
+
end
|
11602
|
+
|
11603
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSchema
|
11604
|
+
# @private
|
11605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11606
|
+
collection :feature_fields, as: 'featureFields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema::Representation
|
11607
|
+
|
11608
|
+
collection :ground_truth_fields, as: 'groundTruthFields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema::Representation
|
11609
|
+
|
11610
|
+
property :instance_type, as: 'instanceType'
|
11611
|
+
collection :prediction_fields, as: 'predictionFields', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema::Representation
|
11612
|
+
|
11613
|
+
end
|
11614
|
+
end
|
11615
|
+
|
11616
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSchemaFieldSchema
|
11617
|
+
# @private
|
11618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11619
|
+
property :data_type, as: 'dataType'
|
11620
|
+
property :name, as: 'name'
|
11621
|
+
property :repeated, as: 'repeated'
|
11622
|
+
end
|
11623
|
+
end
|
11624
|
+
|
11625
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringSpec
|
11626
|
+
# @private
|
11627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11628
|
+
property :notification_spec, as: 'notificationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringNotificationSpec::Representation
|
11629
|
+
|
11630
|
+
property :objective_spec, as: 'objectiveSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpec::Representation
|
11631
|
+
|
11632
|
+
property :output_spec, as: 'outputSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec::Representation
|
11633
|
+
|
11634
|
+
end
|
11635
|
+
end
|
11636
|
+
|
11637
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStats
|
11638
|
+
# @private
|
11639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11640
|
+
property :tabular_stats, as: 'tabularStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats::Representation
|
11641
|
+
|
11642
|
+
end
|
11643
|
+
end
|
11644
|
+
|
11046
11645
|
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsAnomalies
|
11047
11646
|
# @private
|
11048
11647
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11067,6 +11666,49 @@ module Google
|
|
11067
11666
|
end
|
11068
11667
|
end
|
11069
11668
|
|
11669
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint
|
11670
|
+
# @private
|
11671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11672
|
+
property :algorithm, as: 'algorithm'
|
11673
|
+
property :baseline_stats, as: 'baselineStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue::Representation
|
11674
|
+
|
11675
|
+
property :create_time, as: 'createTime'
|
11676
|
+
property :current_stats, as: 'currentStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue::Representation
|
11677
|
+
|
11678
|
+
property :has_anomaly, as: 'hasAnomaly'
|
11679
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
11680
|
+
property :schedule, as: 'schedule'
|
11681
|
+
property :threshold_value, as: 'thresholdValue'
|
11682
|
+
end
|
11683
|
+
end
|
11684
|
+
|
11685
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValue
|
11686
|
+
# @private
|
11687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11688
|
+
property :distribution_value, as: 'distributionValue', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue::Representation
|
11689
|
+
|
11690
|
+
property :double_value, as: 'doubleValue'
|
11691
|
+
end
|
11692
|
+
end
|
11693
|
+
|
11694
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPointTypedValueDistributionDataValue
|
11695
|
+
# @private
|
11696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11697
|
+
property :distribution, as: 'distribution'
|
11698
|
+
property :distribution_deviation, as: 'distributionDeviation'
|
11699
|
+
end
|
11700
|
+
end
|
11701
|
+
|
11702
|
+
class GoogleCloudAiplatformV1beta1ModelMonitoringTabularStats
|
11703
|
+
# @private
|
11704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11705
|
+
collection :data_points, as: 'dataPoints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStatsDataPoint::Representation
|
11706
|
+
|
11707
|
+
property :objective_type, as: 'objectiveType'
|
11708
|
+
property :stats_name, as: 'statsName'
|
11709
|
+
end
|
11710
|
+
end
|
11711
|
+
|
11070
11712
|
class GoogleCloudAiplatformV1beta1ModelOriginalModelInfo
|
11071
11713
|
# @private
|
11072
11714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11363,6 +12005,45 @@ module Google
|
|
11363
12005
|
end
|
11364
12006
|
end
|
11365
12007
|
|
12008
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJob
|
12009
|
+
# @private
|
12010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12011
|
+
property :create_time, as: 'createTime'
|
12012
|
+
property :dataform_repository_source, as: 'dataformRepositorySource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource::Representation
|
12013
|
+
|
12014
|
+
property :display_name, as: 'displayName'
|
12015
|
+
property :execution_timeout, as: 'executionTimeout'
|
12016
|
+
property :execution_user, as: 'executionUser'
|
12017
|
+
property :gcs_notebook_source, as: 'gcsNotebookSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource::Representation
|
12018
|
+
|
12019
|
+
property :gcs_output_uri, as: 'gcsOutputUri'
|
12020
|
+
property :job_state, as: 'jobState'
|
12021
|
+
property :name, as: 'name'
|
12022
|
+
property :notebook_runtime_template_resource_name, as: 'notebookRuntimeTemplateResourceName'
|
12023
|
+
property :schedule_resource_name, as: 'scheduleResourceName'
|
12024
|
+
property :service_account, as: 'serviceAccount'
|
12025
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1beta1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleRpcStatus::Representation
|
12026
|
+
|
12027
|
+
property :update_time, as: 'updateTime'
|
12028
|
+
end
|
12029
|
+
end
|
12030
|
+
|
12031
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobDataformRepositorySource
|
12032
|
+
# @private
|
12033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12034
|
+
property :commit_sha, as: 'commitSha'
|
12035
|
+
property :dataform_repository_resource_name, as: 'dataformRepositoryResourceName'
|
12036
|
+
end
|
12037
|
+
end
|
12038
|
+
|
12039
|
+
class GoogleCloudAiplatformV1beta1NotebookExecutionJobGcsNotebookSource
|
12040
|
+
# @private
|
12041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12042
|
+
property :generation, as: 'generation'
|
12043
|
+
property :uri, as: 'uri'
|
12044
|
+
end
|
12045
|
+
end
|
12046
|
+
|
11366
12047
|
class GoogleCloudAiplatformV1beta1NotebookIdleShutdownConfig
|
11367
12048
|
# @private
|
11368
12049
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12759,6 +13440,8 @@ module Google
|
|
12759
13440
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12760
13441
|
property :allow_queueing, as: 'allowQueueing'
|
12761
13442
|
property :catch_up, as: 'catchUp'
|
13443
|
+
property :create_model_monitoring_job_request, as: 'createModelMonitoringJobRequest', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateModelMonitoringJobRequest::Representation
|
13444
|
+
|
12762
13445
|
property :create_pipeline_job_request, as: 'createPipelineJobRequest', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreatePipelineJobRequest, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreatePipelineJobRequest::Representation
|
12763
13446
|
|
12764
13447
|
property :create_time, as: 'createTime'
|
@@ -14471,29 +15154,83 @@ module Google
|
|
14471
15154
|
end
|
14472
15155
|
end
|
14473
15156
|
|
14474
|
-
class
|
15157
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsRequest
|
14475
15158
|
# @private
|
14476
15159
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14477
|
-
property :
|
15160
|
+
property :alert_time_interval, as: 'alertTimeInterval', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
14478
15161
|
|
14479
|
-
property :
|
15162
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
15163
|
+
property :objective_type, as: 'objectiveType'
|
15164
|
+
property :page_size, as: 'pageSize'
|
15165
|
+
property :page_token, as: 'pageToken'
|
15166
|
+
property :stats_name, as: 'statsName'
|
14480
15167
|
end
|
14481
15168
|
end
|
14482
15169
|
|
14483
|
-
class
|
15170
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringAlertsResponse
|
14484
15171
|
# @private
|
14485
15172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14486
|
-
|
15173
|
+
collection :model_monitoring_alerts, as: 'modelMonitoringAlerts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlert, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringAlert::Representation
|
14487
15174
|
|
15175
|
+
property :next_page_token, as: 'nextPageToken'
|
15176
|
+
property :total_number_alerts, :numeric_string => true, as: 'totalNumberAlerts'
|
14488
15177
|
end
|
14489
15178
|
end
|
14490
15179
|
|
14491
|
-
class
|
15180
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter
|
14492
15181
|
# @private
|
14493
15182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14494
|
-
property :
|
14495
|
-
|
14496
|
-
|
15183
|
+
property :tabular_stats_filter, as: 'tabularStatsFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter::Representation
|
15184
|
+
|
15185
|
+
end
|
15186
|
+
end
|
15187
|
+
|
15188
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilterTabularStatsFilter
|
15189
|
+
# @private
|
15190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15191
|
+
property :algorithm, as: 'algorithm'
|
15192
|
+
property :model_monitoring_job, as: 'modelMonitoringJob'
|
15193
|
+
property :model_monitoring_schedule, as: 'modelMonitoringSchedule'
|
15194
|
+
property :objective_type, as: 'objectiveType'
|
15195
|
+
property :stats_name, as: 'statsName'
|
15196
|
+
end
|
15197
|
+
end
|
15198
|
+
|
15199
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsRequest
|
15200
|
+
# @private
|
15201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15202
|
+
property :page_size, as: 'pageSize'
|
15203
|
+
property :page_token, as: 'pageToken'
|
15204
|
+
property :stats_filter, as: 'statsFilter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsFilter::Representation
|
15205
|
+
|
15206
|
+
property :time_interval, as: 'timeInterval', class: Google::Apis::AiplatformV1beta1::GoogleTypeInterval, decorator: Google::Apis::AiplatformV1beta1::GoogleTypeInterval::Representation
|
15207
|
+
|
15208
|
+
end
|
15209
|
+
end
|
15210
|
+
|
15211
|
+
class GoogleCloudAiplatformV1beta1SearchModelMonitoringStatsResponse
|
15212
|
+
# @private
|
15213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15214
|
+
collection :monitoring_stats, as: 'monitoringStats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStats, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringStats::Representation
|
15215
|
+
|
15216
|
+
property :next_page_token, as: 'nextPageToken'
|
15217
|
+
end
|
15218
|
+
end
|
15219
|
+
|
15220
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesRequest
|
15221
|
+
# @private
|
15222
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15223
|
+
property :query, as: 'query', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQuery, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQuery::Representation
|
15224
|
+
|
15225
|
+
property :return_full_entity, as: 'returnFullEntity'
|
15226
|
+
end
|
15227
|
+
end
|
15228
|
+
|
15229
|
+
class GoogleCloudAiplatformV1beta1SearchNearestEntitiesResponse
|
15230
|
+
# @private
|
15231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15232
|
+
property :nearest_neighbors, as: 'nearestNeighbors', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighbors, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighbors::Representation
|
15233
|
+
|
14497
15234
|
end
|
14498
15235
|
end
|
14499
15236
|
|
@@ -15166,8 +15903,6 @@ module Google
|
|
15166
15903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15167
15904
|
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FunctionDeclaration::Representation
|
15168
15905
|
|
15169
|
-
property :google_search_retrieval, as: 'googleSearchRetrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleSearchRetrieval::Representation
|
15170
|
-
|
15171
15906
|
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Retrieval::Representation
|
15172
15907
|
|
15173
15908
|
end
|
@@ -15582,6 +16317,14 @@ module Google
|
|
15582
16317
|
end
|
15583
16318
|
end
|
15584
16319
|
|
16320
|
+
class GoogleCloudAiplatformV1beta1UpdateModelMonitorOperationMetadata
|
16321
|
+
# @private
|
16322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16323
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenericOperationMetadata::Representation
|
16324
|
+
|
16325
|
+
end
|
16326
|
+
end
|
16327
|
+
|
15585
16328
|
class GoogleCloudAiplatformV1beta1UpdatePersistentResourceOperationMetadata
|
15586
16329
|
# @private
|
15587
16330
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15695,6 +16438,7 @@ module Google
|
|
15695
16438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15696
16439
|
collection :rag_corpora, as: 'ragCorpora'
|
15697
16440
|
property :similarity_top_k, as: 'similarityTopK'
|
16441
|
+
property :vector_distance_threshold, as: 'vectorDistanceThreshold'
|
15698
16442
|
end
|
15699
16443
|
end
|
15700
16444
|
|
@@ -16176,6 +16920,14 @@ module Google
|
|
16176
16920
|
end
|
16177
16921
|
end
|
16178
16922
|
|
16923
|
+
class LearningGenaiRootCodeyGenerationMetadata
|
16924
|
+
# @private
|
16925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16926
|
+
property :output, as: 'output'
|
16927
|
+
property :post_inference_step, as: 'postInferenceStep'
|
16928
|
+
end
|
16929
|
+
end
|
16930
|
+
|
16179
16931
|
class LearningGenaiRootCodeyOutput
|
16180
16932
|
# @private
|
16181
16933
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16183,6 +16935,8 @@ module Google
|
|
16183
16935
|
|
16184
16936
|
property :codey_completion_metadata, as: 'codeyCompletionMetadata', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyCompletionMetadata, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyCompletionMetadata::Representation
|
16185
16937
|
|
16938
|
+
property :codey_generation_metadata, as: 'codeyGenerationMetadata', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyGenerationMetadata, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootCodeyGenerationMetadata::Representation
|
16939
|
+
|
16186
16940
|
end
|
16187
16941
|
end
|
16188
16942
|
|
@@ -16194,6 +16948,42 @@ module Google
|
|
16194
16948
|
end
|
16195
16949
|
end
|
16196
16950
|
|
16951
|
+
class LearningGenaiRootControlDecodingConfigThreshold
|
16952
|
+
# @private
|
16953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16954
|
+
property :policy, as: 'policy'
|
16955
|
+
property :score_max, as: 'scoreMax'
|
16956
|
+
end
|
16957
|
+
end
|
16958
|
+
|
16959
|
+
class LearningGenaiRootControlDecodingRecord
|
16960
|
+
# @private
|
16961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16962
|
+
property :prefixes, as: 'prefixes'
|
16963
|
+
collection :scores, as: 'scores', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecordPolicyScore, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecordPolicyScore::Representation
|
16964
|
+
|
16965
|
+
property :suffiexes, as: 'suffiexes'
|
16966
|
+
collection :thresholds, as: 'thresholds', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingConfigThreshold, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingConfigThreshold::Representation
|
16967
|
+
|
16968
|
+
end
|
16969
|
+
end
|
16970
|
+
|
16971
|
+
class LearningGenaiRootControlDecodingRecordPolicyScore
|
16972
|
+
# @private
|
16973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16974
|
+
property :policy, as: 'policy'
|
16975
|
+
property :score, as: 'score'
|
16976
|
+
end
|
16977
|
+
end
|
16978
|
+
|
16979
|
+
class LearningGenaiRootControlDecodingRecords
|
16980
|
+
# @private
|
16981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16982
|
+
collection :records, as: 'records', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecord, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecord::Representation
|
16983
|
+
|
16984
|
+
end
|
16985
|
+
end
|
16986
|
+
|
16197
16987
|
class LearningGenaiRootDataProviderOutput
|
16198
16988
|
# @private
|
16199
16989
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16231,6 +17021,8 @@ module Google
|
|
16231
17021
|
|
16232
17022
|
property :rai_signal, as: 'raiSignal', class: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceRaiSignal, decorator: Google::Apis::AiplatformV1beta1::CloudAiNlLlmProtoServiceRaiSignal::Representation
|
16233
17023
|
|
17024
|
+
property :records, as: 'records', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecords, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootControlDecodingRecords::Representation
|
17025
|
+
|
16234
17026
|
property :stream_recitation_result, as: 'streamRecitationResult', class: Google::Apis::AiplatformV1beta1::LanguageLabsAidaTrustRecitationProtoStreamRecitationResult, decorator: Google::Apis::AiplatformV1beta1::LanguageLabsAidaTrustRecitationProtoStreamRecitationResult::Representation
|
16235
17027
|
|
16236
17028
|
property :takedown_result, as: 'takedownResult', class: Google::Apis::AiplatformV1beta1::LearningGenaiRootTakedownResult, decorator: Google::Apis::AiplatformV1beta1::LearningGenaiRootTakedownResult::Representation
|