Class GoogleCloudMlV1GetConfigResponse
Returns service account information associated with a project.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1GetConfigResponse : IDirectResponseSchema
Properties
Config
Declaration
[JsonProperty("config")]
public virtual GoogleCloudMlV1Config Config { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudMlV1Config |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccount
The service account Cloud ML uses to access resources in the project.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccountProject
The project number for service_account
.
Declaration
[JsonProperty("serviceAccountProject")]
public virtual long? ServiceAccountProject { get; set; }
Property Value
Type | Description |
---|---|
long? |