GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_GetConfigResponse (google_api_machine_learning v0.23.0) View Source
Returns service account information associated with a project.
Attributes
-
config
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Config.t
, default:nil
) - -
serviceAccount
(type:String.t
, default:nil
) - The service account Cloud ML uses to access resources in the project. -
serviceAccountProject
(type:String.t
, default:nil
) - The project number forservice_account
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_GetConfigResponse{ config: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Config.t(), serviceAccount: String.t(), serviceAccountProject: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.