MLTrainingServiceBase class abstract

Inheritance
Annotations

Constructors

MLTrainingServiceBase()

Properties

$name String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
cancelTrainingJob(ServiceCall call, CancelTrainingJobRequest request) Future<CancelTrainingJobResponse>
cancelTrainingJob_Pre(ServiceCall call, Future<CancelTrainingJobRequest> request) Future<CancelTrainingJobResponse>
deleteCompletedTrainingJob(ServiceCall call, DeleteCompletedTrainingJobRequest request) Future<DeleteCompletedTrainingJobResponse>
deleteCompletedTrainingJob_Pre(ServiceCall call, Future<DeleteCompletedTrainingJobRequest> request) Future<DeleteCompletedTrainingJobResponse>
getTrainingJob(ServiceCall call, GetTrainingJobRequest request) Future<GetTrainingJobResponse>
getTrainingJob_Pre(ServiceCall call, Future<GetTrainingJobRequest> request) Future<GetTrainingJobResponse>
listTrainingJobs(ServiceCall call, ListTrainingJobsRequest request) Future<ListTrainingJobsResponse>
listTrainingJobs_Pre(ServiceCall call, Future<ListTrainingJobsRequest> request) Future<ListTrainingJobsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitCustomTrainingJob(ServiceCall call, SubmitCustomTrainingJobRequest request) Future<SubmitCustomTrainingJobResponse>
submitCustomTrainingJob_Pre(ServiceCall call, Future<SubmitCustomTrainingJobRequest> request) Future<SubmitCustomTrainingJobResponse>
submitTrainingJob(ServiceCall call, SubmitTrainingJobRequest request) Future<SubmitTrainingJobResponse>
submitTrainingJob_Pre(ServiceCall call, Future<SubmitTrainingJobRequest> request) Future<SubmitTrainingJobResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited