Uses of Class
com.google.cloud.aiplatform.v1.ExamplesRestrictionsNamespace
-
Packages that use ExamplesRestrictionsNamespace Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ExamplesRestrictionsNamespace in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExamplesRestrictionsNamespace Modifier and Type Method Description ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace.Builder. build()
ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace.Builder. buildPartial()
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. getDefaultInstance()
ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace.Builder. getDefaultInstanceForType()
ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. getDefaultInstanceForType()
ExamplesRestrictionsNamespace
ExamplesOverride.Builder. getRestrictions(int index)
Restrict the resulting nearest neighbors to respect these constraints.ExamplesRestrictionsNamespace
ExamplesOverride. getRestrictions(int index)
Restrict the resulting nearest neighbors to respect these constraints.ExamplesRestrictionsNamespace
ExamplesOverrideOrBuilder. getRestrictions(int index)
Restrict the resulting nearest neighbors to respect these constraints.static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseDelimitedFrom(InputStream input)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(byte[] data)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(com.google.protobuf.ByteString data)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(com.google.protobuf.CodedInputStream input)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(InputStream input)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(ByteBuffer data)
static ExamplesRestrictionsNamespace
ExamplesRestrictionsNamespace. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExamplesRestrictionsNamespace Modifier and Type Method Description com.google.protobuf.Parser<ExamplesRestrictionsNamespace>
ExamplesRestrictionsNamespace. getParserForType()
List<ExamplesRestrictionsNamespace>
ExamplesOverride.Builder. getRestrictionsList()
Restrict the resulting nearest neighbors to respect these constraints.List<ExamplesRestrictionsNamespace>
ExamplesOverride. getRestrictionsList()
Restrict the resulting nearest neighbors to respect these constraints.List<ExamplesRestrictionsNamespace>
ExamplesOverrideOrBuilder. getRestrictionsList()
Restrict the resulting nearest neighbors to respect these constraints.static com.google.protobuf.Parser<ExamplesRestrictionsNamespace>
ExamplesRestrictionsNamespace. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type ExamplesRestrictionsNamespace Modifier and Type Method Description ExamplesOverride.Builder
ExamplesOverride.Builder. addRestrictions(int index, ExamplesRestrictionsNamespace value)
Restrict the resulting nearest neighbors to respect these constraints.ExamplesOverride.Builder
ExamplesOverride.Builder. addRestrictions(ExamplesRestrictionsNamespace value)
Restrict the resulting nearest neighbors to respect these constraints.ExamplesRestrictionsNamespace.Builder
ExamplesRestrictionsNamespace.Builder. mergeFrom(ExamplesRestrictionsNamespace other)
static ExamplesRestrictionsNamespace.Builder
ExamplesRestrictionsNamespace. newBuilder(ExamplesRestrictionsNamespace prototype)
ExamplesOverride.Builder
ExamplesOverride.Builder. setRestrictions(int index, ExamplesRestrictionsNamespace value)
Restrict the resulting nearest neighbors to respect these constraints.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ExamplesRestrictionsNamespace Modifier and Type Method Description ExamplesOverride.Builder
ExamplesOverride.Builder. addAllRestrictions(Iterable<? extends ExamplesRestrictionsNamespace> values)
Restrict the resulting nearest neighbors to respect these constraints.
-