modeldapi
Advanced tools
Comparing version 0.3.587 to 0.3.588
{ | ||
"name": "modeldapi", | ||
"description": "Automatic machine learning for kubernetes", | ||
"version": "0.3.587", | ||
"version": "0.3.588", | ||
"dependencies": { | ||
@@ -6,0 +6,0 @@ "google-protobuf": "^3.14.0", |
@@ -202,10 +202,7 @@ import * as jspb from 'google-protobuf' | ||
export class InferSchemaRequest extends jspb.Message { | ||
getName(): string; | ||
setName(value: string): InferSchemaRequest; | ||
getNamespace(): string; | ||
setNamespace(value: string): InferSchemaRequest; | ||
getTenant(): string; | ||
setTenant(value: string): InferSchemaRequest; | ||
getName(): string; | ||
setName(value: string): InferSchemaRequest; | ||
@@ -232,5 +229,4 @@ getFlatfile(): github_com_metaprov_modeldapi_pkg_apis_data_v1alpha1_generated_pb.FlatFileSpec | undefined; | ||
export type AsObject = { | ||
namespace: string, | ||
name: string, | ||
namespace: string, | ||
tenant: string, | ||
flatfile?: github_com_metaprov_modeldapi_pkg_apis_data_v1alpha1_generated_pb.FlatFileSpec.AsObject, | ||
@@ -237,0 +233,0 @@ location?: github_com_metaprov_modeldapi_pkg_apis_data_v1alpha1_generated_pb.DataLocation.AsObject, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22335640
485002