Class GoogleCloudAiplatformV1beta1RemoveExamplesRequest
Request message for ExampleStoreService.RemoveExamples.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RemoveExamplesRequest : 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 remove. If both metadata filters and Example IDs are specified, the metadata filters will be applied to the specified examples in order to identify which should be removed.
Declaration
[JsonProperty("exampleIds")]
public virtual IList<string> ExampleIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
StoredContentsExampleFilter
The metadata filters for StoredContentsExamples.
Declaration
[JsonProperty("storedContentsExampleFilter")]
public virtual GoogleCloudAiplatformV1beta1StoredContentsExampleFilter StoredContentsExampleFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1StoredContentsExampleFilter |