Vision AI v1 API - Class GetDataSchemaRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class GetDataSchemaRequest.

Request message for GetDataSchema.

Inheritance

object > GetDataSchemaRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

GetDataSchemaRequest()

public GetDataSchemaRequest()

GetDataSchemaRequest(GetDataSchemaRequest)

public GetDataSchemaRequest(GetDataSchemaRequest other)
Parameter
Name Description
other GetDataSchemaRequest

Properties

DataSchemaName

public DataSchemaName DataSchemaName { get; set; }

DataSchemaName-typed view over the Name resource name property.

Property Value
Type Description
DataSchemaName

Name

public string Name { get; set; }

Required. The name of the data schema to retrieve. Format: projects/{project_number}/locations/{location_id}/corpora/{corpus_id}/dataSchemas/{data_schema_id}

Property Value
Type Description
string