Cloud Commerce Producer v1beta API - Class Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation (1.0.0-beta01)

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, IMessage

Reference 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.

Inheritance

object > Sku.Types.SkuPrice.Types.AiPlatformManagedModelEndpointLocation

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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