public sealed class RuntimeArtifact : IMessage<RuntimeArtifact>, IEquatable<RuntimeArtifact>, IDeepCloneable<RuntimeArtifact>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class RuntimeArtifact.
The definition of a runtime artifact.
Implements
IMessageRuntimeArtifact, IEquatableRuntimeArtifact, IDeepCloneableRuntimeArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
RuntimeArtifact()
public RuntimeArtifact()RuntimeArtifact(RuntimeArtifact)
public RuntimeArtifact(RuntimeArtifact other)| Parameter | |
|---|---|
| Name | Description |
other |
RuntimeArtifact |
Properties
CustomProperties
[Obsolete]
public MapField<string, Value> CustomProperties { get; }The custom properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringValue |
|
Metadata
public Struct Metadata { get; set; }Properties of the Artifact.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
Name
public string Name { get; set; }The name of an artifact.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Properties
[Obsolete]
public MapField<string, Value> Properties { get; }The properties of the artifact. Deprecated. Use [RuntimeArtifact.metadata][google.cloud.aiplatform.v1beta1.RuntimeArtifact.metadata] instead.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringValue |
|
Type
public ArtifactTypeSchema Type { get; set; }The type of the artifact.
| Property Value | |
|---|---|
| Type | Description |
ArtifactTypeSchema |
|
Uri
public string Uri { get; set; }The URI of the artifact.
| Property Value | |
|---|---|
| Type | Description |
string |
|