Class CreateGpuShapeTaskProfileExtendedInformationDetails
Extended information for the GPU-specific task profile.
Inheritance
CreateGpuShapeTaskProfileExtendedInformationDetails
Inherited Members
Namespace: Oci.BatchService.Models
Assembly: OCI.DotNetSDK.Batch.dll
Syntax
public class CreateGpuShapeTaskProfileExtendedInformationDetails : CreateBatchTaskProfileExtendedInformationDetails
Properties
ShapeName
Declaration
[Required(ErrorMessage = "ShapeName is required.")]
[JsonProperty(PropertyName = "shapeName")]
public string ShapeName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A name of the GPU shape. |
Remarks
Required