google-apis-aiplatform_v1beta1 0.32.0 → 0.33.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 +643 -119
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +265 -50
- data/lib/google/apis/aiplatform_v1beta1/service.rb +61 -12
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1beta1
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240715"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -160,6 +160,12 @@ module Google
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
+
class GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
163
169
|
class GoogleCloudAiplatformV1beta1Artifact
|
164
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
171
|
|
@@ -1960,12 +1966,36 @@ module Google
|
|
1960
1966
|
include Google::Apis::Core::JsonObjectSupport
|
1961
1967
|
end
|
1962
1968
|
|
1969
|
+
class GoogleCloudAiplatformV1beta1GroundingChunk
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkWeb
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
include Google::Apis::Core::JsonObjectSupport
|
1985
|
+
end
|
1986
|
+
|
1963
1987
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
1964
1988
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
1989
|
|
1966
1990
|
include Google::Apis::Core::JsonObjectSupport
|
1967
1991
|
end
|
1968
1992
|
|
1993
|
+
class GoogleCloudAiplatformV1beta1GroundingSupport
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1969
1999
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
1970
2000
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
2001
|
|
@@ -2128,6 +2158,18 @@ module Google
|
|
2128
2158
|
include Google::Apis::Core::JsonObjectSupport
|
2129
2159
|
end
|
2130
2160
|
|
2161
|
+
class GoogleCloudAiplatformV1beta1JiraSource
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2163
|
+
|
2164
|
+
include Google::Apis::Core::JsonObjectSupport
|
2165
|
+
end
|
2166
|
+
|
2167
|
+
class GoogleCloudAiplatformV1beta1JiraSourceJiraQueries
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
|
+
|
2170
|
+
include Google::Apis::Core::JsonObjectSupport
|
2171
|
+
end
|
2172
|
+
|
2131
2173
|
class GoogleCloudAiplatformV1beta1LargeModelReference
|
2132
2174
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
2175
|
|
@@ -3118,6 +3160,12 @@ module Google
|
|
3118
3160
|
include Google::Apis::Core::JsonObjectSupport
|
3119
3161
|
end
|
3120
3162
|
|
3163
|
+
class GoogleCloudAiplatformV1beta1NearestNeighborQueryNumericFilter
|
3164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3165
|
+
|
3166
|
+
include Google::Apis::Core::JsonObjectSupport
|
3167
|
+
end
|
3168
|
+
|
3121
3169
|
class GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters
|
3122
3170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3123
3171
|
|
@@ -3448,6 +3496,12 @@ module Google
|
|
3448
3496
|
include Google::Apis::Core::JsonObjectSupport
|
3449
3497
|
end
|
3450
3498
|
|
3499
|
+
class GoogleCloudAiplatformV1beta1PscInterfaceConfig
|
3500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3501
|
+
|
3502
|
+
include Google::Apis::Core::JsonObjectSupport
|
3503
|
+
end
|
3504
|
+
|
3451
3505
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
3452
3506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3453
3507
|
|
@@ -3466,6 +3520,12 @@ module Google
|
|
3466
3520
|
include Google::Apis::Core::JsonObjectSupport
|
3467
3521
|
end
|
3468
3522
|
|
3523
|
+
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata
|
3524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3525
|
+
|
3526
|
+
include Google::Apis::Core::JsonObjectSupport
|
3527
|
+
end
|
3528
|
+
|
3469
3529
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke
|
3470
3530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
3531
|
|
@@ -3754,6 +3814,12 @@ module Google
|
|
3754
3814
|
include Google::Apis::Core::JsonObjectSupport
|
3755
3815
|
end
|
3756
3816
|
|
3817
|
+
class GoogleCloudAiplatformV1beta1RayLogsSpec
|
3818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3819
|
+
|
3820
|
+
include Google::Apis::Core::JsonObjectSupport
|
3821
|
+
end
|
3822
|
+
|
3757
3823
|
class GoogleCloudAiplatformV1beta1RayMetricSpec
|
3758
3824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3759
3825
|
|
@@ -5206,6 +5272,12 @@ module Google
|
|
5206
5272
|
include Google::Apis::Core::JsonObjectSupport
|
5207
5273
|
end
|
5208
5274
|
|
5275
|
+
class GoogleCloudAiplatformV1beta1Segment
|
5276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5277
|
+
|
5278
|
+
include Google::Apis::Core::JsonObjectSupport
|
5279
|
+
end
|
5280
|
+
|
5209
5281
|
class GoogleCloudAiplatformV1beta1ServiceAccountSpec
|
5210
5282
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5211
5283
|
|
@@ -5218,6 +5290,24 @@ module Google
|
|
5218
5290
|
include Google::Apis::Core::JsonObjectSupport
|
5219
5291
|
end
|
5220
5292
|
|
5293
|
+
class GoogleCloudAiplatformV1beta1SlackSource
|
5294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5295
|
+
|
5296
|
+
include Google::Apis::Core::JsonObjectSupport
|
5297
|
+
end
|
5298
|
+
|
5299
|
+
class GoogleCloudAiplatformV1beta1SlackSourceSlackChannels
|
5300
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5301
|
+
|
5302
|
+
include Google::Apis::Core::JsonObjectSupport
|
5303
|
+
end
|
5304
|
+
|
5305
|
+
class GoogleCloudAiplatformV1beta1SlackSourceSlackChannelsSlackChannel
|
5306
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5307
|
+
|
5308
|
+
include Google::Apis::Core::JsonObjectSupport
|
5309
|
+
end
|
5310
|
+
|
5221
5311
|
class GoogleCloudAiplatformV1beta1SmoothGradConfig
|
5222
5312
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5223
5313
|
|
@@ -6238,24 +6328,6 @@ module Google
|
|
6238
6328
|
include Google::Apis::Core::JsonObjectSupport
|
6239
6329
|
end
|
6240
6330
|
|
6241
|
-
class IntelligenceCloudAutomlXpsMetricEntry
|
6242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6243
|
-
|
6244
|
-
include Google::Apis::Core::JsonObjectSupport
|
6245
|
-
end
|
6246
|
-
|
6247
|
-
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
6248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6249
|
-
|
6250
|
-
include Google::Apis::Core::JsonObjectSupport
|
6251
|
-
end
|
6252
|
-
|
6253
|
-
class IntelligenceCloudAutomlXpsReportingMetrics
|
6254
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6255
|
-
|
6256
|
-
include Google::Apis::Core::JsonObjectSupport
|
6257
|
-
end
|
6258
|
-
|
6259
6331
|
class CloudAiLargeModelsVisionGenerateVideoResponse
|
6260
6332
|
# @private
|
6261
6333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6263,8 +6335,6 @@ module Google
|
|
6263
6335
|
|
6264
6336
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
6265
6337
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
6266
|
-
property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
|
6267
|
-
|
6268
6338
|
end
|
6269
6339
|
end
|
6270
6340
|
|
@@ -6477,6 +6547,13 @@ module Google
|
|
6477
6547
|
end
|
6478
6548
|
end
|
6479
6549
|
|
6550
|
+
class GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig
|
6551
|
+
# @private
|
6552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6553
|
+
property :api_key_secret_version, as: 'apiKeySecretVersion'
|
6554
|
+
end
|
6555
|
+
end
|
6556
|
+
|
6480
6557
|
class GoogleCloudAiplatformV1beta1Artifact
|
6481
6558
|
# @private
|
6482
6559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6971,6 +7048,7 @@ module Google
|
|
6971
7048
|
class GoogleCloudAiplatformV1beta1BleuSpec
|
6972
7049
|
# @private
|
6973
7050
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7051
|
+
property :use_effective_order, as: 'useEffectiveOrder'
|
6974
7052
|
end
|
6975
7053
|
end
|
6976
7054
|
|
@@ -7087,6 +7165,7 @@ module Google
|
|
7087
7165
|
property :index, as: 'index'
|
7088
7166
|
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SafetyRating::Representation
|
7089
7167
|
|
7168
|
+
property :score, as: 'score'
|
7090
7169
|
end
|
7091
7170
|
end
|
7092
7171
|
|
@@ -7190,7 +7269,10 @@ module Google
|
|
7190
7269
|
class GoogleCloudAiplatformV1beta1ComputeTokensRequest
|
7191
7270
|
# @private
|
7192
7271
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7272
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7273
|
+
|
7193
7274
|
collection :instances, as: 'instances'
|
7275
|
+
property :model, as: 'model'
|
7194
7276
|
end
|
7195
7277
|
end
|
7196
7278
|
|
@@ -7280,6 +7362,10 @@ module Google
|
|
7280
7362
|
|
7281
7363
|
collection :instances, as: 'instances'
|
7282
7364
|
property :model, as: 'model'
|
7365
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Content::Representation
|
7366
|
+
|
7367
|
+
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Tool::Representation
|
7368
|
+
|
7283
7369
|
end
|
7284
7370
|
end
|
7285
7371
|
|
@@ -8005,6 +8091,8 @@ module Google
|
|
8005
8091
|
# @private
|
8006
8092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8007
8093
|
property :create_time, as: 'createTime'
|
8094
|
+
property :dedicated_endpoint_dns, as: 'dedicatedEndpointDns'
|
8095
|
+
property :dedicated_endpoint_enabled, as: 'dedicatedEndpointEnabled'
|
8008
8096
|
collection :deployed_models, as: 'deployedModels', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedModel, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeployedModel::Representation
|
8009
8097
|
|
8010
8098
|
property :description, as: 'description'
|
@@ -9517,9 +9605,39 @@ module Google
|
|
9517
9605
|
end
|
9518
9606
|
end
|
9519
9607
|
|
9608
|
+
class GoogleCloudAiplatformV1beta1GroundingChunk
|
9609
|
+
# @private
|
9610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9611
|
+
property :retrieved_context, as: 'retrievedContext', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext::Representation
|
9612
|
+
|
9613
|
+
property :web, as: 'web', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkWeb, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunkWeb::Representation
|
9614
|
+
|
9615
|
+
end
|
9616
|
+
end
|
9617
|
+
|
9618
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext
|
9619
|
+
# @private
|
9620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9621
|
+
property :title, as: 'title'
|
9622
|
+
property :uri, as: 'uri'
|
9623
|
+
end
|
9624
|
+
end
|
9625
|
+
|
9626
|
+
class GoogleCloudAiplatformV1beta1GroundingChunkWeb
|
9627
|
+
# @private
|
9628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9629
|
+
property :title, as: 'title'
|
9630
|
+
property :uri, as: 'uri'
|
9631
|
+
end
|
9632
|
+
end
|
9633
|
+
|
9520
9634
|
class GoogleCloudAiplatformV1beta1GroundingMetadata
|
9521
9635
|
# @private
|
9522
9636
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9637
|
+
collection :grounding_chunks, as: 'groundingChunks', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingChunk::Representation
|
9638
|
+
|
9639
|
+
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingSupport, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GroundingSupport::Representation
|
9640
|
+
|
9523
9641
|
collection :retrieval_queries, as: 'retrievalQueries'
|
9524
9642
|
property :search_entry_point, as: 'searchEntryPoint', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchEntryPoint, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchEntryPoint::Representation
|
9525
9643
|
|
@@ -9527,6 +9645,16 @@ module Google
|
|
9527
9645
|
end
|
9528
9646
|
end
|
9529
9647
|
|
9648
|
+
class GoogleCloudAiplatformV1beta1GroundingSupport
|
9649
|
+
# @private
|
9650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9651
|
+
collection :confidence_scores, as: 'confidenceScores'
|
9652
|
+
collection :grounding_chunk_indices, as: 'groundingChunkIndices'
|
9653
|
+
property :segment, as: 'segment', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Segment, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Segment::Representation
|
9654
|
+
|
9655
|
+
end
|
9656
|
+
end
|
9657
|
+
|
9530
9658
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
9531
9659
|
# @private
|
9532
9660
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9669,9 +9797,13 @@ module Google
|
|
9669
9797
|
|
9670
9798
|
property :google_drive_source, as: 'googleDriveSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
9671
9799
|
|
9800
|
+
property :jira_source, as: 'jiraSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource::Representation
|
9801
|
+
|
9672
9802
|
property :max_embedding_requests_per_min, as: 'maxEmbeddingRequestsPerMin'
|
9673
9803
|
property :rag_file_chunking_config, as: 'ragFileChunkingConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileChunkingConfig::Representation
|
9674
9804
|
|
9805
|
+
property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource::Representation
|
9806
|
+
|
9675
9807
|
end
|
9676
9808
|
end
|
9677
9809
|
|
@@ -9849,6 +9981,26 @@ module Google
|
|
9849
9981
|
end
|
9850
9982
|
end
|
9851
9983
|
|
9984
|
+
class GoogleCloudAiplatformV1beta1JiraSource
|
9985
|
+
# @private
|
9986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9987
|
+
collection :jira_queries, as: 'jiraQueries', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSourceJiraQueries, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSourceJiraQueries::Representation
|
9988
|
+
|
9989
|
+
end
|
9990
|
+
end
|
9991
|
+
|
9992
|
+
class GoogleCloudAiplatformV1beta1JiraSourceJiraQueries
|
9993
|
+
# @private
|
9994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9995
|
+
property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig::Representation
|
9996
|
+
|
9997
|
+
collection :custom_queries, as: 'customQueries'
|
9998
|
+
property :email, as: 'email'
|
9999
|
+
collection :projects, as: 'projects'
|
10000
|
+
property :server_uri, as: 'serverUri'
|
10001
|
+
end
|
10002
|
+
end
|
10003
|
+
|
9852
10004
|
class GoogleCloudAiplatformV1beta1LargeModelReference
|
9853
10005
|
# @private
|
9854
10006
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10621,6 +10773,8 @@ module Google
|
|
10621
10773
|
|
10622
10774
|
property :predict_schemata, as: 'predictSchemata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictSchemata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PredictSchemata::Representation
|
10623
10775
|
|
10776
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
10777
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10624
10778
|
collection :supported_deployment_resources_types, as: 'supportedDeploymentResourcesTypes'
|
10625
10779
|
collection :supported_export_formats, as: 'supportedExportFormats', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelExportFormat, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelExportFormat::Representation
|
10626
10780
|
|
@@ -10878,6 +11032,8 @@ module Google
|
|
10878
11032
|
|
10879
11033
|
property :output_spec, as: 'outputSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringOutputSpec::Representation
|
10880
11034
|
|
11035
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
11036
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10881
11037
|
property :tabular_objective, as: 'tabularObjective', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringObjectiveSpecTabularObjective::Representation
|
10882
11038
|
|
10883
11039
|
property :training_dataset, as: 'trainingDataset', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelMonitoringInput::Representation
|
@@ -11527,6 +11683,8 @@ module Google
|
|
11527
11683
|
|
11528
11684
|
property :entity_id, as: 'entityId'
|
11529
11685
|
property :neighbor_count, as: 'neighborCount'
|
11686
|
+
collection :numeric_filters, as: 'numericFilters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQueryNumericFilter, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQueryNumericFilter::Representation
|
11687
|
+
|
11530
11688
|
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters::Representation
|
11531
11689
|
|
11532
11690
|
property :per_crowding_attribute_neighbor_count, as: 'perCrowdingAttributeNeighborCount'
|
@@ -11542,6 +11700,17 @@ module Google
|
|
11542
11700
|
end
|
11543
11701
|
end
|
11544
11702
|
|
11703
|
+
class GoogleCloudAiplatformV1beta1NearestNeighborQueryNumericFilter
|
11704
|
+
# @private
|
11705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11706
|
+
property :name, as: 'name'
|
11707
|
+
property :op, as: 'op'
|
11708
|
+
property :value_double, as: 'valueDouble'
|
11709
|
+
property :value_float, as: 'valueFloat'
|
11710
|
+
property :value_int, :numeric_string => true, as: 'valueInt'
|
11711
|
+
end
|
11712
|
+
end
|
11713
|
+
|
11545
11714
|
class GoogleCloudAiplatformV1beta1NearestNeighborQueryParameters
|
11546
11715
|
# @private
|
11547
11716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11894,6 +12063,8 @@ module Google
|
|
11894
12063
|
hash :labels, as: 'labels'
|
11895
12064
|
property :name, as: 'name'
|
11896
12065
|
property :network, as: 'network'
|
12066
|
+
property :psc_interface_config, as: 'pscInterfaceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscInterfaceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PscInterfaceConfig::Representation
|
12067
|
+
|
11897
12068
|
collection :reserved_ip_ranges, as: 'reservedIpRanges'
|
11898
12069
|
collection :resource_pools, as: 'resourcePools', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ResourcePool, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ResourcePool::Representation
|
11899
12070
|
|
@@ -11927,6 +12098,8 @@ module Google
|
|
11927
12098
|
collection :reserved_ip_ranges, as: 'reservedIpRanges'
|
11928
12099
|
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PipelineJobRuntimeConfig::Representation
|
11929
12100
|
|
12101
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
12102
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
11930
12103
|
property :schedule_name, as: 'scheduleName'
|
11931
12104
|
property :service_account, as: 'serviceAccount'
|
11932
12105
|
property :start_time, as: 'startTime'
|
@@ -12153,6 +12326,13 @@ module Google
|
|
12153
12326
|
end
|
12154
12327
|
end
|
12155
12328
|
|
12329
|
+
class GoogleCloudAiplatformV1beta1PscInterfaceConfig
|
12330
|
+
# @private
|
12331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12332
|
+
property :network_attachment, as: 'networkAttachment'
|
12333
|
+
end
|
12334
|
+
end
|
12335
|
+
|
12156
12336
|
class GoogleCloudAiplatformV1beta1PublisherModel
|
12157
12337
|
# @private
|
12158
12338
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12214,6 +12394,8 @@ module Google
|
|
12214
12394
|
|
12215
12395
|
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DedicatedResources::Representation
|
12216
12396
|
|
12397
|
+
property :deploy_metadata, as: 'deployMetadata', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata::Representation
|
12398
|
+
|
12217
12399
|
property :deploy_task_name, as: 'deployTaskName'
|
12218
12400
|
property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LargeModelReference, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1LargeModelReference::Representation
|
12219
12401
|
|
@@ -12224,6 +12406,13 @@ module Google
|
|
12224
12406
|
end
|
12225
12407
|
end
|
12226
12408
|
|
12409
|
+
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata
|
12410
|
+
# @private
|
12411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12412
|
+
hash :labels, as: 'labels'
|
12413
|
+
end
|
12414
|
+
end
|
12415
|
+
|
12227
12416
|
class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke
|
12228
12417
|
# @private
|
12229
12418
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12630,9 +12819,13 @@ module Google
|
|
12630
12819
|
|
12631
12820
|
property :google_drive_source, as: 'googleDriveSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GoogleDriveSource::Representation
|
12632
12821
|
|
12822
|
+
property :jira_source, as: 'jiraSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1JiraSource::Representation
|
12823
|
+
|
12633
12824
|
property :name, as: 'name'
|
12634
12825
|
property :rag_file_type, as: 'ragFileType'
|
12635
12826
|
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
12827
|
+
property :slack_source, as: 'slackSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSource::Representation
|
12828
|
+
|
12636
12829
|
property :update_time, as: 'updateTime'
|
12637
12830
|
end
|
12638
12831
|
end
|
@@ -12650,7 +12843,6 @@ module Google
|
|
12650
12843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12651
12844
|
property :similarity_top_k, as: 'similarityTopK'
|
12652
12845
|
property :text, as: 'text'
|
12653
|
-
property :vector_distance_threshold, as: 'vectorDistanceThreshold'
|
12654
12846
|
end
|
12655
12847
|
end
|
12656
12848
|
|
@@ -12662,6 +12854,13 @@ module Google
|
|
12662
12854
|
end
|
12663
12855
|
end
|
12664
12856
|
|
12857
|
+
class GoogleCloudAiplatformV1beta1RayLogsSpec
|
12858
|
+
# @private
|
12859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12860
|
+
property :disabled, as: 'disabled'
|
12861
|
+
end
|
12862
|
+
end
|
12863
|
+
|
12665
12864
|
class GoogleCloudAiplatformV1beta1RayMetricSpec
|
12666
12865
|
# @private
|
12667
12866
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12674,6 +12873,8 @@ module Google
|
|
12674
12873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12675
12874
|
property :head_node_resource_pool_id, as: 'headNodeResourcePoolId'
|
12676
12875
|
property :image_uri, as: 'imageUri'
|
12876
|
+
property :ray_logs_spec, as: 'rayLogsSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayLogsSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayLogsSpec::Representation
|
12877
|
+
|
12677
12878
|
property :ray_metric_spec, as: 'rayMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec::Representation
|
12678
12879
|
|
12679
12880
|
hash :resource_pool_images, as: 'resourcePoolImages'
|
@@ -13243,6 +13444,7 @@ module Google
|
|
13243
13444
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13244
13445
|
property :disable_retries, as: 'disableRetries'
|
13245
13446
|
property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
|
13447
|
+
property :strategy, as: 'strategy'
|
13246
13448
|
property :timeout, as: 'timeout'
|
13247
13449
|
end
|
13248
13450
|
end
|
@@ -15009,6 +15211,16 @@ module Google
|
|
15009
15211
|
end
|
15010
15212
|
end
|
15011
15213
|
|
15214
|
+
class GoogleCloudAiplatformV1beta1Segment
|
15215
|
+
# @private
|
15216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15217
|
+
property :end_index, as: 'endIndex'
|
15218
|
+
property :part_index, as: 'partIndex'
|
15219
|
+
property :start_index, as: 'startIndex'
|
15220
|
+
property :text, as: 'text'
|
15221
|
+
end
|
15222
|
+
end
|
15223
|
+
|
15012
15224
|
class GoogleCloudAiplatformV1beta1ServiceAccountSpec
|
15013
15225
|
# @private
|
15014
15226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15024,6 +15236,33 @@ module Google
|
|
15024
15236
|
end
|
15025
15237
|
end
|
15026
15238
|
|
15239
|
+
class GoogleCloudAiplatformV1beta1SlackSource
|
15240
|
+
# @private
|
15241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15242
|
+
collection :channels, as: 'channels', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSourceSlackChannels, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSourceSlackChannels::Representation
|
15243
|
+
|
15244
|
+
end
|
15245
|
+
end
|
15246
|
+
|
15247
|
+
class GoogleCloudAiplatformV1beta1SlackSourceSlackChannels
|
15248
|
+
# @private
|
15249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15250
|
+
property :api_key_config, as: 'apiKeyConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ApiAuthApiKeyConfig::Representation
|
15251
|
+
|
15252
|
+
collection :channels, as: 'channels', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSourceSlackChannelsSlackChannel, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SlackSourceSlackChannelsSlackChannel::Representation
|
15253
|
+
|
15254
|
+
end
|
15255
|
+
end
|
15256
|
+
|
15257
|
+
class GoogleCloudAiplatformV1beta1SlackSourceSlackChannelsSlackChannel
|
15258
|
+
# @private
|
15259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15260
|
+
property :channel_id, as: 'channelId'
|
15261
|
+
property :end_time, as: 'endTime'
|
15262
|
+
property :start_time, as: 'startTime'
|
15263
|
+
end
|
15264
|
+
end
|
15265
|
+
|
15027
15266
|
class GoogleCloudAiplatformV1beta1SmoothGradConfig
|
15028
15267
|
# @private
|
15029
15268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15524,6 +15763,7 @@ module Google
|
|
15524
15763
|
# @private
|
15525
15764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15526
15765
|
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
15766
|
+
property :total_billable_token_count, :numeric_string => true, as: 'totalBillableTokenCount'
|
15527
15767
|
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
15528
15768
|
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
15529
15769
|
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
@@ -15541,6 +15781,7 @@ module Google
|
|
15541
15781
|
class GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistribution
|
15542
15782
|
# @private
|
15543
15783
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15784
|
+
property :billable_sum, :numeric_string => true, as: 'billableSum'
|
15544
15785
|
collection :buckets, as: 'buckets', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SupervisedTuningDatasetDistributionDatasetBucket::Representation
|
15545
15786
|
|
15546
15787
|
property :max, as: 'max'
|
@@ -15629,6 +15870,8 @@ module Google
|
|
15629
15870
|
hash :labels, as: 'labels'
|
15630
15871
|
property :name, as: 'name'
|
15631
15872
|
property :run_count, as: 'runCount'
|
15873
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
15874
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
15632
15875
|
property :update_time, as: 'updateTime'
|
15633
15876
|
end
|
15634
15877
|
end
|
@@ -15754,6 +15997,7 @@ module Google
|
|
15754
15997
|
class GoogleCloudAiplatformV1beta1TokensInfo
|
15755
15998
|
# @private
|
15756
15999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16000
|
+
property :role, as: 'role'
|
15757
16001
|
collection :token_ids, as: 'tokenIds'
|
15758
16002
|
collection :tokens, as: 'tokens'
|
15759
16003
|
end
|
@@ -16632,35 +16876,6 @@ module Google
|
|
16632
16876
|
property :units, :numeric_string => true, as: 'units'
|
16633
16877
|
end
|
16634
16878
|
end
|
16635
|
-
|
16636
|
-
class IntelligenceCloudAutomlXpsMetricEntry
|
16637
|
-
# @private
|
16638
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
16639
|
-
property :argentum_metric_id, as: 'argentumMetricId'
|
16640
|
-
property :double_value, as: 'doubleValue'
|
16641
|
-
property :int64_value, :numeric_string => true, as: 'int64Value'
|
16642
|
-
property :metric_name, as: 'metricName'
|
16643
|
-
collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
|
16644
|
-
|
16645
|
-
end
|
16646
|
-
end
|
16647
|
-
|
16648
|
-
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
16649
|
-
# @private
|
16650
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
16651
|
-
property :label_name, as: 'labelName'
|
16652
|
-
property :label_value, as: 'labelValue'
|
16653
|
-
end
|
16654
|
-
end
|
16655
|
-
|
16656
|
-
class IntelligenceCloudAutomlXpsReportingMetrics
|
16657
|
-
# @private
|
16658
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
16659
|
-
property :effective_training_duration, as: 'effectiveTrainingDuration'
|
16660
|
-
collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1beta1::IntelligenceCloudAutomlXpsMetricEntry::Representation
|
16661
|
-
|
16662
|
-
end
|
16663
|
-
end
|
16664
16879
|
end
|
16665
16880
|
end
|
16666
16881
|
end
|