Vertex AI v1beta1 API - Class CreateExampleStoreRequest (1.0.0-beta24)

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

Reference documentation and code samples for the Vertex AI v1beta1 API class CreateExampleStoreRequest.

Request message for [ExampleStoreService.CreateExampleStore][google.cloud.aiplatform.v1beta1.ExampleStoreService.CreateExampleStore].

Inheritance

object > CreateExampleStoreRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

CreateExampleStoreRequest()

public CreateExampleStoreRequest()

CreateExampleStoreRequest(CreateExampleStoreRequest)

public CreateExampleStoreRequest(CreateExampleStoreRequest other)
Parameter
Name Description
other CreateExampleStoreRequest

Properties

ExampleStore

public ExampleStore ExampleStore { get; set; }

Required. The Example Store to be created.

Property Value
Type Description
ExampleStore

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the ExampleStore in. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName