Represents a VizierService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1.VizierServicePackage
@google-cloud/aiplatformConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new VizierService service.
| Name | Description |
| rpcImpl |
$protobuf.RPCImpl
RPC implementation |
| requestDelimited |
boolean
Whether requests are length-delimited |
| responseDelimited |
boolean
Whether responses are length-delimited |
Methods
addTrialMeasurement(request, callback)
public addTrialMeasurement(request: google.cloud.aiplatform.v1.IAddTrialMeasurementRequest, callback: google.cloud.aiplatform.v1.VizierService.AddTrialMeasurementCallback): void;Calls AddTrialMeasurement.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IAddTrialMeasurementRequest
AddTrialMeasurementRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.AddTrialMeasurementCallback
Node-style callback called with the error, if any, and Trial |
| Type | Description |
| void |
addTrialMeasurement(request)
public addTrialMeasurement(request: google.cloud.aiplatform.v1.IAddTrialMeasurementRequest): Promise<google.cloud.aiplatform.v1.Trial>;Calls AddTrialMeasurement.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IAddTrialMeasurementRequest
AddTrialMeasurementRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Trial> | Promise |
checkTrialEarlyStoppingState(request, callback)
public checkTrialEarlyStoppingState(request: google.cloud.aiplatform.v1.ICheckTrialEarlyStoppingStateRequest, callback: google.cloud.aiplatform.v1.VizierService.CheckTrialEarlyStoppingStateCallback): void;Calls CheckTrialEarlyStoppingState.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.CheckTrialEarlyStoppingStateCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
checkTrialEarlyStoppingState(request)
public checkTrialEarlyStoppingState(request: google.cloud.aiplatform.v1.ICheckTrialEarlyStoppingStateRequest): Promise<google.longrunning.Operation>;Calls CheckTrialEarlyStoppingState.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICheckTrialEarlyStoppingStateRequest
CheckTrialEarlyStoppingStateRequest message or plain object |
| Type | Description |
| Promise<google.longrunning.Operation> | Promise |
completeTrial(request, callback)
public completeTrial(request: google.cloud.aiplatform.v1.ICompleteTrialRequest, callback: google.cloud.aiplatform.v1.VizierService.CompleteTrialCallback): void;Calls CompleteTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICompleteTrialRequest
CompleteTrialRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.CompleteTrialCallback
Node-style callback called with the error, if any, and Trial |
| Type | Description |
| void |
completeTrial(request)
public completeTrial(request: google.cloud.aiplatform.v1.ICompleteTrialRequest): Promise<google.cloud.aiplatform.v1.Trial>;Calls CompleteTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICompleteTrialRequest
CompleteTrialRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Trial> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): VizierService;Creates new VizierService service using the specified rpc implementation.
| Name | Description |
| rpcImpl |
$protobuf.RPCImpl
RPC implementation |
| requestDelimited |
boolean
Whether requests are length-delimited |
| responseDelimited |
boolean
Whether responses are length-delimited |
| Type | Description |
| VizierService | RPC service. Useful where requests and/or responses are streamed. |
createStudy(request, callback)
public createStudy(request: google.cloud.aiplatform.v1.ICreateStudyRequest, callback: google.cloud.aiplatform.v1.VizierService.CreateStudyCallback): void;Calls CreateStudy.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICreateStudyRequest
CreateStudyRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.CreateStudyCallback
Node-style callback called with the error, if any, and Study |
| Type | Description |
| void |
createStudy(request)
public createStudy(request: google.cloud.aiplatform.v1.ICreateStudyRequest): Promise<google.cloud.aiplatform.v1.Study>;Calls CreateStudy.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICreateStudyRequest
CreateStudyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Study> | Promise |
createTrial(request, callback)
public createTrial(request: google.cloud.aiplatform.v1.ICreateTrialRequest, callback: google.cloud.aiplatform.v1.VizierService.CreateTrialCallback): void;Calls CreateTrial.
| Name | Description |
| request |
ICreateTrialRequest
CreateTrialRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.CreateTrialCallback
Node-style callback called with the error, if any, and Trial |
| Type | Description |
| void |
createTrial(request)
public createTrial(request: google.cloud.aiplatform.v1.ICreateTrialRequest): Promise<google.cloud.aiplatform.v1.Trial>;Calls CreateTrial.
| Name | Description |
| request |
ICreateTrialRequest
CreateTrialRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Trial> | Promise |
deleteStudy(request, callback)
public deleteStudy(request: google.cloud.aiplatform.v1.IDeleteStudyRequest, callback: google.cloud.aiplatform.v1.VizierService.DeleteStudyCallback): void;Calls DeleteStudy.
| Name | Description |
| request |
IDeleteStudyRequest
DeleteStudyRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.DeleteStudyCallback
Node-style callback called with the error, if any, and Empty |
| Type | Description |
| void |
deleteStudy(request)
public deleteStudy(request: google.cloud.aiplatform.v1.IDeleteStudyRequest): Promise<google.protobuf.Empty>;Calls DeleteStudy.
| Name | Description |
| request |
IDeleteStudyRequest
DeleteStudyRequest message or plain object |
| Type | Description |
| Promise<google.protobuf.Empty> | Promise |
deleteTrial(request, callback)
public deleteTrial(request: google.cloud.aiplatform.v1.IDeleteTrialRequest, callback: google.cloud.aiplatform.v1.VizierService.DeleteTrialCallback): void;Calls DeleteTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IDeleteTrialRequest
DeleteTrialRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.DeleteTrialCallback
Node-style callback called with the error, if any, and Empty |
| Type | Description |
| void |
deleteTrial(request)
public deleteTrial(request: google.cloud.aiplatform.v1.IDeleteTrialRequest): Promise<google.protobuf.Empty>;Calls DeleteTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IDeleteTrialRequest
DeleteTrialRequest message or plain object |
| Type | Description |
| Promise<google.protobuf.Empty> | Promise |
getStudy(request, callback)
public getStudy(request: google.cloud.aiplatform.v1.IGetStudyRequest, callback: google.cloud.aiplatform.v1.VizierService.GetStudyCallback): void;Calls GetStudy.
| Name | Description |
| request |
IGetStudyRequest
GetStudyRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.GetStudyCallback
Node-style callback called with the error, if any, and Study |
| Type | Description |
| void |
getStudy(request)
public getStudy(request: google.cloud.aiplatform.v1.IGetStudyRequest): Promise<google.cloud.aiplatform.v1.Study>;Calls GetStudy.
| Name | Description |
| request |
IGetStudyRequest
GetStudyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Study> | Promise |
getTrial(request, callback)
public getTrial(request: google.cloud.aiplatform.v1.IGetTrialRequest, callback: google.cloud.aiplatform.v1.VizierService.GetTrialCallback): void;Calls GetTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IGetTrialRequest
GetTrialRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.GetTrialCallback
Node-style callback called with the error, if any, and Trial |
| Type | Description |
| void |
getTrial(request)
public getTrial(request: google.cloud.aiplatform.v1.IGetTrialRequest): Promise<google.cloud.aiplatform.v1.Trial>;Calls GetTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IGetTrialRequest
GetTrialRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Trial> | Promise |
listOptimalTrials(request, callback)
public listOptimalTrials(request: google.cloud.aiplatform.v1.IListOptimalTrialsRequest, callback: google.cloud.aiplatform.v1.VizierService.ListOptimalTrialsCallback): void;Calls ListOptimalTrials.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IListOptimalTrialsRequest
ListOptimalTrialsRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.ListOptimalTrialsCallback
Node-style callback called with the error, if any, and ListOptimalTrialsResponse |
| Type | Description |
| void |
listOptimalTrials(request)
public listOptimalTrials(request: google.cloud.aiplatform.v1.IListOptimalTrialsRequest): Promise<google.cloud.aiplatform.v1.ListOptimalTrialsResponse>;Calls ListOptimalTrials.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IListOptimalTrialsRequest
ListOptimalTrialsRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.ListOptimalTrialsResponse> | Promise |
listStudies(request, callback)
public listStudies(request: google.cloud.aiplatform.v1.IListStudiesRequest, callback: google.cloud.aiplatform.v1.VizierService.ListStudiesCallback): void;Calls ListStudies.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IListStudiesRequest
ListStudiesRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.ListStudiesCallback
Node-style callback called with the error, if any, and ListStudiesResponse |
| Type | Description |
| void |
listStudies(request)
public listStudies(request: google.cloud.aiplatform.v1.IListStudiesRequest): Promise<google.cloud.aiplatform.v1.ListStudiesResponse>;Calls ListStudies.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IListStudiesRequest
ListStudiesRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.ListStudiesResponse> | Promise |
listTrials(request, callback)
public listTrials(request: google.cloud.aiplatform.v1.IListTrialsRequest, callback: google.cloud.aiplatform.v1.VizierService.ListTrialsCallback): void;Calls ListTrials.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IListTrialsRequest
ListTrialsRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.ListTrialsCallback
Node-style callback called with the error, if any, and ListTrialsResponse |
| Type | Description |
| void |
listTrials(request)
public listTrials(request: google.cloud.aiplatform.v1.IListTrialsRequest): Promise<google.cloud.aiplatform.v1.ListTrialsResponse>;Calls ListTrials.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IListTrialsRequest
ListTrialsRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.ListTrialsResponse> | Promise |
lookupStudy(request, callback)
public lookupStudy(request: google.cloud.aiplatform.v1.ILookupStudyRequest, callback: google.cloud.aiplatform.v1.VizierService.LookupStudyCallback): void;Calls LookupStudy.
| Name | Description |
| request |
ILookupStudyRequest
LookupStudyRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.LookupStudyCallback
Node-style callback called with the error, if any, and Study |
| Type | Description |
| void |
lookupStudy(request)
public lookupStudy(request: google.cloud.aiplatform.v1.ILookupStudyRequest): Promise<google.cloud.aiplatform.v1.Study>;Calls LookupStudy.
| Name | Description |
| request |
ILookupStudyRequest
LookupStudyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Study> | Promise |
stopTrial(request, callback)
public stopTrial(request: google.cloud.aiplatform.v1.IStopTrialRequest, callback: google.cloud.aiplatform.v1.VizierService.StopTrialCallback): void;Calls StopTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IStopTrialRequest
StopTrialRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.StopTrialCallback
Node-style callback called with the error, if any, and Trial |
| Type | Description |
| void |
stopTrial(request)
public stopTrial(request: google.cloud.aiplatform.v1.IStopTrialRequest): Promise<google.cloud.aiplatform.v1.Trial>;Calls StopTrial.
| Name | Description |
| request |
google.cloud.aiplatform.v1.IStopTrialRequest
StopTrialRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.Trial> | Promise |
suggestTrials(request, callback)
public suggestTrials(request: google.cloud.aiplatform.v1.ISuggestTrialsRequest, callback: google.cloud.aiplatform.v1.VizierService.SuggestTrialsCallback): void;Calls SuggestTrials.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ISuggestTrialsRequest
SuggestTrialsRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.VizierService.SuggestTrialsCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
suggestTrials(request)
public suggestTrials(request: google.cloud.aiplatform.v1.ISuggestTrialsRequest): Promise<google.longrunning.Operation>;Calls SuggestTrials.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ISuggestTrialsRequest
SuggestTrialsRequest message or plain object |
| Type | Description |
| Promise<google.longrunning.Operation> | Promise |