Documentation ¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
- Variables
- func DataSourceVertexAIIndex() *schema.Resource
- func ResourceVertexAIDataset() *schema.Resource
- func ResourceVertexAIEndpoint() *schema.Resource
- func ResourceVertexAIFeaturestore() *schema.Resource
- func ResourceVertexAIFeaturestoreEntitytype() *schema.Resource
- func ResourceVertexAIFeaturestoreEntitytypeFeature() *schema.Resource
- func ResourceVertexAIIndex() *schema.Resource
- func ResourceVertexAIIndexEndpoint() *schema.Resource
- func ResourceVertexAIMetadataStore() *schema.Resource
- func ResourceVertexAITensorboard() *schema.Resource
- func VertexAIFeaturestoreEntitytypeIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func VertexAIFeaturestoreEntitytypeIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func VertexAIFeaturestoreIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func VertexAIFeaturestoreIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func VertexAIOperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func VertexAIOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- type VertexAIFeaturestoreEntitytypeIamUpdater
- func (u *VertexAIFeaturestoreEntitytypeIamUpdater) DescribeResource() string
- func (u *VertexAIFeaturestoreEntitytypeIamUpdater) GetMutexKey() string
- func (u *VertexAIFeaturestoreEntitytypeIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *VertexAIFeaturestoreEntitytypeIamUpdater) GetResourceId() string
- func (u *VertexAIFeaturestoreEntitytypeIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type VertexAIFeaturestoreIamUpdater
- func (u *VertexAIFeaturestoreIamUpdater) DescribeResource() string
- func (u *VertexAIFeaturestoreIamUpdater) GetMutexKey() string
- func (u *VertexAIFeaturestoreIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *VertexAIFeaturestoreIamUpdater) GetResourceId() string
- func (u *VertexAIFeaturestoreIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
- type VertexAIOperationWaiter
Constants ¶
This section is empty.
Variables ¶
View Source
var VertexAIFeaturestoreEntitytypeIamSchema = map[string]*schema.Schema{ "featurestore": { Type: schema.TypeString, Required: true, ForceNew: true, }, "entitytype": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
View Source
var VertexAIFeaturestoreIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "region": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "featurestore": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func DataSourceVertexAIIndex ¶
func ResourceVertexAIDataset ¶
func ResourceVertexAIIndex ¶
func VertexAIFeaturestoreEntitytypeIamUpdaterProducer ¶
func VertexAIFeaturestoreEntitytypeIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func VertexAIFeaturestoreEntitytypeIdParseFunc ¶
func VertexAIFeaturestoreEntitytypeIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func VertexAIFeaturestoreIamUpdaterProducer ¶
func VertexAIFeaturestoreIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func VertexAIFeaturestoreIdParseFunc ¶
func VertexAIFeaturestoreIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
func VertexAIOperationWaitTimeWithResponse ¶
func VertexAIOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
Types ¶
type VertexAIFeaturestoreEntitytypeIamUpdater ¶
type VertexAIFeaturestoreEntitytypeIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*VertexAIFeaturestoreEntitytypeIamUpdater) DescribeResource ¶
func (u *VertexAIFeaturestoreEntitytypeIamUpdater) DescribeResource() string
func (*VertexAIFeaturestoreEntitytypeIamUpdater) GetMutexKey ¶
func (u *VertexAIFeaturestoreEntitytypeIamUpdater) GetMutexKey() string
func (*VertexAIFeaturestoreEntitytypeIamUpdater) GetResourceIamPolicy ¶
func (u *VertexAIFeaturestoreEntitytypeIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*VertexAIFeaturestoreEntitytypeIamUpdater) GetResourceId ¶
func (u *VertexAIFeaturestoreEntitytypeIamUpdater) GetResourceId() string
func (*VertexAIFeaturestoreEntitytypeIamUpdater) SetResourceIamPolicy ¶
func (u *VertexAIFeaturestoreEntitytypeIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type VertexAIFeaturestoreIamUpdater ¶
type VertexAIFeaturestoreIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*VertexAIFeaturestoreIamUpdater) DescribeResource ¶
func (u *VertexAIFeaturestoreIamUpdater) DescribeResource() string
func (*VertexAIFeaturestoreIamUpdater) GetMutexKey ¶
func (u *VertexAIFeaturestoreIamUpdater) GetMutexKey() string
func (*VertexAIFeaturestoreIamUpdater) GetResourceIamPolicy ¶
func (u *VertexAIFeaturestoreIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*VertexAIFeaturestoreIamUpdater) GetResourceId ¶
func (u *VertexAIFeaturestoreIamUpdater) GetResourceId() string
func (*VertexAIFeaturestoreIamUpdater) SetResourceIamPolicy ¶
func (u *VertexAIFeaturestoreIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
type VertexAIOperationWaiter ¶
type VertexAIOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*VertexAIOperationWaiter) QueryOp ¶
func (w *VertexAIOperationWaiter) QueryOp() (interface{}, error)
Source Files ¶
- data_source_vertex_ai_index.go
- iam_vertex_ai_featurestore.go
- iam_vertex_ai_featurestore_entitytype.go
- resource_vertex_ai_dataset.go
- resource_vertex_ai_endpoint.go
- resource_vertex_ai_endpoint_sweeper.go
- resource_vertex_ai_featurestore.go
- resource_vertex_ai_featurestore_entitytype.go
- resource_vertex_ai_featurestore_entitytype_feature.go
- resource_vertex_ai_index.go
- resource_vertex_ai_index_endpoint.go
- resource_vertex_ai_index_endpoint_sweeper.go
- resource_vertex_ai_index_sweeper.go
- resource_vertex_ai_metadata_store.go
- resource_vertex_ai_tensorboard.go
- vertex_ai_operation.go
Click to show internal directories.
Click to hide internal directories.