Class UpdateInstanceConfigRequest
Request for updating instance configurations.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class UpdateInstanceConfigRequest : IDirectResponseSchema
Properties
Config
The instance configurations to be updated.
Declaration
[JsonProperty("config")]
public virtual InstanceConfig Config { get; set; }
Property Value
Type | Description |
---|---|
InstanceConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |