lib/google/apis/retail_v2/representations.rb in google-apis-retail_v2-0.54.0 vs lib/google/apis/retail_v2/representations.rb in google-apis-retail_v2-0.55.0
- old
+ new
@@ -938,10 +938,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaCreateModelMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaExportErrorsConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -992,10 +998,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaModel
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudRetailV2betaModelServingConfigList
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaOutputResult
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1058,10 +1076,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudRetailV2betaTuneModelMetadata
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class GoogleCloudRetailV2betaTuneModelResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudRetailV2betaUserEventImportSummary
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -2569,10 +2599,17 @@
property :dataset_id, as: 'datasetId'
property :table_id, as: 'tableId'
end
end
+ class GoogleCloudRetailV2betaCreateModelMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :model, as: 'model'
+ end
+ end
+
class GoogleCloudRetailV2betaExportErrorsConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :gcs_prefix, as: 'gcsPrefix'
end
@@ -2657,10 +2694,38 @@
property :import_summary, as: 'importSummary', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaUserEventImportSummary, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaUserEventImportSummary::Representation
end
end
+ class GoogleCloudRetailV2betaModel
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :create_time, as: 'createTime'
+ property :data_state, as: 'dataState'
+ property :display_name, as: 'displayName'
+ property :filtering_option, as: 'filteringOption'
+ property :last_tune_time, as: 'lastTuneTime'
+ property :name, as: 'name'
+ property :optimization_objective, as: 'optimizationObjective'
+ property :periodic_tuning_state, as: 'periodicTuningState'
+ collection :serving_config_lists, as: 'servingConfigLists', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaModelServingConfigList, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaModelServingConfigList::Representation
+
+ property :serving_state, as: 'servingState'
+ property :training_state, as: 'trainingState'
+ property :tuning_operation, as: 'tuningOperation'
+ property :type, as: 'type'
+ property :update_time, as: 'updateTime'
+ end
+ end
+
+ class GoogleCloudRetailV2betaModelServingConfigList
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :serving_config_ids, as: 'servingConfigIds'
+ end
+ end
+
class GoogleCloudRetailV2betaOutputResult
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :bigquery_result, as: 'bigqueryResult', class: Google::Apis::RetailV2::GoogleCloudRetailV2betaBigQueryOutputResult, decorator: Google::Apis::RetailV2::GoogleCloudRetailV2betaBigQueryOutputResult::Representation
@@ -2722,9 +2787,22 @@
class Representation < Google::Apis::Core::JsonRepresentation
end
end
class GoogleCloudRetailV2betaSetInventoryResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
+ class GoogleCloudRetailV2betaTuneModelMetadata
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :model, as: 'model'
+ end
+ end
+
+ class GoogleCloudRetailV2betaTuneModelResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end