public sealed class UrlMetadata : IMessage<UrlMetadata>, IEquatable<UrlMetadata>, IDeepCloneable<UrlMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UrlMetadata.
Context of the a single url retrieval.
Implements
IMessageUrlMetadata, IEquatableUrlMetadata, IDeepCloneableUrlMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|