Class XPSDockerFormat
A model format used for Docker containers. Use the params field to customize the container. The container is verified to work correctly on ubuntu 16.04 operating system.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSDockerFormat : IDirectResponseSchema
Properties
CpuArchitecture
Optional. Additional cpu information describing the requirements for the to be exported model files.
Declaration
[JsonProperty("cpuArchitecture")]
public virtual string CpuArchitecture { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GpuArchitecture
Optional. Additional gpu information describing the requirements for the to be exported model files.
Declaration
[JsonProperty("gpuArchitecture")]
public virtual string GpuArchitecture { get; set; }
Property Value
Type | Description |
---|---|
string |