Class ProjectsResource.LocationsResource.ExampleStoresResource.FetchExamplesRequest
Get Examples from the Example Store.
Inheritance
ProjectsResource.LocationsResource.ExampleStoresResource.FetchExamplesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExampleStoresResource.FetchExamplesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1FetchExamplesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1FetchExamplesResponse>, IClientServiceRequest
Constructors
FetchExamplesRequest(IClientService, GoogleCloudAiplatformV1beta1FetchExamplesRequest, string)
Constructs a new FetchExamples request.
Declaration
public FetchExamplesRequest(IClientService service, GoogleCloudAiplatformV1beta1FetchExamplesRequest body, string exampleStore)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service | |
Google |
body | |
string | exampleStore |
Properties
ExampleStore
Required. The name of the ExampleStore resource that the examples should be fetched from.
Format: projects/{project}/locations/{location}/exampleStores/{example_store}
Declaration
[RequestParameter("exampleStore", RequestParameterType.Path)]
public virtual string ExampleStore { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes FetchExamples parameter list.
Declaration
protected override void InitParameters()