Uses of Class
com.google.cloud.aiplatform.v1beta1.ExportFeatureValuesResponse
-
Packages that use ExportFeatureValuesResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ExportFeatureValuesResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExportFeatureValuesResponse Modifier and Type Method Description ExportFeatureValuesResponse
ExportFeatureValuesResponse.Builder. build()
ExportFeatureValuesResponse
ExportFeatureValuesResponse.Builder. buildPartial()
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. getDefaultInstance()
ExportFeatureValuesResponse
ExportFeatureValuesResponse.Builder. getDefaultInstanceForType()
ExportFeatureValuesResponse
ExportFeatureValuesResponse. getDefaultInstanceForType()
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseDelimitedFrom(InputStream input)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(byte[] data)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(com.google.protobuf.ByteString data)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(InputStream input)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(ByteBuffer data)
static ExportFeatureValuesResponse
ExportFeatureValuesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExportFeatureValuesResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(EntityTypeName entityType)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(ExportFeatureValuesRequest request)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.longrunning.OperationFuture<ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesAsync(String entityType)
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceClient. exportFeatureValuesOperationCallable()
Exports Feature values from all the entities of a target EntityType.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceSettings.Builder. exportFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceSettings. exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.com.google.protobuf.Parser<ExportFeatureValuesResponse>
ExportFeatureValuesResponse. getParserForType()
static com.google.protobuf.Parser<ExportFeatureValuesResponse>
ExportFeatureValuesResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExportFeatureValuesResponse Modifier and Type Method Description ExportFeatureValuesResponse.Builder
ExportFeatureValuesResponse.Builder. mergeFrom(ExportFeatureValuesResponse other)
static ExportFeatureValuesResponse.Builder
ExportFeatureValuesResponse. newBuilder(ExportFeatureValuesResponse prototype)
-
Uses of ExportFeatureValuesResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ExportFeatureValuesResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStub. exportFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
GrpcFeaturestoreServiceStub. exportFeatureValuesOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings.Builder. exportFeatureValuesOperationSettings()
Returns the builder for the settings used for calls to exportFeatureValues.com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
FeaturestoreServiceStubSettings. exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.
-