Documentation ¶
Index ¶
- func GoogleVertexAiIndex_IsConstruct(x interface{}) *bool
- func GoogleVertexAiIndex_IsTerraformElement(x interface{}) *bool
- func GoogleVertexAiIndex_IsTerraformResource(x interface{}) *bool
- func GoogleVertexAiIndex_TfResourceType() *string
- func NewGoogleVertexAiIndexDeployedIndexesList_Override(g GoogleVertexAiIndexDeployedIndexesList, ...)
- func NewGoogleVertexAiIndexDeployedIndexesOutputReference_Override(g GoogleVertexAiIndexDeployedIndexesOutputReference, ...)
- func NewGoogleVertexAiIndexIndexStatsList_Override(g GoogleVertexAiIndexIndexStatsList, ...)
- func NewGoogleVertexAiIndexIndexStatsOutputReference_Override(g GoogleVertexAiIndexIndexStatsOutputReference, ...)
- func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference_Override(...)
- func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference, ...)
- func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference, ...)
- func NewGoogleVertexAiIndexMetadataConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigOutputReference, ...)
- func NewGoogleVertexAiIndexMetadataOutputReference_Override(g GoogleVertexAiIndexMetadataOutputReference, ...)
- func NewGoogleVertexAiIndexTimeoutsOutputReference_Override(g GoogleVertexAiIndexTimeoutsOutputReference, ...)
- func NewGoogleVertexAiIndex_Override(g GoogleVertexAiIndex, scope constructs.Construct, id *string, ...)
- type GoogleVertexAiIndex
- type GoogleVertexAiIndexConfig
- type GoogleVertexAiIndexDeployedIndexes
- type GoogleVertexAiIndexDeployedIndexesList
- type GoogleVertexAiIndexDeployedIndexesOutputReference
- type GoogleVertexAiIndexIndexStats
- type GoogleVertexAiIndexIndexStatsList
- type GoogleVertexAiIndexIndexStatsOutputReference
- type GoogleVertexAiIndexMetadata
- type GoogleVertexAiIndexMetadataConfig
- type GoogleVertexAiIndexMetadataConfigAlgorithmConfig
- type GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig
- type GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference
- type GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference
- type GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
- type GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference
- type GoogleVertexAiIndexMetadataConfigOutputReference
- type GoogleVertexAiIndexMetadataOutputReference
- type GoogleVertexAiIndexTimeouts
- type GoogleVertexAiIndexTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleVertexAiIndex_IsConstruct ¶
func GoogleVertexAiIndex_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func GoogleVertexAiIndex_IsTerraformElement ¶
func GoogleVertexAiIndex_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleVertexAiIndex_IsTerraformResource ¶
func GoogleVertexAiIndex_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleVertexAiIndex_TfResourceType ¶
func GoogleVertexAiIndex_TfResourceType() *string
func NewGoogleVertexAiIndexDeployedIndexesList_Override ¶
func NewGoogleVertexAiIndexDeployedIndexesList_Override(g GoogleVertexAiIndexDeployedIndexesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiIndexDeployedIndexesOutputReference_Override ¶
func NewGoogleVertexAiIndexDeployedIndexesOutputReference_Override(g GoogleVertexAiIndexDeployedIndexesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiIndexIndexStatsList_Override ¶
func NewGoogleVertexAiIndexIndexStatsList_Override(g GoogleVertexAiIndexIndexStatsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiIndexIndexStatsOutputReference_Override ¶
func NewGoogleVertexAiIndexIndexStatsOutputReference_Override(g GoogleVertexAiIndexIndexStatsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference_Override ¶
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference_Override ¶
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference_Override ¶
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiIndexMetadataConfigOutputReference_Override ¶
func NewGoogleVertexAiIndexMetadataConfigOutputReference_Override(g GoogleVertexAiIndexMetadataConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiIndexMetadataOutputReference_Override ¶
func NewGoogleVertexAiIndexMetadataOutputReference_Override(g GoogleVertexAiIndexMetadataOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiIndexTimeoutsOutputReference_Override ¶
func NewGoogleVertexAiIndexTimeoutsOutputReference_Override(g GoogleVertexAiIndexTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiIndex_Override ¶
func NewGoogleVertexAiIndex_Override(g GoogleVertexAiIndex, scope constructs.Construct, id *string, config *GoogleVertexAiIndexConfig)
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index google_vertex_ai_index} Resource.
Types ¶
type GoogleVertexAiIndex ¶
type GoogleVertexAiIndex interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CreateTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeployedIndexes() GoogleVertexAiIndexDeployedIndexesList Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IndexStats() GoogleVertexAiIndexIndexStatsList IndexUpdateMethod() *string SetIndexUpdateMethod(val *string) IndexUpdateMethodInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Metadata() GoogleVertexAiIndexMetadataOutputReference MetadataInput() *GoogleVertexAiIndexMetadata MetadataSchemaUri() *string Name() *string // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleVertexAiIndexTimeoutsOutputReference TimeoutsInput() interface{} UpdateTime() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutMetadata(value *GoogleVertexAiIndexMetadata) PutTimeouts(value *GoogleVertexAiIndexTimeouts) ResetDescription() ResetId() ResetIndexUpdateMethod() ResetLabels() ResetMetadata() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() ResetRegion() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index google_vertex_ai_index}.
func NewGoogleVertexAiIndex ¶
func NewGoogleVertexAiIndex(scope constructs.Construct, id *string, config *GoogleVertexAiIndexConfig) GoogleVertexAiIndex
Create a new {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index google_vertex_ai_index} Resource.
type GoogleVertexAiIndexConfig ¶
type GoogleVertexAiIndexConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The display name of the Index. // // The name can be up to 128 characters long and can consist of any UTF-8 characters. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#display_name GoogleVertexAiIndex#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // The description of the Index. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#description GoogleVertexAiIndex#description} Description *string `field:"optional" json:"description" yaml:"description"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#id GoogleVertexAiIndex#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // The update method to use with this Index. // // The value must be the followings. If not set, BATCH_UPDATE will be used by default. // BATCH_UPDATE: user can call indexes.patch with files on Cloud Storage of datapoints to update. // STREAM_UPDATE: user can call indexes.upsertDatapoints/DeleteDatapoints to update the Index and the updates will be applied in corresponding DeployedIndexes in nearly real-time. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#index_update_method GoogleVertexAiIndex#index_update_method} IndexUpdateMethod *string `field:"optional" json:"indexUpdateMethod" yaml:"indexUpdateMethod"` // The labels with user-defined metadata to organize your Indexes. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#labels GoogleVertexAiIndex#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // metadata block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#metadata GoogleVertexAiIndex#metadata} Metadata *GoogleVertexAiIndexMetadata `field:"optional" json:"metadata" yaml:"metadata"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#project GoogleVertexAiIndex#project}. Project *string `field:"optional" json:"project" yaml:"project"` // The region of the index. eg us-central1. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#region GoogleVertexAiIndex#region} Region *string `field:"optional" json:"region" yaml:"region"` // timeouts block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#timeouts GoogleVertexAiIndex#timeouts} Timeouts *GoogleVertexAiIndexTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type GoogleVertexAiIndexDeployedIndexes ¶
type GoogleVertexAiIndexDeployedIndexes struct { }
type GoogleVertexAiIndexDeployedIndexesList ¶
type GoogleVertexAiIndexDeployedIndexesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiIndexDeployedIndexesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexDeployedIndexesList ¶
func NewGoogleVertexAiIndexDeployedIndexesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiIndexDeployedIndexesList
type GoogleVertexAiIndexDeployedIndexesOutputReference ¶
type GoogleVertexAiIndexDeployedIndexesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DeployedIndexId() *string // Experimental. Fqn() *string IndexEndpoint() *string InternalValue() *GoogleVertexAiIndexDeployedIndexes SetInternalValue(val *GoogleVertexAiIndexDeployedIndexes) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexDeployedIndexesOutputReference ¶
func NewGoogleVertexAiIndexDeployedIndexesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiIndexDeployedIndexesOutputReference
type GoogleVertexAiIndexIndexStats ¶
type GoogleVertexAiIndexIndexStats struct { }
type GoogleVertexAiIndexIndexStatsList ¶
type GoogleVertexAiIndexIndexStatsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiIndexIndexStatsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexIndexStatsList ¶
func NewGoogleVertexAiIndexIndexStatsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiIndexIndexStatsList
type GoogleVertexAiIndexIndexStatsOutputReference ¶
type GoogleVertexAiIndexIndexStatsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleVertexAiIndexIndexStats SetInternalValue(val *GoogleVertexAiIndexIndexStats) ShardsCount() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VectorsCount() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexIndexStatsOutputReference ¶
func NewGoogleVertexAiIndexIndexStatsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiIndexIndexStatsOutputReference
type GoogleVertexAiIndexMetadata ¶
type GoogleVertexAiIndexMetadata struct { // config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#config GoogleVertexAiIndex#config} Config *GoogleVertexAiIndexMetadataConfig `field:"optional" json:"config" yaml:"config"` // Allows inserting, updating or deleting the contents of the Matching Engine Index. // // The string must be a valid Cloud Storage directory path. If this // field is set when calling IndexService.UpdateIndex, then no other // Index field can be also updated as part of the same call. // The expected structure and format of the files this URI points to is // described at https://cloud.google.com/vertex-ai/docs/matching-engine/using-matching-engine#input-data-format // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#contents_delta_uri GoogleVertexAiIndex#contents_delta_uri} ContentsDeltaUri *string `field:"optional" json:"contentsDeltaUri" yaml:"contentsDeltaUri"` // If this field is set together with contentsDeltaUri when calling IndexService.UpdateIndex, then existing content of the Index will be replaced by the data from the contentsDeltaUri. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#is_complete_overwrite GoogleVertexAiIndex#is_complete_overwrite} IsCompleteOverwrite interface{} `field:"optional" json:"isCompleteOverwrite" yaml:"isCompleteOverwrite"` }
type GoogleVertexAiIndexMetadataConfig ¶
type GoogleVertexAiIndexMetadataConfig struct { // The number of dimensions of the input vectors. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#dimensions GoogleVertexAiIndex#dimensions} Dimensions *float64 `field:"required" json:"dimensions" yaml:"dimensions"` // algorithm_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#algorithm_config GoogleVertexAiIndex#algorithm_config} AlgorithmConfig *GoogleVertexAiIndexMetadataConfigAlgorithmConfig `field:"optional" json:"algorithmConfig" yaml:"algorithmConfig"` // The default number of neighbors to find via approximate search before exact reordering is performed. // // Exact reordering is a procedure where results returned by an // approximate search algorithm are reordered via a more expensive distance computation. // Required if tree-AH algorithm is used. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#approximate_neighbors_count GoogleVertexAiIndex#approximate_neighbors_count} ApproximateNeighborsCount *float64 `field:"optional" json:"approximateNeighborsCount" yaml:"approximateNeighborsCount"` // The distance measure used in nearest neighbor search. // // The value must be one of the followings: // SQUARED_L2_DISTANCE: Euclidean (L_2) Distance // L1_DISTANCE: Manhattan (L_1) Distance // COSINE_DISTANCE: Cosine Distance. Defined as 1 - cosine similarity. // DOT_PRODUCT_DISTANCE: Dot Product Distance. Defined as a negative of the dot product // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#distance_measure_type GoogleVertexAiIndex#distance_measure_type} DistanceMeasureType *string `field:"optional" json:"distanceMeasureType" yaml:"distanceMeasureType"` // Type of normalization to be carried out on each vector. // // The value must be one of the followings: // UNIT_L2_NORM: Unit L2 normalization type // NONE: No normalization type is specified. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#feature_norm_type GoogleVertexAiIndex#feature_norm_type} FeatureNormType *string `field:"optional" json:"featureNormType" yaml:"featureNormType"` }
type GoogleVertexAiIndexMetadataConfigAlgorithmConfig ¶
type GoogleVertexAiIndexMetadataConfigAlgorithmConfig struct { // brute_force_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#brute_force_config GoogleVertexAiIndex#brute_force_config} BruteForceConfig *GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig `field:"optional" json:"bruteForceConfig" yaml:"bruteForceConfig"` // tree_ah_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#tree_ah_config GoogleVertexAiIndex#tree_ah_config} TreeAhConfig *GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig `field:"optional" json:"treeAhConfig" yaml:"treeAhConfig"` }
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig ¶
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig struct { }
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference ¶
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig SetInternalValue(val *GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference ¶
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference ¶
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference interface { cdktf.ComplexObject BruteForceConfig() GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference BruteForceConfigInput() *GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleVertexAiIndexMetadataConfigAlgorithmConfig SetInternalValue(val *GoogleVertexAiIndexMetadataConfigAlgorithmConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TreeAhConfig() GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference TreeAhConfigInput() *GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutBruteForceConfig(value *GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig) PutTreeAhConfig(value *GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig) ResetBruteForceConfig() ResetTreeAhConfig() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference ¶
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig ¶
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig struct { // Number of embeddings on each leaf node. The default value is 1000 if not set. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#leaf_node_embedding_count GoogleVertexAiIndex#leaf_node_embedding_count} LeafNodeEmbeddingCount *float64 `field:"optional" json:"leafNodeEmbeddingCount" yaml:"leafNodeEmbeddingCount"` // The default percentage of leaf nodes that any query may be searched. // // Must be in // range 1-100, inclusive. The default value is 10 (means 10%) if not set. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#leaf_nodes_to_search_percent GoogleVertexAiIndex#leaf_nodes_to_search_percent} LeafNodesToSearchPercent *float64 `field:"optional" json:"leafNodesToSearchPercent" yaml:"leafNodesToSearchPercent"` }
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference ¶
type GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig SetInternalValue(val *GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig) LeafNodeEmbeddingCount() *float64 SetLeafNodeEmbeddingCount(val *float64) LeafNodeEmbeddingCountInput() *float64 LeafNodesToSearchPercent() *float64 SetLeafNodesToSearchPercent(val *float64) LeafNodesToSearchPercentInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetLeafNodeEmbeddingCount() ResetLeafNodesToSearchPercent() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference ¶
func NewGoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference
type GoogleVertexAiIndexMetadataConfigOutputReference ¶
type GoogleVertexAiIndexMetadataConfigOutputReference interface { cdktf.ComplexObject AlgorithmConfig() GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference AlgorithmConfigInput() *GoogleVertexAiIndexMetadataConfigAlgorithmConfig ApproximateNeighborsCount() *float64 SetApproximateNeighborsCount(val *float64) ApproximateNeighborsCountInput() *float64 // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Dimensions() *float64 SetDimensions(val *float64) DimensionsInput() *float64 DistanceMeasureType() *string SetDistanceMeasureType(val *string) DistanceMeasureTypeInput() *string FeatureNormType() *string SetFeatureNormType(val *string) FeatureNormTypeInput() *string // Experimental. Fqn() *string InternalValue() *GoogleVertexAiIndexMetadataConfig SetInternalValue(val *GoogleVertexAiIndexMetadataConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAlgorithmConfig(value *GoogleVertexAiIndexMetadataConfigAlgorithmConfig) ResetAlgorithmConfig() ResetApproximateNeighborsCount() ResetDistanceMeasureType() ResetFeatureNormType() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexMetadataConfigOutputReference ¶
func NewGoogleVertexAiIndexMetadataConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiIndexMetadataConfigOutputReference
type GoogleVertexAiIndexMetadataOutputReference ¶
type GoogleVertexAiIndexMetadataOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Config() GoogleVertexAiIndexMetadataConfigOutputReference ConfigInput() *GoogleVertexAiIndexMetadataConfig ContentsDeltaUri() *string SetContentsDeltaUri(val *string) ContentsDeltaUriInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *GoogleVertexAiIndexMetadata SetInternalValue(val *GoogleVertexAiIndexMetadata) IsCompleteOverwrite() interface{} SetIsCompleteOverwrite(val interface{}) IsCompleteOverwriteInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutConfig(value *GoogleVertexAiIndexMetadataConfig) ResetConfig() ResetContentsDeltaUri() ResetIsCompleteOverwrite() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexMetadataOutputReference ¶
func NewGoogleVertexAiIndexMetadataOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiIndexMetadataOutputReference
type GoogleVertexAiIndexTimeouts ¶
type GoogleVertexAiIndexTimeouts struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#create GoogleVertexAiIndex#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#delete GoogleVertexAiIndex#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google-beta/r/google_vertex_ai_index#update GoogleVertexAiIndex#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleVertexAiIndexTimeoutsOutputReference ¶
type GoogleVertexAiIndexTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetDelete() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewGoogleVertexAiIndexTimeoutsOutputReference ¶
func NewGoogleVertexAiIndexTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiIndexTimeoutsOutputReference
Source Files ¶
- GoogleVertexAiIndex.go
- GoogleVertexAiIndexConfig.go
- GoogleVertexAiIndexDeployedIndexes.go
- GoogleVertexAiIndexDeployedIndexesList.go
- GoogleVertexAiIndexDeployedIndexesList__checks.go
- GoogleVertexAiIndexDeployedIndexesOutputReference.go
- GoogleVertexAiIndexDeployedIndexesOutputReference__checks.go
- GoogleVertexAiIndexIndexStats.go
- GoogleVertexAiIndexIndexStatsList.go
- GoogleVertexAiIndexIndexStatsList__checks.go
- GoogleVertexAiIndexIndexStatsOutputReference.go
- GoogleVertexAiIndexIndexStatsOutputReference__checks.go
- GoogleVertexAiIndexMetadata.go
- GoogleVertexAiIndexMetadataConfig.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfig.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfigOutputReference__checks.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigOutputReference__checks.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference.go
- GoogleVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigOutputReference__checks.go
- GoogleVertexAiIndexMetadataConfigOutputReference.go
- GoogleVertexAiIndexMetadataConfigOutputReference__checks.go
- GoogleVertexAiIndexMetadataOutputReference.go
- GoogleVertexAiIndexMetadataOutputReference__checks.go
- GoogleVertexAiIndexTimeouts.go
- GoogleVertexAiIndexTimeoutsOutputReference.go
- GoogleVertexAiIndexTimeoutsOutputReference__checks.go
- GoogleVertexAiIndex__checks.go
- main.go