Uses of Class
com.google.cloud.aiplatform.v1beta1.AnnotationSpec
-
Packages that use AnnotationSpec Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of AnnotationSpec in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return AnnotationSpec Modifier and Type Method Description AnnotationSpec
AnnotationSpec.Builder. build()
AnnotationSpec
AnnotationSpec.Builder. buildPartial()
AnnotationSpec
DatasetServiceClient. getAnnotationSpec(AnnotationSpecName name)
Gets an AnnotationSpec.AnnotationSpec
DatasetServiceClient. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an AnnotationSpec.AnnotationSpec
DatasetServiceClient. getAnnotationSpec(String name)
Gets an AnnotationSpec.AnnotationSpec
DatasetServiceGrpc.DatasetServiceBlockingStub. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an AnnotationSpec.static AnnotationSpec
AnnotationSpec. getDefaultInstance()
AnnotationSpec
AnnotationSpec.Builder. getDefaultInstanceForType()
AnnotationSpec
AnnotationSpec. getDefaultInstanceForType()
static AnnotationSpec
AnnotationSpec. parseDelimitedFrom(InputStream input)
static AnnotationSpec
AnnotationSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(byte[] data)
static AnnotationSpec
AnnotationSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.ByteString data)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static AnnotationSpec
AnnotationSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(InputStream input)
static AnnotationSpec
AnnotationSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AnnotationSpec
AnnotationSpec. parseFrom(ByteBuffer data)
static AnnotationSpec
AnnotationSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type AnnotationSpec Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AnnotationSpec>
DatasetServiceGrpc.DatasetServiceFutureStub. getAnnotationSpec(GetAnnotationSpecRequest request)
Gets an AnnotationSpec.com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceClient. getAnnotationSpecCallable()
Gets an AnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceSettings.Builder. getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceSettings. getAnnotationSpecSettings()
Returns the object with the settings used for calls to getAnnotationSpec.static io.grpc.MethodDescriptor<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceGrpc. getGetAnnotationSpecMethod()
com.google.protobuf.Parser<AnnotationSpec>
AnnotationSpec. getParserForType()
static com.google.protobuf.Parser<AnnotationSpec>
AnnotationSpec. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type AnnotationSpec Modifier and Type Method Description AnnotationSpec.Builder
AnnotationSpec.Builder. mergeFrom(AnnotationSpec other)
static AnnotationSpec.Builder
AnnotationSpec. newBuilder(AnnotationSpec prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type AnnotationSpec Modifier and Type Method Description default void
DatasetServiceGrpc.AsyncService. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)
Gets an AnnotationSpec.void
DatasetServiceGrpc.DatasetServiceStub. getAnnotationSpec(GetAnnotationSpecRequest request, io.grpc.stub.StreamObserver<AnnotationSpec> responseObserver)
Gets an AnnotationSpec. -
Uses of AnnotationSpec in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type AnnotationSpec Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceStub. getAnnotationSpecCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec>
GrpcDatasetServiceStub. getAnnotationSpecCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceStubSettings.Builder. getAnnotationSpecSettings()
Returns the builder for the settings used for calls to getAnnotationSpec.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationSpecRequest,AnnotationSpec>
DatasetServiceStubSettings. getAnnotationSpecSettings()
Returns the object with the settings used for calls to getAnnotationSpec.
-