Skip to content

GpuConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc3;
new GpuConfigProperty {
    object GpuMemorySize = null,
    object GpuType = null
};

Properties

Name Type Description
GpuMemorySize object No description.
GpuType object No description.

GpuMemorySizeOptional

public object GpuMemorySize { get; set; }
  • Type: object

GpuTypeOptional

public object GpuType { get; set; }
  • Type: object