Class RuntimeMigrationEligibility
RuntimeMigrationEligibility represents the feasibility information of a migration from GmN to WbI.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class RuntimeMigrationEligibility : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
Output only. Certain configurations make the GmN ineligible for an automatic migration. A manual migration is required.
Declaration
[JsonProperty("errors")]
public virtual IList<string> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Warnings
Output only. Certain configurations will be defaulted during the migration.
Declaration
[JsonProperty("warnings")]
public virtual IList<string> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |