Class GoogleCloudMlV1Capability
Inheritance
GoogleCloudMlV1Capability
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1Capability : IDirectResponseSchema
Properties
AvailableAccelerators
Available accelerators for the capability.
Declaration
[JsonProperty("availableAccelerators")]
public virtual IList<string> AvailableAccelerators { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Implements