|
|
|
@ -25,6 +25,7 @@ proto_library( |
|
|
|
|
], |
|
|
|
|
deps = [ |
|
|
|
|
"//google/api:annotations_proto", |
|
|
|
|
"//google/cloud/aiplatform/v1beta1/schema/predict/instance:instance_proto", |
|
|
|
|
"@com_google_protobuf//:duration_proto", |
|
|
|
|
"@com_google_protobuf//:struct_proto", |
|
|
|
|
"@com_google_protobuf//:wrappers_proto", |
|
|
|
@ -66,6 +67,7 @@ go_proto_library( |
|
|
|
|
protos = [":prediction_proto"], |
|
|
|
|
deps = [ |
|
|
|
|
"//google/api:annotations_go_proto", |
|
|
|
|
"//google/cloud/aiplatform/v1beta1/schema/predict/instance:instance_go_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -75,6 +77,8 @@ go_proto_library( |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"moved_proto_library", |
|
|
|
|
"py_gapic_assembly_pkg", |
|
|
|
|
"py_gapic_library", |
|
|
|
|
"py_grpc_library", |
|
|
|
|
"py_proto_library", |
|
|
|
|
) |
|
|
|
@ -84,6 +88,7 @@ moved_proto_library( |
|
|
|
|
srcs = [":prediction_proto"], |
|
|
|
|
deps = [ |
|
|
|
|
"//google/api:annotations_proto", |
|
|
|
|
"//google/cloud/aiplatform/v1beta1/schema/predict/instance:instance_proto", |
|
|
|
|
"@com_google_protobuf//:duration_proto", |
|
|
|
|
"@com_google_protobuf//:struct_proto", |
|
|
|
|
"@com_google_protobuf//:wrappers_proto", |
|
|
|
@ -102,13 +107,31 @@ py_grpc_library( |
|
|
|
|
deps = [":prediction_py_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_gapic_library( |
|
|
|
|
name = "prediction_py_gapic", |
|
|
|
|
srcs = [":prediction_proto"], |
|
|
|
|
opt_args = [ |
|
|
|
|
"python-gapic-namespace=google.cloud.aiplatform.v1beta1.schema.predict", |
|
|
|
|
"python-gapic-name=prediction", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Open Source Packages |
|
|
|
|
py_gapic_assembly_pkg( |
|
|
|
|
name = "prediction-py", |
|
|
|
|
deps = [ |
|
|
|
|
":prediction_py_gapic", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# PHP |
|
|
|
|
# DO NOT OVERRIDE this PHP microgenerator section with autogenerated rules. |
|
|
|
|
############################################################################## |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"php_grpc_library", |
|
|
|
|
"php_proto_library", |
|
|
|
|
php_grpc_library = "php_grpc_library2", |
|
|
|
|
php_proto_library = "php_proto_library2", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
php_proto_library( |
|
|
|
|