public interface RuntimeArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCustomProperties(String key)
Deprecated.
|
boolean |
containsProperties(String key)
Deprecated.
|
Map<String,Value> |
getCustomProperties()
Deprecated.
|
int |
getCustomPropertiesCount()
Deprecated.
|
Map<String,Value> |
getCustomPropertiesMap()
Deprecated.
|
Value |
getCustomPropertiesOrDefault(String key,
Value defaultValue)
Deprecated.
|
Value |
getCustomPropertiesOrThrow(String key)
Deprecated.
|
com.google.protobuf.Struct |
getMetadata()
Properties of the Artifact.
|
com.google.protobuf.StructOrBuilder |
getMetadataOrBuilder()
Properties of the Artifact.
|
String |
getName()
The name of an artifact.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of an artifact.
|
Map<String,Value> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
Deprecated.
|
Map<String,Value> |
getPropertiesMap()
Deprecated.
|
Value |
getPropertiesOrDefault(String key,
Value defaultValue)
Deprecated.
|
Value |
getPropertiesOrThrow(String key)
Deprecated.
|
ArtifactTypeSchema |
getType()
The type of the artifact.
|
ArtifactTypeSchemaOrBuilder |
getTypeOrBuilder()
The type of the artifact.
|
String |
getUri()
The URI of the artifact.
|
com.google.protobuf.ByteString |
getUriBytes()
The URI of the artifact.
|
boolean |
hasMetadata()
Properties of the Artifact.
|
boolean |
hasType()
The type of the artifact.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of an artifact.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of an artifact.
string name = 1;boolean hasType()
The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;ArtifactTypeSchema getType()
The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;ArtifactTypeSchemaOrBuilder getTypeOrBuilder()
The type of the artifact.
.google.cloud.aiplatform.v1beta1.ArtifactTypeSchema type = 2;String getUri()
The URI of the artifact.
string uri = 3;com.google.protobuf.ByteString getUriBytes()
The URI of the artifact.
string uri = 3;@Deprecated int getPropertiesCount()
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];
@Deprecated boolean containsProperties(String key)
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];
@Deprecated Map<String,Value> getProperties()
getPropertiesMap() instead.@Deprecated Map<String,Value> getPropertiesMap()
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];
@Deprecated Value getPropertiesOrDefault(String key, Value defaultValue)
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];
@Deprecated Value getPropertiesOrThrow(String key)
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];
@Deprecated int getCustomPropertiesCount()
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];
@Deprecated boolean containsCustomProperties(String key)
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];
@Deprecated Map<String,Value> getCustomProperties()
getCustomPropertiesMap() instead.@Deprecated Map<String,Value> getCustomPropertiesMap()
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];
@Deprecated Value getCustomPropertiesOrDefault(String key, Value defaultValue)
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];
@Deprecated Value getCustomPropertiesOrThrow(String key)
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];
boolean hasMetadata()
Properties of the Artifact.
.google.protobuf.Struct metadata = 6;com.google.protobuf.Struct getMetadata()
Properties of the Artifact.
.google.protobuf.Struct metadata = 6;com.google.protobuf.StructOrBuilder getMetadataOrBuilder()
Properties of the Artifact.
.google.protobuf.Struct metadata = 6;Copyright © 2024 Google LLC. All rights reserved.