public sealed class MigrateResourceResponse : IMessage<MigrateResourceResponse>, IEquatable<MigrateResourceResponse>, IDeepCloneable<MigrateResourceResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MigrateResourceResponse.
Describes a successfully migrated resource.
Implements
IMessageMigrateResourceResponse, IEquatableMigrateResourceResponse, IDeepCloneableMigrateResourceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MigrateResourceResponse()
public MigrateResourceResponse()
MigrateResourceResponse(MigrateResourceResponse)
public MigrateResourceResponse(MigrateResourceResponse other)
Parameter | |
---|---|
Name | Description |
other |
MigrateResourceResponse |
Properties
Dataset
public string Dataset { get; set; }
Migrated Dataset's resource name.
Property Value | |
---|---|
Type | Description |
string |
DatasetAsDatasetName
public DatasetName DatasetAsDatasetName { get; set; }
DatasetName-typed view over the Dataset resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
HasDataset
public bool HasDataset { get; }
Gets whether the "dataset" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasModel
public bool HasModel { get; }
Gets whether the "model" field is set
Property Value | |
---|---|
Type | Description |
bool |
MigratableResource
public MigratableResource MigratableResource { get; set; }
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.
Property Value | |
---|---|
Type | Description |
MigratableResource |
MigratedResourceCase
public MigrateResourceResponse.MigratedResourceOneofCase MigratedResourceCase { get; }
Property Value | |
---|---|
Type | Description |
MigrateResourceResponseMigratedResourceOneofCase |
Model
public string Model { get; set; }
Migrated Model's resource name.
Property Value | |
---|---|
Type | Description |
string |
ModelAsModelName
public ModelName ModelAsModelName { get; set; }
Property Value | |
---|---|
Type | Description |
ModelName |