Class GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NearestNeighborSearchOperationMetadataRecordError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmbeddingId
Empty if the embedding id is failed to parse.
Declaration
[JsonProperty("embeddingId")]
public virtual string EmbeddingId { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorMessage
A human-readable message that is shown to the user to help them fix the error. Note that this message may change from time to time, your code should check against error_type as the source of truth.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorType
The error type of this record.
Declaration
[JsonProperty("errorType")]
public virtual string ErrorType { get; set; }
Property Value
Type | Description |
---|---|
string |
RawRecord
The original content of this record.
Declaration
[JsonProperty("rawRecord")]
public virtual string RawRecord { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceGcsUri
Cloud Storage URI pointing to the original file in user's bucket.
Declaration
[JsonProperty("sourceGcsUri")]
public virtual string SourceGcsUri { get; set; }
Property Value
Type | Description |
---|---|
string |