Show / Hide Table of Contents

Class GoogleCloudMlV1GetConfigResponse

Returns service account information associated with a project.

Inheritance
object
GoogleCloudMlV1GetConfigResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX