Reference documentation and code samples for the Cloud Commerce Producer V1BETA API class Google::Cloud::CommerceProducer::V1beta::Sku::SkuPrice::AiPlatformManagedModelEndpointLocation.
Location scope for a SKU that applies to an AI Platform Managed Model endpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#global_endpoint
def global_endpoint() -> ::Boolean-
(::Boolean) — Output only. The SKU applies to a global
endpoint.
Note: This is distinct from the conventional meaning of "global"
as a SKU that applies to all locations.
Note: The following fields are mutually exclusive:
global_endpoint,region_id,multi_region_id. If a field in that set is populated, all other fields in the set will automatically be cleared.
#multi_region_id
def multi_region_id() -> ::String-
(::String) — Output only. The SKU applies to a multi-region.
Note: The following fields are mutually exclusive:
multi_region_id,region_id,global_endpoint. If a field in that set is populated, all other fields in the set will automatically be cleared.
#region_id
def region_id() -> ::String-
(::String) — Output only. The SKU applies to a region.
Note: The following fields are mutually exclusive:
region_id,global_endpoint,multi_region_id. If a field in that set is populated, all other fields in the set will automatically be cleared.