google-apis-aiplatform_v1beta1 0.47.0 → 0.49.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 +9 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +368 -18
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +160 -0
- data/lib/google/apis/aiplatform_v1beta1/service.rb +2779 -1735
- metadata +2 -2
@@ -742,6 +742,12 @@ module Google
|
|
742
742
|
include Google::Apis::Core::JsonObjectSupport
|
743
743
|
end
|
744
744
|
|
745
|
+
class GoogleCloudAiplatformV1beta1ColabImage
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
745
751
|
class GoogleCloudAiplatformV1beta1CometInput
|
746
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
753
|
|
@@ -2650,6 +2656,42 @@ module Google
|
|
2650
2656
|
include Google::Apis::Core::JsonObjectSupport
|
2651
2657
|
end
|
2652
2658
|
|
2659
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequest
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2661
|
+
|
2662
|
+
include Google::Apis::Core::JsonObjectSupport
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2667
|
+
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
2669
|
+
end
|
2670
|
+
|
2671
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig
|
2672
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2673
|
+
|
2674
|
+
include Google::Apis::Core::JsonObjectSupport
|
2675
|
+
end
|
2676
|
+
|
2677
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping
|
2678
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2679
|
+
|
2680
|
+
include Google::Apis::Core::JsonObjectSupport
|
2681
|
+
end
|
2682
|
+
|
2683
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict
|
2684
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2685
|
+
|
2686
|
+
include Google::Apis::Core::JsonObjectSupport
|
2687
|
+
end
|
2688
|
+
|
2689
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict
|
2690
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2691
|
+
|
2692
|
+
include Google::Apis::Core::JsonObjectSupport
|
2693
|
+
end
|
2694
|
+
|
2653
2695
|
class GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest
|
2654
2696
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2655
2697
|
|
@@ -4666,6 +4708,24 @@ module Google
|
|
4666
4708
|
include Google::Apis::Core::JsonObjectSupport
|
4667
4709
|
end
|
4668
4710
|
|
4711
|
+
class GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfig
|
4712
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4713
|
+
|
4714
|
+
include Google::Apis::Core::JsonObjectSupport
|
4715
|
+
end
|
4716
|
+
|
4717
|
+
class GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigDocumentCorpus
|
4718
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4719
|
+
|
4720
|
+
include Google::Apis::Core::JsonObjectSupport
|
4721
|
+
end
|
4722
|
+
|
4723
|
+
class GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigMemoryCorpus
|
4724
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4669
4729
|
class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig
|
4670
4730
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
4731
|
|
@@ -9121,6 +9181,14 @@ module Google
|
|
9121
9181
|
end
|
9122
9182
|
end
|
9123
9183
|
|
9184
|
+
class GoogleCloudAiplatformV1beta1ColabImage
|
9185
|
+
# @private
|
9186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9187
|
+
property :description, as: 'description'
|
9188
|
+
property :release_name, as: 'releaseName'
|
9189
|
+
end
|
9190
|
+
end
|
9191
|
+
|
9124
9192
|
class GoogleCloudAiplatformV1beta1CometInput
|
9125
9193
|
# @private
|
9126
9194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12040,8 +12108,10 @@ module Google
|
|
12040
12108
|
property :name, as: 'name'
|
12041
12109
|
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
12042
12110
|
|
12111
|
+
property :parameters_json_schema, as: 'parametersJsonSchema'
|
12043
12112
|
property :response, as: 'response', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Schema::Representation
|
12044
12113
|
|
12114
|
+
property :response_json_schema, as: 'responseJsonSchema'
|
12045
12115
|
end
|
12046
12116
|
end
|
12047
12117
|
|
@@ -12230,6 +12300,7 @@ module Google
|
|
12230
12300
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12231
12301
|
property :audio_timestamp, as: 'audioTimestamp'
|
12232
12302
|
property :candidate_count, as: 'candidateCount'
|
12303
|
+
property :enable_affective_dialog, as: 'enableAffectiveDialog'
|
12233
12304
|
property :frequency_penalty, as: 'frequencyPenalty'
|
12234
12305
|
property :logprobs, as: 'logprobs'
|
12235
12306
|
property :max_output_tokens, as: 'maxOutputTokens'
|
@@ -12237,6 +12308,7 @@ module Google
|
|
12237
12308
|
property :model_config, as: 'modelConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigModelConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenerationConfigModelConfig::Representation
|
12238
12309
|
|
12239
12310
|
property :presence_penalty, as: 'presencePenalty'
|
12311
|
+
property :response_json_schema, as: 'responseJsonSchema'
|
12240
12312
|
property :response_logprobs, as: 'responseLogprobs'
|
12241
12313
|
property :response_mime_type, as: 'responseMimeType'
|
12242
12314
|
collection :response_modalities, as: 'responseModalities'
|
@@ -12555,6 +12627,63 @@ module Google
|
|
12555
12627
|
end
|
12556
12628
|
end
|
12557
12629
|
|
12630
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequest
|
12631
|
+
# @private
|
12632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12633
|
+
property :config, as: 'config', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig::Representation
|
12634
|
+
|
12635
|
+
property :is_complete_overwrite, as: 'isCompleteOverwrite'
|
12636
|
+
end
|
12637
|
+
end
|
12638
|
+
|
12639
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfig
|
12640
|
+
# @private
|
12641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12642
|
+
property :big_query_source_config, as: 'bigQuerySourceConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig::Representation
|
12643
|
+
|
12644
|
+
end
|
12645
|
+
end
|
12646
|
+
|
12647
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigBigQuerySourceConfig
|
12648
|
+
# @private
|
12649
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12650
|
+
property :datapoint_field_mapping, as: 'datapointFieldMapping', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping::Representation
|
12651
|
+
|
12652
|
+
property :table_path, as: 'tablePath'
|
12653
|
+
end
|
12654
|
+
end
|
12655
|
+
|
12656
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMapping
|
12657
|
+
# @private
|
12658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12659
|
+
property :embedding_column, as: 'embeddingColumn'
|
12660
|
+
property :id_column, as: 'idColumn'
|
12661
|
+
collection :metadata_columns, as: 'metadataColumns'
|
12662
|
+
collection :numeric_restricts, as: 'numericRestricts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict::Representation
|
12663
|
+
|
12664
|
+
collection :restricts, as: 'restricts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict::Representation
|
12665
|
+
|
12666
|
+
end
|
12667
|
+
end
|
12668
|
+
|
12669
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingNumericRestrict
|
12670
|
+
# @private
|
12671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12672
|
+
property :namespace, as: 'namespace'
|
12673
|
+
property :value_column, as: 'valueColumn'
|
12674
|
+
property :value_type, as: 'valueType'
|
12675
|
+
end
|
12676
|
+
end
|
12677
|
+
|
12678
|
+
class GoogleCloudAiplatformV1beta1ImportIndexRequestConnectorConfigDatapointFieldMappingRestrict
|
12679
|
+
# @private
|
12680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12681
|
+
collection :allow_column, as: 'allowColumn'
|
12682
|
+
collection :deny_column, as: 'denyColumn'
|
12683
|
+
property :namespace, as: 'namespace'
|
12684
|
+
end
|
12685
|
+
end
|
12686
|
+
|
12558
12687
|
class GoogleCloudAiplatformV1beta1ImportModelEvaluationRequest
|
12559
12688
|
# @private
|
12560
12689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14952,6 +15081,8 @@ module Google
|
|
14952
15081
|
class GoogleCloudAiplatformV1beta1NotebookSoftwareConfig
|
14953
15082
|
# @private
|
14954
15083
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15084
|
+
property :colab_image, as: 'colabImage', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ColabImage, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ColabImage::Representation
|
15085
|
+
|
14955
15086
|
collection :env, as: 'env', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1EnvVar::Representation
|
14956
15087
|
|
14957
15088
|
property :post_startup_script_config, as: 'postStartupScriptConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PostStartupScriptConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PostStartupScriptConfig::Representation
|
@@ -14970,6 +15101,8 @@ module Google
|
|
14970
15101
|
class GoogleCloudAiplatformV1beta1PscAutomationConfig
|
14971
15102
|
# @private
|
14972
15103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15104
|
+
property :forwarding_rule, as: 'forwardingRule'
|
15105
|
+
property :ip_address, as: 'ipAddress'
|
14973
15106
|
property :network, as: 'network'
|
14974
15107
|
property :project_id, as: 'projectId'
|
14975
15108
|
end
|
@@ -16106,6 +16239,8 @@ module Google
|
|
16106
16239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16107
16240
|
property :corpus_status, as: 'corpusStatus', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CorpusStatus, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CorpusStatus::Representation
|
16108
16241
|
|
16242
|
+
property :corpus_type_config, as: 'corpusTypeConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfig::Representation
|
16243
|
+
|
16109
16244
|
property :create_time, as: 'createTime'
|
16110
16245
|
property :description, as: 'description'
|
16111
16246
|
property :display_name, as: 'displayName'
|
@@ -16125,6 +16260,30 @@ module Google
|
|
16125
16260
|
end
|
16126
16261
|
end
|
16127
16262
|
|
16263
|
+
class GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfig
|
16264
|
+
# @private
|
16265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16266
|
+
property :document_corpus, as: 'documentCorpus', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigDocumentCorpus, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigDocumentCorpus::Representation
|
16267
|
+
|
16268
|
+
property :memory_corpus, as: 'memoryCorpus', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigMemoryCorpus, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigMemoryCorpus::Representation
|
16269
|
+
|
16270
|
+
end
|
16271
|
+
end
|
16272
|
+
|
16273
|
+
class GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigDocumentCorpus
|
16274
|
+
# @private
|
16275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16276
|
+
end
|
16277
|
+
end
|
16278
|
+
|
16279
|
+
class GoogleCloudAiplatformV1beta1RagCorpusCorpusTypeConfigMemoryCorpus
|
16280
|
+
# @private
|
16281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16282
|
+
property :llm_parser, as: 'llmParser', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagFileParsingConfigLlmParser::Representation
|
16283
|
+
|
16284
|
+
end
|
16285
|
+
end
|
16286
|
+
|
16128
16287
|
class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfig
|
16129
16288
|
# @private
|
16130
16289
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21155,6 +21314,7 @@ module Google
|
|
21155
21314
|
property :rag_retrieval_config, as: 'ragRetrievalConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagRetrievalConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RagRetrievalConfig::Representation
|
21156
21315
|
|
21157
21316
|
property :similarity_top_k, as: 'similarityTopK'
|
21317
|
+
property :store_context, as: 'storeContext'
|
21158
21318
|
property :vector_distance_threshold, as: 'vectorDistanceThreshold'
|
21159
21319
|
end
|
21160
21320
|
end
|