public sealed class Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation : IMessage<Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation>, IEquatable<Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation>, IDeepCloneable<Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation.
Location scope for a SKU that applies to an AI Platform Managed Model endpoint.
Implements
IMessageSkuTypesSkuPriceTypesAiPlatformManagedModelEndpointLocation, IEquatableSkuTypesSkuPriceTypesAiPlatformManagedModelEndpointLocation, IDeepCloneableSkuTypesSkuPriceTypesAiPlatformManagedModelEndpointLocation, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
AiPlatformManagedModelEndpointLocation()
public AiPlatformManagedModelEndpointLocation()AiPlatformManagedModelEndpointLocation(AiPlatformManagedModelEndpointLocation)
public AiPlatformManagedModelEndpointLocation(Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation other)| Parameter | |
|---|---|
| Name | Description |
other |
SkuTypesSkuPriceTypesAiPlatformManagedModelEndpointLocation |
Properties
GlobalEndpoint
public bool GlobalEndpoint { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasGlobalEndpoint
public bool HasGlobalEndpoint { get; }Gets whether the "global_endpoint" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasMultiRegionId
public bool HasMultiRegionId { get; }Gets whether the "multi_region_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasRegionId
public bool HasRegionId { get; }Gets whether the "region_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LocationCase
public Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation.LocationOneofCase LocationCase { get; }| Property Value | |
|---|---|
| Type | Description |
SkuTypesSkuPriceTypesAiPlatformManagedModelEndpointLocationLocationOneofCase |
|
MultiRegionId
public string MultiRegionId { get; set; }Output only. The SKU applies to a multi-region.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RegionId
public string RegionId { get; set; }Output only. The SKU applies to a region.
| Property Value | |
|---|---|
| Type | Description |
string |
|