google_api_machine_learning v0.7.1 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1GetConfigResponse View Source
Returns service account information associated with a project.
Attributes
- config (GoogleCloudMlV1Config): Defaults to:
null
. - serviceAccount (String.t): The service account Cloud ML uses to access resources in the project. Defaults to:
null
. - serviceAccountProject (String.t): The project number for `service_account`. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1GetConfigResponse{
config: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1Config.t(),
serviceAccount: any(),
serviceAccountProject: any()
}
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1GetConfigResponse{ config: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1Config.t(), serviceAccount: any(), serviceAccountProject: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.