Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RemoveExamplesRequest

Request message for ExampleStoreService.RemoveExamples.

Inheritance
object
GoogleCloudAiplatformV1beta1RemoveExamplesRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX