Send feedback
Class AMLStub (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public abstract class AMLStub implements BackgroundResource
Base stub class for the AML service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
AMLStub()
Methods
close()
public abstract void close ()
createBacktestResultCallable()
public UnaryCallable<CreateBacktestResultRequest , Operation > createBacktestResultCallable ()
createBacktestResultOperationCallable()
public OperationCallable<CreateBacktestResultRequest , BacktestResult , OperationMetadata > createBacktestResultOperationCallable ()
createDatasetCallable()
public UnaryCallable<CreateDatasetRequest , Operation > createDatasetCallable ()
createDatasetOperationCallable()
public OperationCallable<CreateDatasetRequest , Dataset , OperationMetadata > createDatasetOperationCallable ()
createEngineConfigCallable()
public UnaryCallable<CreateEngineConfigRequest , Operation > createEngineConfigCallable ()
createEngineConfigOperationCallable()
public OperationCallable<CreateEngineConfigRequest , EngineConfig , OperationMetadata > createEngineConfigOperationCallable ()
createInstanceCallable()
public UnaryCallable<CreateInstanceRequest , Operation > createInstanceCallable ()
createInstanceOperationCallable()
public OperationCallable<CreateInstanceRequest , Instance , OperationMetadata > createInstanceOperationCallable ()
createModelCallable()
public UnaryCallable<CreateModelRequest , Operation > createModelCallable ()
createModelOperationCallable()
public OperationCallable<CreateModelRequest , Model , OperationMetadata > createModelOperationCallable ()
createPredictionResultCallable()
public UnaryCallable<CreatePredictionResultRequest , Operation > createPredictionResultCallable ()
createPredictionResultOperationCallable()
public OperationCallable<CreatePredictionResultRequest , PredictionResult , OperationMetadata > createPredictionResultOperationCallable ()
deleteBacktestResultCallable()
public UnaryCallable<DeleteBacktestResultRequest , Operation > deleteBacktestResultCallable ()
deleteBacktestResultOperationCallable()
public OperationCallable<DeleteBacktestResultRequest , Empty , OperationMetadata > deleteBacktestResultOperationCallable ()
deleteDatasetCallable()
public UnaryCallable<DeleteDatasetRequest , Operation > deleteDatasetCallable ()
deleteDatasetOperationCallable()
public OperationCallable<DeleteDatasetRequest , Empty , OperationMetadata > deleteDatasetOperationCallable ()
deleteEngineConfigCallable()
public UnaryCallable<DeleteEngineConfigRequest , Operation > deleteEngineConfigCallable ()
deleteEngineConfigOperationCallable()
public OperationCallable<DeleteEngineConfigRequest , Empty , OperationMetadata > deleteEngineConfigOperationCallable ()
deleteInstanceCallable()
public UnaryCallable<DeleteInstanceRequest , Operation > deleteInstanceCallable ()
deleteInstanceOperationCallable()
public OperationCallable<DeleteInstanceRequest , Empty , OperationMetadata > deleteInstanceOperationCallable ()
deleteModelCallable()
public UnaryCallable<DeleteModelRequest , Operation > deleteModelCallable ()
deleteModelOperationCallable()
public OperationCallable<DeleteModelRequest , Empty , OperationMetadata > deleteModelOperationCallable ()
deletePredictionResultCallable()
public UnaryCallable<DeletePredictionResultRequest , Operation > deletePredictionResultCallable ()
deletePredictionResultOperationCallable()
public OperationCallable<DeletePredictionResultRequest , Empty , OperationMetadata > deletePredictionResultOperationCallable ()
public UnaryCallable<ExportBacktestResultMetadataRequest , Operation > exportBacktestResultMetadataCallable ()
public OperationCallable<ExportBacktestResultMetadataRequest , ExportBacktestResultMetadataResponse , OperationMetadata > exportBacktestResultMetadataOperationCallable ()
public UnaryCallable<ExportEngineConfigMetadataRequest , Operation > exportEngineConfigMetadataCallable ()
public OperationCallable<ExportEngineConfigMetadataRequest , ExportEngineConfigMetadataResponse , OperationMetadata > exportEngineConfigMetadataOperationCallable ()
public UnaryCallable<ExportModelMetadataRequest , Operation > exportModelMetadataCallable ()
public OperationCallable<ExportModelMetadataRequest , ExportModelMetadataResponse , OperationMetadata > exportModelMetadataOperationCallable ()
public UnaryCallable<ExportPredictionResultMetadataRequest , Operation > exportPredictionResultMetadataCallable ()
public OperationCallable<ExportPredictionResultMetadataRequest , ExportPredictionResultMetadataResponse , OperationMetadata > exportPredictionResultMetadataOperationCallable ()
exportRegisteredPartiesCallable()
public UnaryCallable<ExportRegisteredPartiesRequest , Operation > exportRegisteredPartiesCallable ()
exportRegisteredPartiesOperationCallable()
public OperationCallable<ExportRegisteredPartiesRequest , ExportRegisteredPartiesResponse , OperationMetadata > exportRegisteredPartiesOperationCallable ()
getBacktestResultCallable()
public UnaryCallable<GetBacktestResultRequest , BacktestResult > getBacktestResultCallable ()
getDatasetCallable()
public UnaryCallable<GetDatasetRequest , Dataset > getDatasetCallable ()
getEngineConfigCallable()
public UnaryCallable<GetEngineConfigRequest , EngineConfig > getEngineConfigCallable ()
getEngineVersionCallable()
public UnaryCallable<GetEngineVersionRequest , EngineVersion > getEngineVersionCallable ()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub ()
getInstanceCallable()
public UnaryCallable<GetInstanceRequest , Instance > getInstanceCallable ()
getLocationCallable()
public UnaryCallable<GetLocationRequest , Location > getLocationCallable ()
Returns
Type
Description
UnaryCallable <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getModelCallable()
public UnaryCallable<GetModelRequest , Model > getModelCallable ()
getOperationsStub()
public OperationsStub getOperationsStub ()
getPredictionResultCallable()
public UnaryCallable<GetPredictionResultRequest , PredictionResult > getPredictionResultCallable ()
importRegisteredPartiesCallable()
public UnaryCallable<ImportRegisteredPartiesRequest , Operation > importRegisteredPartiesCallable ()
importRegisteredPartiesOperationCallable()
public OperationCallable<ImportRegisteredPartiesRequest , ImportRegisteredPartiesResponse , OperationMetadata > importRegisteredPartiesOperationCallable ()
listBacktestResultsCallable()
public UnaryCallable<ListBacktestResultsRequest , ListBacktestResultsResponse > listBacktestResultsCallable ()
listBacktestResultsPagedCallable()
public UnaryCallable<ListBacktestResultsRequest , AMLClient . ListBacktestResultsPagedResponse > listBacktestResultsPagedCallable ()
listDatasetsCallable()
public UnaryCallable<ListDatasetsRequest , ListDatasetsResponse > listDatasetsCallable ()
listDatasetsPagedCallable()
public UnaryCallable<ListDatasetsRequest , AMLClient . ListDatasetsPagedResponse > listDatasetsPagedCallable ()
listEngineConfigsCallable()
public UnaryCallable<ListEngineConfigsRequest , ListEngineConfigsResponse > listEngineConfigsCallable ()
listEngineConfigsPagedCallable()
public UnaryCallable<ListEngineConfigsRequest , AMLClient . ListEngineConfigsPagedResponse > listEngineConfigsPagedCallable ()
listEngineVersionsCallable()
public UnaryCallable<ListEngineVersionsRequest , ListEngineVersionsResponse > listEngineVersionsCallable ()
listEngineVersionsPagedCallable()
public UnaryCallable<ListEngineVersionsRequest , AMLClient . ListEngineVersionsPagedResponse > listEngineVersionsPagedCallable ()
listInstancesCallable()
public UnaryCallable<ListInstancesRequest , ListInstancesResponse > listInstancesCallable ()
listInstancesPagedCallable()
public UnaryCallable<ListInstancesRequest , AMLClient . ListInstancesPagedResponse > listInstancesPagedCallable ()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest , ListLocationsResponse > listLocationsCallable ()
Returns
Type
Description
UnaryCallable <com.google.cloud.location.ListLocationsRequest ,com.google.cloud.location.ListLocationsResponse >
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest , AMLClient . ListLocationsPagedResponse > listLocationsPagedCallable ()
listModelsCallable()
public UnaryCallable<ListModelsRequest , ListModelsResponse > listModelsCallable ()
listModelsPagedCallable()
public UnaryCallable<ListModelsRequest , AMLClient . ListModelsPagedResponse > listModelsPagedCallable ()
listPredictionResultsCallable()
public UnaryCallable<ListPredictionResultsRequest , ListPredictionResultsResponse > listPredictionResultsCallable ()
listPredictionResultsPagedCallable()
public UnaryCallable<ListPredictionResultsRequest , AMLClient . ListPredictionResultsPagedResponse > listPredictionResultsPagedCallable ()
updateBacktestResultCallable()
public UnaryCallable<UpdateBacktestResultRequest , Operation > updateBacktestResultCallable ()
updateBacktestResultOperationCallable()
public OperationCallable<UpdateBacktestResultRequest , BacktestResult , OperationMetadata > updateBacktestResultOperationCallable ()
updateDatasetCallable()
public UnaryCallable<UpdateDatasetRequest , Operation > updateDatasetCallable ()
updateDatasetOperationCallable()
public OperationCallable<UpdateDatasetRequest , Dataset , OperationMetadata > updateDatasetOperationCallable ()
updateEngineConfigCallable()
public UnaryCallable<UpdateEngineConfigRequest , Operation > updateEngineConfigCallable ()
updateEngineConfigOperationCallable()
public OperationCallable<UpdateEngineConfigRequest , EngineConfig , OperationMetadata > updateEngineConfigOperationCallable ()
updateInstanceCallable()
public UnaryCallable<UpdateInstanceRequest , Operation > updateInstanceCallable ()
updateInstanceOperationCallable()
public OperationCallable<UpdateInstanceRequest , Instance , OperationMetadata > updateInstanceOperationCallable ()
updateModelCallable()
public UnaryCallable<UpdateModelRequest , Operation > updateModelCallable ()
updateModelOperationCallable()
public OperationCallable<UpdateModelRequest , Model , OperationMetadata > updateModelOperationCallable ()
updatePredictionResultCallable()
public UnaryCallable<UpdatePredictionResultRequest , Operation > updatePredictionResultCallable ()
updatePredictionResultOperationCallable()
public OperationCallable<UpdatePredictionResultRequest , PredictionResult , OperationMetadata > updatePredictionResultOperationCallable ()
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-22 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-22 UTC."],[],[]]