Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RuntimeArtifact

The definition of a runtime artifact.

Inheritance
object
GoogleCloudAiplatformV1beta1RuntimeArtifact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RuntimeArtifact : IDirectResponseSchema

Properties

CustomProperties

The custom properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.

Declaration
[JsonProperty("customProperties")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1Value> CustomProperties { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudAiplatformV1beta1Value>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Metadata

Properties of the Artifact.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

Name

The name of an artifact.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Properties

The properties of the artifact. Deprecated. Use RuntimeArtifact.metadata instead.

Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, GoogleCloudAiplatformV1beta1Value> Properties { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudAiplatformV1beta1Value>

Type

The type of the artifact.

Declaration
[JsonProperty("type")]
public virtual GoogleCloudAiplatformV1beta1ArtifactTypeSchema Type { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ArtifactTypeSchema

Uri

The URI of the artifact.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX