- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Creates a study.
HTTP request
POST https://us-central1-ml.googleapis.com/v1/{parent=projects/*/locations/*}/studies
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The project and location that the study belongs to. Format: projects/{project}/locations/{location} |
Query parameters
Parameters | |
---|---|
studyId |
Required. The ID to use for the study, which will become the final component of the study's resource name. |
Request body
The request body contains an instance of Study
.
Response body
If successful, the response body contains a newly created instance of Study
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.