Skip to content

Commit

Permalink
chore: address linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 23, 2020
1 parent ceee5b2 commit b804ee8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3094,9 +3094,7 @@ export class JobServiceClient {
listHyperparameterTuningJobsAsync(
request?: protos.google.cloud.aiplatform.v1beta1.IListHyperparameterTuningJobsRequest,
options?: gax.CallOptions
): AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.IHyperparameterTuningJob
> {
): AsyncIterable<protos.google.cloud.aiplatform.v1beta1.IHyperparameterTuningJob> {
request = request || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
Expand All @@ -3113,9 +3111,7 @@ export class JobServiceClient {
this.innerApiCalls['listHyperparameterTuningJobs'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.IHyperparameterTuningJob
>;
) as AsyncIterable<protos.google.cloud.aiplatform.v1beta1.IHyperparameterTuningJob>;
}
listBatchPredictionJobs(
request: protos.google.cloud.aiplatform.v1beta1.IListBatchPredictionJobsRequest,
Expand Down Expand Up @@ -3385,9 +3381,7 @@ export class JobServiceClient {
this.innerApiCalls['listBatchPredictionJobs'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.IBatchPredictionJob
>;
) as AsyncIterable<protos.google.cloud.aiplatform.v1beta1.IBatchPredictionJob>;
}
// --------------------
// -- Path templates --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -747,9 +747,7 @@ export class MigrationServiceClient {
this.innerApiCalls['searchMigratableResources'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.IMigratableResource
>;
) as AsyncIterable<protos.google.cloud.aiplatform.v1beta1.IMigratableResource>;
}
// --------------------
// -- Path templates --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1908,9 +1908,7 @@ export class ModelServiceClient {
listModelEvaluationSlicesAsync(
request?: protos.google.cloud.aiplatform.v1beta1.IListModelEvaluationSlicesRequest,
options?: gax.CallOptions
): AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.IModelEvaluationSlice
> {
): AsyncIterable<protos.google.cloud.aiplatform.v1beta1.IModelEvaluationSlice> {
request = request || {};
options = options || {};
options.otherArgs = options.otherArgs || {};
Expand All @@ -1927,9 +1925,7 @@ export class ModelServiceClient {
this.innerApiCalls['listModelEvaluationSlices'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.IModelEvaluationSlice
>;
) as AsyncIterable<protos.google.cloud.aiplatform.v1beta1.IModelEvaluationSlice>;
}
// --------------------
// -- Path templates --
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,7 @@ export class PipelineServiceClient {
this.innerApiCalls['listTrainingPipelines'] as GaxCall,
(request as unknown) as RequestType,
callSettings
) as AsyncIterable<
protos.google.cloud.aiplatform.v1beta1.ITrainingPipeline
>;
) as AsyncIterable<protos.google.cloud.aiplatform.v1beta1.ITrainingPipeline>;
}
// --------------------
// -- Path templates --
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-ai-platform.git",
"sha": "9f7be51d7322216bf4e36229ae618cb449c2ff78"
"sha": "19722b02063ac34a350ba6e5086bda12bc5e5bd1"
}
},
{
Expand Down

0 comments on commit b804ee8

Please sign in to comment.