Cloud AI Platform v1beta1 API - Class RuntimeArtifact (1.0.0-beta04)

public sealed class RuntimeArtifact : IMessage<RuntimeArtifact>, IEquatable<RuntimeArtifact>, IDeepCloneable<RuntimeArtifact>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class RuntimeArtifact.

The definition of a runtime artifact.

Inheritance

object > RuntimeArtifact

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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