Interface RuntimeArtifactOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeArtifact,RuntimeArtifact.Builder
@Generated
public interface RuntimeArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleancontainsProperties(String key) Deprecated.Deprecated.intDeprecated.Deprecated.getCustomPropertiesOrDefault(String key, Value defaultValue) Deprecated.Deprecated.com.google.protobuf.StructProperties of the Artifact.com.google.protobuf.StructOrBuilderProperties of the Artifact.getName()The name of an artifact.com.google.protobuf.ByteStringThe name of an artifact.Deprecated.intDeprecated.Deprecated.getPropertiesOrDefault(String key, Value defaultValue) Deprecated.Deprecated.getType()The type of the artifact.The type of the artifact.getUri()The URI of the artifact.com.google.protobuf.ByteStringThe URI of the artifact.booleanProperties of the Artifact.booleanhasType()The type of the artifact.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()The name of an artifact.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of an artifact.
string name = 1;- Returns:
- The bytes for name.
-
hasType
boolean hasType()The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;- Returns:
- Whether the type field is set.
-
getType
ArtifactTypeSchema getType()The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;- Returns:
- The type.
-
getTypeOrBuilder
ArtifactTypeSchemaOrBuilder getTypeOrBuilder()The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2; -
getUri
String getUri()The URI of the artifact.
string uri = 3;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()The URI of the artifact.
string uri = 3;- Returns:
- The bytes for uri.
-
getPropertiesCount
Deprecated.The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true]; -
containsProperties
Deprecated.The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true]; -
getProperties
Deprecated.UsegetPropertiesMap()instead. -
getPropertiesMap
Deprecated.The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true]; -
getPropertiesOrDefault
Deprecated.The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true]; -
getPropertiesOrThrow
Deprecated.The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> properties = 4 [deprecated = true]; -
getCustomPropertiesCount
Deprecated.The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true]; -
containsCustomProperties
Deprecated.The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true]; -
getCustomProperties
Deprecated.UsegetCustomPropertiesMap()instead. -
getCustomPropertiesMap
Deprecated.The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true]; -
getCustomPropertiesOrDefault
Deprecated.The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true]; -
getCustomPropertiesOrThrow
Deprecated.The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
map<string, .google.cloud.aiplatform.v1beta1.Value> custom_properties = 5 [deprecated = true]; -
hasMetadata
boolean hasMetadata()Properties of the Artifact.
.google.protobuf.Struct metadata = 6;- Returns:
- Whether the metadata field is set.
-
getMetadata
com.google.protobuf.Struct getMetadata()Properties of the Artifact.
.google.protobuf.Struct metadata = 6;- Returns:
- The metadata.
-
getMetadataOrBuilder
com.google.protobuf.StructOrBuilder getMetadataOrBuilder()Properties of the Artifact.
.google.protobuf.Struct metadata = 6;
-