Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jul 14, 2021
1 parent cc51e48 commit dddf5cb
Showing 1 changed file with 65 additions and 6 deletions.
71 changes: 65 additions & 6 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13728,7 +13728,7 @@
"options": {
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1": 36,
"com.google.cloud.aiplatform.v1": 41,
"com.google.cloud.aiplatform.v1.schema.trainingjob.definition": 11,
"com.google.cloud.aiplatform.v1.schema.predict.instance": 9,
"com.google.cloud.aiplatform.v1.schema.predict.params": 6,
Expand All @@ -13737,12 +13737,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 72
"true": 77
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform": 36,
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1;aiplatform": 41,
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/trainingjob/definition;definition": 11,
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/predict/instance;instance": 9,
"google.golang.org/genproto/googleapis/cloud/aiplatform/v1/schema/predict/params;params": 6,
Expand All @@ -13751,7 +13751,7 @@
},
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1": 36,
"Google.Cloud.AIPlatform.V1": 41,
"Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition": 11,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Params": 6,
Expand All @@ -13760,7 +13760,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1": 36,
"Google\\Cloud\\AIPlatform\\V1": 41,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\TrainingJob\\Definition": 11,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Params": 6,
Expand All @@ -13769,7 +13769,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1": 36,
"Google::Cloud::AIPlatform::V1": 41,
"Google::Cloud::AIPlatform::V1::Schema::TrainingJob::Definition": 11,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Instance": 9,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Params": 6,
Expand Down Expand Up @@ -14351,6 +14351,17 @@
"shortName": "PipelineService",
"fullName": "google.cloud.aiplatform.v1.PipelineService",
"methods": [
{
"shortName": "CancelPipelineJob",
"fullName": "google.cloud.aiplatform.v1.PipelineService.CancelPipelineJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/pipelineJobs/*}:cancel"
}
]
},
{
"shortName": "CancelTrainingPipeline",
"fullName": "google.cloud.aiplatform.v1.PipelineService.CancelTrainingPipeline",
Expand All @@ -14362,6 +14373,17 @@
}
]
},
{
"shortName": "CreatePipelineJob",
"fullName": "google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/pipelineJobs"
}
]
},
{
"shortName": "CreateTrainingPipeline",
"fullName": "google.cloud.aiplatform.v1.PipelineService.CreateTrainingPipeline",
Expand All @@ -14373,6 +14395,17 @@
}
]
},
{
"shortName": "DeletePipelineJob",
"fullName": "google.cloud.aiplatform.v1.PipelineService.DeletePipelineJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/pipelineJobs/*}"
}
]
},
{
"shortName": "DeleteTrainingPipeline",
"fullName": "google.cloud.aiplatform.v1.PipelineService.DeleteTrainingPipeline",
Expand All @@ -14384,6 +14417,17 @@
}
]
},
{
"shortName": "GetPipelineJob",
"fullName": "google.cloud.aiplatform.v1.PipelineService.GetPipelineJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/pipelineJobs/*}"
}
]
},
{
"shortName": "GetTrainingPipeline",
"fullName": "google.cloud.aiplatform.v1.PipelineService.GetTrainingPipeline",
Expand All @@ -14395,6 +14439,17 @@
}
]
},
{
"shortName": "ListPipelineJobs",
"fullName": "google.cloud.aiplatform.v1.PipelineService.ListPipelineJobs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/pipelineJobs"
}
]
},
{
"shortName": "ListTrainingPipelines",
"fullName": "google.cloud.aiplatform.v1.PipelineService.ListTrainingPipelines",
Expand All @@ -14420,6 +14475,10 @@
{
"httpMethod": "POST",
"path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:predict"
},
{
"httpMethod": "POST",
"path": "/v1/{endpoint=projects/*/locations/*/endpoints/*}:predictInternal"
}
]
}
Expand Down

0 comments on commit dddf5cb

Please sign in to comment.