CloudAiPlatformTenantresourceTenantResource

AI Overview😉

  • The potential purpose of this module is to manage and organize cloud-based resources and service accounts for Google's Cloud AI Platform. This module appears to be responsible for provisioning and deprovisioning resources, such as P4 service accounts and tenant projects, which are essential for the platform's operation.
  • This module could impact search results by influencing the ranking of websites that utilize Cloud AI Platform resources. If a website's resources are properly provisioned and organized, it may be viewed as a more trustworthy and reliable source, leading to higher search rankings. Conversely, websites with poorly managed resources may be penalized.
  • To be more favorable for this function, a website could ensure that its Cloud AI Platform resources are properly set up and organized. This may involve regularly reviewing and updating service accounts, tenant projects, and other resources to ensure they are accurately provisioned and deprovisioned. Additionally, websites could focus on maintaining a clean and efficient resource structure, which may be viewed positively by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantResource (google_api_content_warehouse v0.4.0)

A collection of tenant resources.

Attributes

  • p4ServiceAccounts (type: list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceServiceAccountIdentity.t), default: nil) - A list of P4 service accounts (go/p4sa) to provision or deprovision.
  • tenantProjectResources (type: list(GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectResource.t), default: nil) - A list of tenant projects and tenant resources to provision or deprovision.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantResource{
    p4ServiceAccounts:
      [
        GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceServiceAccountIdentity.t()
      ]
      | nil,
    tenantProjectResources:
      [
        GoogleApi.ContentWarehouse.V1.Model.CloudAiPlatformTenantresourceTenantProjectResource.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.