Vertex AI v1 API - Class UrlMetadata (3.38.0)

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

Reference documentation and code samples for the Vertex AI v1 API class UrlMetadata.

Context of the a single url retrieval.

Inheritance

object > UrlMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UrlMetadata()

public UrlMetadata()

UrlMetadata(UrlMetadata)

public UrlMetadata(UrlMetadata other)
Parameter
Name Description
other UrlMetadata

Properties

RetrievedUrl

public string RetrievedUrl { get; set; }

Retrieved url by the tool.

Property Value
Type Description
string

UrlRetrievalStatus

public UrlMetadata.Types.UrlRetrievalStatus UrlRetrievalStatus { get; set; }

Status of the url retrieval.

Property Value
Type Description
UrlMetadataTypesUrlRetrievalStatus