Uses of Class
com.google.cloud.aiplatform.v1beta1.ExportDataResponse
-
Packages that use ExportDataResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ExportDataResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExportDataResponse Modifier and Type Method Description ExportDataResponseExportDataResponse.Builder. build()ExportDataResponseExportDataResponse.Builder. buildPartial()static ExportDataResponseExportDataResponse. getDefaultInstance()ExportDataResponseExportDataResponse.Builder. getDefaultInstanceForType()ExportDataResponseExportDataResponse. getDefaultInstanceForType()static ExportDataResponseExportDataResponse. parseDelimitedFrom(InputStream input)static ExportDataResponseExportDataResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDataResponseExportDataResponse. parseFrom(byte[] data)static ExportDataResponseExportDataResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDataResponseExportDataResponse. parseFrom(com.google.protobuf.ByteString data)static ExportDataResponseExportDataResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDataResponseExportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExportDataResponseExportDataResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDataResponseExportDataResponse. parseFrom(InputStream input)static ExportDataResponseExportDataResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportDataResponseExportDataResponse. parseFrom(ByteBuffer data)static ExportDataResponseExportDataResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExportDataResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>DatasetServiceClient. exportDataAsync(DatasetName name, ExportDataConfig exportConfig)Exports data from a Dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>DatasetServiceClient. exportDataAsync(ExportDataRequest request)Exports data from a Dataset.com.google.api.gax.longrunning.OperationFuture<ExportDataResponse,ExportDataOperationMetadata>DatasetServiceClient. exportDataAsync(String name, ExportDataConfig exportConfig)Exports data from a Dataset.com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>DatasetServiceClient. exportDataOperationCallable()Exports data from a Dataset.com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>DatasetServiceSettings.Builder. exportDataOperationSettings()Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>DatasetServiceSettings. exportDataOperationSettings()Returns the object with the settings used for calls to exportData.com.google.protobuf.Parser<ExportDataResponse>ExportDataResponse. getParserForType()static com.google.protobuf.Parser<ExportDataResponse>ExportDataResponse. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExportDataResponse Modifier and Type Method Description ExportDataResponse.BuilderExportDataResponse.Builder. mergeFrom(ExportDataResponse other)static ExportDataResponse.BuilderExportDataResponse. newBuilder(ExportDataResponse prototype) -
Uses of ExportDataResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ExportDataResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>DatasetServiceStub. exportDataOperationCallable()com.google.api.gax.rpc.OperationCallable<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>GrpcDatasetServiceStub. exportDataOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>DatasetServiceStubSettings.Builder. exportDataOperationSettings()Returns the builder for the settings used for calls to exportData.com.google.api.gax.rpc.OperationCallSettings<ExportDataRequest,ExportDataResponse,ExportDataOperationMetadata>DatasetServiceStubSettings. exportDataOperationSettings()Returns the object with the settings used for calls to exportData.
-