google-apis-aiplatform_v1 0.8.0 → 0.9.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_v1/classes.rb +1091 -105
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +513 -32
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,174 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AiplatformV1
|
24
24
|
|
25
|
+
class CloudAiLargeModelsVisionEmbedVideoResponse
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class CloudAiLargeModelsVisionFilteredText
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class CloudAiLargeModelsVisionGenerateVideoResponse
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class CloudAiLargeModelsVisionImage
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class CloudAiLargeModelsVisionImageRaiScores
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class CloudAiLargeModelsVisionMedia
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CloudAiLargeModelsVisionMediaGenerateContentResponse
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CloudAiLargeModelsVisionNamedBoundingBox
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CloudAiLargeModelsVisionRaiInfo
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CloudAiLargeModelsVisionReasonVideoResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CloudAiLargeModelsVisionReasonVideoResponseTextResponse
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CloudAiLargeModelsVisionRelativeTemporalPartition
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class CloudAiLargeModelsVisionSemanticFilterResponse
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class CloudAiLargeModelsVisionVideo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CloudAiNlLlmProtoServiceCandidate
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class CloudAiNlLlmProtoServiceCitation
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class CloudAiNlLlmProtoServiceCitationMetadata
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CloudAiNlLlmProtoServiceContent
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CloudAiNlLlmProtoServiceFunctionCall
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class CloudAiNlLlmProtoServiceFunctionResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class CloudAiNlLlmProtoServiceGenerateMultiModalResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class CloudAiNlLlmProtoServicePart
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class CloudAiNlLlmProtoServicePartBlob
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class CloudAiNlLlmProtoServicePartFileData
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class CloudAiNlLlmProtoServicePartVideoMetadata
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class CloudAiNlLlmProtoServicePromptFeedback
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class CloudAiNlLlmProtoServiceSafetyRating
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class CloudAiNlLlmProtoServiceUsageMetadata
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
25
193
|
class GoogleApiHttpBody
|
26
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
195
|
|
@@ -1348,18 +1516,6 @@ module Google
|
|
1348
1516
|
include Google::Apis::Core::JsonObjectSupport
|
1349
1517
|
end
|
1350
1518
|
|
1351
|
-
class GoogleCloudAiplatformV1FunctionCall
|
1352
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
-
|
1354
|
-
include Google::Apis::Core::JsonObjectSupport
|
1355
|
-
end
|
1356
|
-
|
1357
|
-
class GoogleCloudAiplatformV1FunctionResponse
|
1358
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
-
|
1360
|
-
include Google::Apis::Core::JsonObjectSupport
|
1361
|
-
end
|
1362
|
-
|
1363
1519
|
class GoogleCloudAiplatformV1GcsDestination
|
1364
1520
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
1521
|
|
@@ -4354,6 +4510,12 @@ module Google
|
|
4354
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4355
4511
|
end
|
4356
4512
|
|
4513
|
+
class GoogleTypeDate
|
4514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4515
|
+
|
4516
|
+
include Google::Apis::Core::JsonObjectSupport
|
4517
|
+
end
|
4518
|
+
|
4357
4519
|
class GoogleTypeExpr
|
4358
4520
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4359
4521
|
|
@@ -4372,6 +4534,302 @@ module Google
|
|
4372
4534
|
include Google::Apis::Core::JsonObjectSupport
|
4373
4535
|
end
|
4374
4536
|
|
4537
|
+
class IntelligenceCloudAutomlXpsMetricEntry
|
4538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4539
|
+
|
4540
|
+
include Google::Apis::Core::JsonObjectSupport
|
4541
|
+
end
|
4542
|
+
|
4543
|
+
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
4544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4545
|
+
|
4546
|
+
include Google::Apis::Core::JsonObjectSupport
|
4547
|
+
end
|
4548
|
+
|
4549
|
+
class IntelligenceCloudAutomlXpsReportingMetrics
|
4550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4551
|
+
|
4552
|
+
include Google::Apis::Core::JsonObjectSupport
|
4553
|
+
end
|
4554
|
+
|
4555
|
+
class CloudAiLargeModelsVisionEmbedVideoResponse
|
4556
|
+
# @private
|
4557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4558
|
+
collection :video_embeddings, as: 'videoEmbeddings'
|
4559
|
+
end
|
4560
|
+
end
|
4561
|
+
|
4562
|
+
class CloudAiLargeModelsVisionFilteredText
|
4563
|
+
# @private
|
4564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4565
|
+
property :category, as: 'category'
|
4566
|
+
property :confidence, as: 'confidence'
|
4567
|
+
property :prompt, as: 'prompt'
|
4568
|
+
property :score, as: 'score'
|
4569
|
+
end
|
4570
|
+
end
|
4571
|
+
|
4572
|
+
class CloudAiLargeModelsVisionGenerateVideoResponse
|
4573
|
+
# @private
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4575
|
+
collection :generated_samples, as: 'generatedSamples', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionMedia::Representation
|
4576
|
+
|
4577
|
+
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
4578
|
+
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
4579
|
+
property :rai_text_filtered_reason, as: 'raiTextFilteredReason', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionFilteredText::Representation
|
4580
|
+
|
4581
|
+
end
|
4582
|
+
end
|
4583
|
+
|
4584
|
+
class CloudAiLargeModelsVisionImage
|
4585
|
+
# @private
|
4586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4587
|
+
property :encoding, as: 'encoding'
|
4588
|
+
property :image, :base64 => true, as: 'image'
|
4589
|
+
property :image_rai_scores, as: 'imageRaiScores', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImageRaiScores::Representation
|
4590
|
+
|
4591
|
+
property :rai_info, as: 'raiInfo', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRaiInfo::Representation
|
4592
|
+
|
4593
|
+
property :semantic_filter_response, as: 'semanticFilterResponse', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionSemanticFilterResponse::Representation
|
4594
|
+
|
4595
|
+
property :uri, as: 'uri'
|
4596
|
+
end
|
4597
|
+
end
|
4598
|
+
|
4599
|
+
class CloudAiLargeModelsVisionImageRaiScores
|
4600
|
+
# @private
|
4601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4602
|
+
property :agile_watermark_detection_score, as: 'agileWatermarkDetectionScore'
|
4603
|
+
end
|
4604
|
+
end
|
4605
|
+
|
4606
|
+
class CloudAiLargeModelsVisionMedia
|
4607
|
+
# @private
|
4608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4609
|
+
property :image, as: 'image', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImage, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionImage::Representation
|
4610
|
+
|
4611
|
+
property :video, as: 'video', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionVideo, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionVideo::Representation
|
4612
|
+
|
4613
|
+
end
|
4614
|
+
end
|
4615
|
+
|
4616
|
+
class CloudAiLargeModelsVisionMediaGenerateContentResponse
|
4617
|
+
# @private
|
4618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4619
|
+
property :response, as: 'response', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceGenerateMultiModalResponse::Representation
|
4620
|
+
|
4621
|
+
end
|
4622
|
+
end
|
4623
|
+
|
4624
|
+
class CloudAiLargeModelsVisionNamedBoundingBox
|
4625
|
+
# @private
|
4626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4627
|
+
collection :classes, as: 'classes'
|
4628
|
+
collection :entities, as: 'entities'
|
4629
|
+
collection :scores, as: 'scores'
|
4630
|
+
property :x1, as: 'x1'
|
4631
|
+
property :x2, as: 'x2'
|
4632
|
+
property :y1, as: 'y1'
|
4633
|
+
property :y2, as: 'y2'
|
4634
|
+
end
|
4635
|
+
end
|
4636
|
+
|
4637
|
+
class CloudAiLargeModelsVisionRaiInfo
|
4638
|
+
# @private
|
4639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4640
|
+
collection :rai_categories, as: 'raiCategories'
|
4641
|
+
collection :scores, as: 'scores'
|
4642
|
+
end
|
4643
|
+
end
|
4644
|
+
|
4645
|
+
class CloudAiLargeModelsVisionReasonVideoResponse
|
4646
|
+
# @private
|
4647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4648
|
+
collection :responses, as: 'responses', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionReasonVideoResponseTextResponse::Representation
|
4649
|
+
|
4650
|
+
end
|
4651
|
+
end
|
4652
|
+
|
4653
|
+
class CloudAiLargeModelsVisionReasonVideoResponseTextResponse
|
4654
|
+
# @private
|
4655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4656
|
+
property :relative_temporal_partition, as: 'relativeTemporalPartition', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRelativeTemporalPartition, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionRelativeTemporalPartition::Representation
|
4657
|
+
|
4658
|
+
property :text, as: 'text'
|
4659
|
+
end
|
4660
|
+
end
|
4661
|
+
|
4662
|
+
class CloudAiLargeModelsVisionRelativeTemporalPartition
|
4663
|
+
# @private
|
4664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4665
|
+
property :end_offset, as: 'endOffset'
|
4666
|
+
property :start_offset, as: 'startOffset'
|
4667
|
+
end
|
4668
|
+
end
|
4669
|
+
|
4670
|
+
class CloudAiLargeModelsVisionSemanticFilterResponse
|
4671
|
+
# @private
|
4672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4673
|
+
collection :named_bounding_boxes, as: 'namedBoundingBoxes', class: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionNamedBoundingBox, decorator: Google::Apis::AiplatformV1::CloudAiLargeModelsVisionNamedBoundingBox::Representation
|
4674
|
+
|
4675
|
+
property :passed_semantic_filter, as: 'passedSemanticFilter'
|
4676
|
+
end
|
4677
|
+
end
|
4678
|
+
|
4679
|
+
class CloudAiLargeModelsVisionVideo
|
4680
|
+
# @private
|
4681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4682
|
+
property :uri, as: 'uri'
|
4683
|
+
property :video, :base64 => true, as: 'video'
|
4684
|
+
end
|
4685
|
+
end
|
4686
|
+
|
4687
|
+
class CloudAiNlLlmProtoServiceCandidate
|
4688
|
+
# @private
|
4689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4690
|
+
property :citation_metadata, as: 'citationMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitationMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitationMetadata::Representation
|
4691
|
+
|
4692
|
+
property :content, as: 'content', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceContent, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceContent::Representation
|
4693
|
+
|
4694
|
+
property :finish_message, as: 'finishMessage'
|
4695
|
+
property :finish_reason, as: 'finishReason'
|
4696
|
+
property :index, as: 'index'
|
4697
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating::Representation
|
4698
|
+
|
4699
|
+
end
|
4700
|
+
end
|
4701
|
+
|
4702
|
+
class CloudAiNlLlmProtoServiceCitation
|
4703
|
+
# @private
|
4704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4705
|
+
property :end_index, as: 'endIndex'
|
4706
|
+
property :license, as: 'license'
|
4707
|
+
property :publication_date, as: 'publicationDate', class: Google::Apis::AiplatformV1::GoogleTypeDate, decorator: Google::Apis::AiplatformV1::GoogleTypeDate::Representation
|
4708
|
+
|
4709
|
+
property :start_index, as: 'startIndex'
|
4710
|
+
property :title, as: 'title'
|
4711
|
+
property :uri, as: 'uri'
|
4712
|
+
end
|
4713
|
+
end
|
4714
|
+
|
4715
|
+
class CloudAiNlLlmProtoServiceCitationMetadata
|
4716
|
+
# @private
|
4717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4718
|
+
collection :citations, as: 'citations', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitation, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCitation::Representation
|
4719
|
+
|
4720
|
+
end
|
4721
|
+
end
|
4722
|
+
|
4723
|
+
class CloudAiNlLlmProtoServiceContent
|
4724
|
+
# @private
|
4725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4726
|
+
collection :parts, as: 'parts', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePart, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePart::Representation
|
4727
|
+
|
4728
|
+
property :role, as: 'role'
|
4729
|
+
end
|
4730
|
+
end
|
4731
|
+
|
4732
|
+
class CloudAiNlLlmProtoServiceFunctionCall
|
4733
|
+
# @private
|
4734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4735
|
+
hash :args, as: 'args'
|
4736
|
+
property :name, as: 'name'
|
4737
|
+
end
|
4738
|
+
end
|
4739
|
+
|
4740
|
+
class CloudAiNlLlmProtoServiceFunctionResponse
|
4741
|
+
# @private
|
4742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4743
|
+
property :name, as: 'name'
|
4744
|
+
hash :response, as: 'response'
|
4745
|
+
end
|
4746
|
+
end
|
4747
|
+
|
4748
|
+
class CloudAiNlLlmProtoServiceGenerateMultiModalResponse
|
4749
|
+
# @private
|
4750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4751
|
+
collection :candidates, as: 'candidates', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCandidate, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceCandidate::Representation
|
4752
|
+
|
4753
|
+
property :prompt_feedback, as: 'promptFeedback', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePromptFeedback, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePromptFeedback::Representation
|
4754
|
+
|
4755
|
+
property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
|
4756
|
+
|
4757
|
+
property :usage_metadata, as: 'usageMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceUsageMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceUsageMetadata::Representation
|
4758
|
+
|
4759
|
+
end
|
4760
|
+
end
|
4761
|
+
|
4762
|
+
class CloudAiNlLlmProtoServicePart
|
4763
|
+
# @private
|
4764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4765
|
+
property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData::Representation
|
4766
|
+
|
4767
|
+
property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionCall, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionCall::Representation
|
4768
|
+
|
4769
|
+
property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionResponse, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceFunctionResponse::Representation
|
4770
|
+
|
4771
|
+
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartBlob, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartBlob::Representation
|
4772
|
+
|
4773
|
+
property :text, as: 'text'
|
4774
|
+
property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartVideoMetadata, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartVideoMetadata::Representation
|
4775
|
+
|
4776
|
+
end
|
4777
|
+
end
|
4778
|
+
|
4779
|
+
class CloudAiNlLlmProtoServicePartBlob
|
4780
|
+
# @private
|
4781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4782
|
+
property :data, :base64 => true, as: 'data'
|
4783
|
+
property :mime_type, as: 'mimeType'
|
4784
|
+
property :original_file_data, as: 'originalFileData', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServicePartFileData::Representation
|
4785
|
+
|
4786
|
+
end
|
4787
|
+
end
|
4788
|
+
|
4789
|
+
class CloudAiNlLlmProtoServicePartFileData
|
4790
|
+
# @private
|
4791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4792
|
+
property :file_uri, as: 'fileUri'
|
4793
|
+
property :mime_type, as: 'mimeType'
|
4794
|
+
end
|
4795
|
+
end
|
4796
|
+
|
4797
|
+
class CloudAiNlLlmProtoServicePartVideoMetadata
|
4798
|
+
# @private
|
4799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4800
|
+
property :end_offset, as: 'endOffset'
|
4801
|
+
property :start_offset, as: 'startOffset'
|
4802
|
+
end
|
4803
|
+
end
|
4804
|
+
|
4805
|
+
class CloudAiNlLlmProtoServicePromptFeedback
|
4806
|
+
# @private
|
4807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4808
|
+
property :block_reason, as: 'blockReason'
|
4809
|
+
property :block_reason_message, as: 'blockReasonMessage'
|
4810
|
+
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating, decorator: Google::Apis::AiplatformV1::CloudAiNlLlmProtoServiceSafetyRating::Representation
|
4811
|
+
|
4812
|
+
end
|
4813
|
+
end
|
4814
|
+
|
4815
|
+
class CloudAiNlLlmProtoServiceSafetyRating
|
4816
|
+
# @private
|
4817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4818
|
+
property :blocked, as: 'blocked'
|
4819
|
+
property :category, as: 'category'
|
4820
|
+
property :probability, as: 'probability'
|
4821
|
+
end
|
4822
|
+
end
|
4823
|
+
|
4824
|
+
class CloudAiNlLlmProtoServiceUsageMetadata
|
4825
|
+
# @private
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4827
|
+
property :candidates_token_count, as: 'candidatesTokenCount'
|
4828
|
+
property :prompt_token_count, as: 'promptTokenCount'
|
4829
|
+
property :total_token_count, as: 'totalTokenCount'
|
4830
|
+
end
|
4831
|
+
end
|
4832
|
+
|
4375
4833
|
class GoogleApiHttpBody
|
4376
4834
|
# @private
|
4377
4835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5278,6 +5736,7 @@ module Google
|
|
5278
5736
|
property :enable_web_access, as: 'enableWebAccess'
|
5279
5737
|
property :experiment, as: 'experiment'
|
5280
5738
|
property :experiment_run, as: 'experimentRun'
|
5739
|
+
collection :models, as: 'models'
|
5281
5740
|
property :network, as: 'network'
|
5282
5741
|
property :protected_artifact_location_id, as: 'protectedArtifactLocationId'
|
5283
5742
|
collection :reserved_ip_ranges, as: 'reservedIpRanges'
|
@@ -6565,22 +7024,6 @@ module Google
|
|
6565
7024
|
end
|
6566
7025
|
end
|
6567
7026
|
|
6568
|
-
class GoogleCloudAiplatformV1FunctionCall
|
6569
|
-
# @private
|
6570
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6571
|
-
hash :args, as: 'args'
|
6572
|
-
property :name, as: 'name'
|
6573
|
-
end
|
6574
|
-
end
|
6575
|
-
|
6576
|
-
class GoogleCloudAiplatformV1FunctionResponse
|
6577
|
-
# @private
|
6578
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6579
|
-
property :name, as: 'name'
|
6580
|
-
hash :response, as: 'response'
|
6581
|
-
end
|
6582
|
-
end
|
6583
|
-
|
6584
7027
|
class GoogleCloudAiplatformV1GcsDestination
|
6585
7028
|
# @private
|
6586
7029
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8189,10 +8632,6 @@ module Google
|
|
8189
8632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8190
8633
|
property :file_data, as: 'fileData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FileData, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FileData::Representation
|
8191
8634
|
|
8192
|
-
property :function_call, as: 'functionCall', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionCall, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionCall::Representation
|
8193
|
-
|
8194
|
-
property :function_response, as: 'functionResponse', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponse, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionResponse::Representation
|
8195
|
-
|
8196
8635
|
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Blob::Representation
|
8197
8636
|
|
8198
8637
|
property :text, as: 'text'
|
@@ -8470,6 +8909,7 @@ module Google
|
|
8470
8909
|
property :supported_actions, as: 'supportedActions', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToAction::Representation
|
8471
8910
|
|
8472
8911
|
property :version_id, as: 'versionId'
|
8912
|
+
property :version_state, as: 'versionState'
|
8473
8913
|
end
|
8474
8914
|
end
|
8475
8915
|
|
@@ -8512,6 +8952,7 @@ module Google
|
|
8512
8952
|
property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference::Representation
|
8513
8953
|
|
8514
8954
|
property :model_display_name, as: 'modelDisplayName'
|
8955
|
+
property :public_artifact_uri, as: 'publicArtifactUri'
|
8515
8956
|
property :shared_resources, as: 'sharedResources'
|
8516
8957
|
property :title, as: 'title'
|
8517
8958
|
end
|
@@ -8546,8 +8987,10 @@ module Google
|
|
8546
8987
|
class GoogleCloudAiplatformV1PublisherModelResourceReference
|
8547
8988
|
# @private
|
8548
8989
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8990
|
+
property :description, as: 'description'
|
8549
8991
|
property :resource_name, as: 'resourceName'
|
8550
8992
|
property :uri, as: 'uri'
|
8993
|
+
property :use_case, as: 'useCase'
|
8551
8994
|
end
|
8552
8995
|
end
|
8553
8996
|
|
@@ -11576,6 +12019,15 @@ module Google
|
|
11576
12019
|
end
|
11577
12020
|
end
|
11578
12021
|
|
12022
|
+
class GoogleTypeDate
|
12023
|
+
# @private
|
12024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12025
|
+
property :day, as: 'day'
|
12026
|
+
property :month, as: 'month'
|
12027
|
+
property :year, as: 'year'
|
12028
|
+
end
|
12029
|
+
end
|
12030
|
+
|
11579
12031
|
class GoogleTypeExpr
|
11580
12032
|
# @private
|
11581
12033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11602,6 +12054,35 @@ module Google
|
|
11602
12054
|
property :units, :numeric_string => true, as: 'units'
|
11603
12055
|
end
|
11604
12056
|
end
|
12057
|
+
|
12058
|
+
class IntelligenceCloudAutomlXpsMetricEntry
|
12059
|
+
# @private
|
12060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12061
|
+
property :argentum_metric_id, as: 'argentumMetricId'
|
12062
|
+
property :double_value, as: 'doubleValue'
|
12063
|
+
property :int64_value, :numeric_string => true, as: 'int64Value'
|
12064
|
+
property :metric_name, as: 'metricName'
|
12065
|
+
collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
|
12066
|
+
|
12067
|
+
end
|
12068
|
+
end
|
12069
|
+
|
12070
|
+
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
12071
|
+
# @private
|
12072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12073
|
+
property :label_name, as: 'labelName'
|
12074
|
+
property :label_value, as: 'labelValue'
|
12075
|
+
end
|
12076
|
+
end
|
12077
|
+
|
12078
|
+
class IntelligenceCloudAutomlXpsReportingMetrics
|
12079
|
+
# @private
|
12080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12081
|
+
property :effective_training_duration, as: 'effectiveTrainingDuration'
|
12082
|
+
collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry::Representation
|
12083
|
+
|
12084
|
+
end
|
12085
|
+
end
|
11605
12086
|
end
|
11606
12087
|
end
|
11607
12088
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-aiplatform_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|