Show / Hide Table of Contents

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.

Inheritance
object
XPSDockerFormat
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX