Cloud AI Platform v1 API - Class Artifact (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class Artifact.

Instance of a general artifact.

Inheritance

object > Artifact

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Artifact()

public Artifact()

Artifact(Artifact)

public Artifact(Artifact other)
Parameter
NameDescription
otherArtifact

Properties

ArtifactName

public ArtifactName ArtifactName { get; set; }

ArtifactName-typed view over the Name resource name property.

Property Value
TypeDescription
ArtifactName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this Artifact was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Description of the Artifact

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User provided display name of the Artifact. May be up to 128 Unicode characters.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

An eTag used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

The labels with user-defined metadata to organize your Artifacts.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Artifact (System labels are excluded).

Property Value
TypeDescription
MapFieldstringstring

Metadata

public Struct Metadata { get; set; }

Properties of the Artifact. Top level metadata keys' heading and trailing spaces will be trimmed. The size of this field should not exceed 200KB.

Property Value
TypeDescription
Struct

Name

public string Name { get; set; }

Output only. The resource name of the Artifact.

Property Value
TypeDescription
string

SchemaTitle

public string SchemaTitle { get; set; }

The title of the schema describing the metadata.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Property Value
TypeDescription
string

SchemaVersion

public string SchemaVersion { get; set; }

The version of the schema in schema_name to use.

Schema title and version is expected to be registered in earlier Create Schema calls. And both are used together as unique identifiers to identify schemas within the local metadata store.

Property Value
TypeDescription
string

State

public Artifact.Types.State State { get; set; }

The state of this Artifact. This is a property of the Artifact, and does not imply or capture any ongoing process. This property is managed by clients (such as Vertex AI Pipelines), and the system does not prescribe or check the validity of state transitions.

Property Value
TypeDescription
ArtifactTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this Artifact was last updated.

Property Value
TypeDescription
Timestamp

Uri

public string Uri { get; set; }

The uniform resource identifier of the artifact file. May be empty if there is no actual artifact file.

Property Value
TypeDescription
string