public interface ModelSourceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCopy()
If this Model is copy of another Model.
|
ModelSourceInfo.ModelSourceType |
getSourceType()
Type of the model source.
|
int |
getSourceTypeValue()
Type of the model source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSourceTypeValue()
Type of the model source.
.google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType source_type = 1;ModelSourceInfo.ModelSourceType getSourceType()
Type of the model source.
.google.cloud.aiplatform.v1.ModelSourceInfo.ModelSourceType source_type = 1;boolean getCopy()
If this Model is copy of another Model. If true then [source_type][google.cloud.aiplatform.v1.ModelSourceInfo.source_type] pertains to the original.
bool copy = 2;Copyright © 2023 Google LLC. All rights reserved.