Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1FetchExamplesRequest

Request message for ExampleStoreService.FetchExamples.

Inheritance
object
GoogleCloudAiplatformV1beta1FetchExamplesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FetchExamplesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExampleIds

Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied.

Declaration
[JsonProperty("exampleIds")]
public virtual IList<string> ExampleIds { get; set; }
Property Value
Type Description
IList<string>

PageSize

Optional. The maximum number of examples to return. The service may return fewer than this value. If unspecified, at most 100 examples will be returned.

Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous list ExampleStoreService.FetchExamplesResponse call.

Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

StoredContentsExampleFilter

The metadata filters for StoredContentsExamples.

Declaration
[JsonProperty("storedContentsExampleFilter")]
public virtual GoogleCloudAiplatformV1beta1StoredContentsExampleFilter StoredContentsExampleFilter { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1StoredContentsExampleFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX