Documentation ¶
Index ¶
- func GoogleVertexAiEndpoint_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleVertexAiEndpoint_IsConstruct(x interface{}) *bool
- func GoogleVertexAiEndpoint_IsTerraformElement(x interface{}) *bool
- func GoogleVertexAiEndpoint_IsTerraformResource(x interface{}) *bool
- func GoogleVertexAiEndpoint_TfResourceType() *string
- func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesList_Override(g GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList, ...)
- func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference, ...)
- func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList_Override(...)
- func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference_Override(...)
- func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesList_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList, ...)
- func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList, ...)
- func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference_Override(...)
- func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference, ...)
- func NewGoogleVertexAiEndpointDeployedModelsList_Override(g GoogleVertexAiEndpointDeployedModelsList, ...)
- func NewGoogleVertexAiEndpointDeployedModelsOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsOutputReference, ...)
- func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsList_Override(g GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList, ...)
- func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference, ...)
- func NewGoogleVertexAiEndpointEncryptionSpecOutputReference_Override(g GoogleVertexAiEndpointEncryptionSpecOutputReference, ...)
- func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference_Override(...)
- func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference_Override(g GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference, ...)
- func NewGoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference_Override(g GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference, ...)
- func NewGoogleVertexAiEndpointTimeoutsOutputReference_Override(g GoogleVertexAiEndpointTimeoutsOutputReference, ...)
- func NewGoogleVertexAiEndpoint_Override(g GoogleVertexAiEndpoint, scope constructs.Construct, id *string, ...)
- type GoogleVertexAiEndpoint
- type GoogleVertexAiEndpointConfig
- type GoogleVertexAiEndpointDeployedModels
- type GoogleVertexAiEndpointDeployedModelsAutomaticResources
- type GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList
- type GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference
- type GoogleVertexAiEndpointDeployedModelsDedicatedResources
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecs
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpec
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference
- type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference
- type GoogleVertexAiEndpointDeployedModelsList
- type GoogleVertexAiEndpointDeployedModelsOutputReference
- type GoogleVertexAiEndpointDeployedModelsPrivateEndpoints
- type GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList
- type GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference
- type GoogleVertexAiEndpointEncryptionSpec
- type GoogleVertexAiEndpointEncryptionSpecOutputReference
- type GoogleVertexAiEndpointPredictRequestResponseLoggingConfig
- type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination
- type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference
- type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference
- type GoogleVertexAiEndpointPrivateServiceConnectConfig
- type GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference
- type GoogleVertexAiEndpointTimeouts
- type GoogleVertexAiEndpointTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleVertexAiEndpoint_GenerateConfigForImport ¶
func GoogleVertexAiEndpoint_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleVertexAiEndpoint resource upon running "cdktf plan <stack-name>".
func GoogleVertexAiEndpoint_IsConstruct ¶
func GoogleVertexAiEndpoint_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 GoogleVertexAiEndpoint_IsTerraformElement ¶
func GoogleVertexAiEndpoint_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleVertexAiEndpoint_IsTerraformResource ¶
func GoogleVertexAiEndpoint_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleVertexAiEndpoint_TfResourceType ¶
func GoogleVertexAiEndpoint_TfResourceType() *string
func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesList_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesList_Override(g GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesList_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesList_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsList_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsList_Override(g GoogleVertexAiEndpointDeployedModelsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsOutputReference_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsList_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsList_Override(g GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference_Override ¶
func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference_Override(g GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleVertexAiEndpointEncryptionSpecOutputReference_Override ¶
func NewGoogleVertexAiEndpointEncryptionSpecOutputReference_Override(g GoogleVertexAiEndpointEncryptionSpecOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference_Override ¶ added in v14.10.0
func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference_Override(g GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference_Override ¶ added in v14.10.0
func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference_Override(g GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference_Override ¶ added in v14.10.0
func NewGoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference_Override(g GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiEndpointTimeoutsOutputReference_Override ¶
func NewGoogleVertexAiEndpointTimeoutsOutputReference_Override(g GoogleVertexAiEndpointTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleVertexAiEndpoint_Override ¶
func NewGoogleVertexAiEndpoint_Override(g GoogleVertexAiEndpoint, scope constructs.Construct, id *string, config *GoogleVertexAiEndpointConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint google_vertex_ai_endpoint} Resource.
Types ¶
type GoogleVertexAiEndpoint ¶
type GoogleVertexAiEndpoint interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreateTime() *string DedicatedEndpointDns() *string DedicatedEndpointEnabled() interface{} SetDedicatedEndpointEnabled(val interface{}) DedicatedEndpointEnabledInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeployedModels() GoogleVertexAiEndpointDeployedModelsList Description() *string SetDescription(val *string) DescriptionInput() *string DisplayName() *string SetDisplayName(val *string) DisplayNameInput() *string EffectiveLabels() cdktf.StringMap EncryptionSpec() GoogleVertexAiEndpointEncryptionSpecOutputReference EncryptionSpecInput() *GoogleVertexAiEndpointEncryptionSpec Etag() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string ModelDeploymentMonitoringJob() *string Name() *string SetName(val *string) NameInput() *string Network() *string SetNetwork(val *string) NetworkInput() *string // The tree node. Node() constructs.Node PredictRequestResponseLoggingConfig() GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference PredictRequestResponseLoggingConfigInput() *GoogleVertexAiEndpointPredictRequestResponseLoggingConfig PrivateServiceConnectConfig() GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference PrivateServiceConnectConfigInput() *GoogleVertexAiEndpointPrivateServiceConnectConfig 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 TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleVertexAiEndpointTimeoutsOutputReference TimeoutsInput() interface{} TrafficSplit() *string SetTrafficSplit(val *string) TrafficSplitInput() *string UpdateTime() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutEncryptionSpec(value *GoogleVertexAiEndpointEncryptionSpec) PutPredictRequestResponseLoggingConfig(value *GoogleVertexAiEndpointPredictRequestResponseLoggingConfig) PutPrivateServiceConnectConfig(value *GoogleVertexAiEndpointPrivateServiceConnectConfig) PutTimeouts(value *GoogleVertexAiEndpointTimeouts) ResetDedicatedEndpointEnabled() ResetDescription() ResetEncryptionSpec() ResetId() ResetLabels() ResetNetwork() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPredictRequestResponseLoggingConfig() ResetPrivateServiceConnectConfig() ResetProject() ResetRegion() ResetTimeouts() ResetTrafficSplit() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint google_vertex_ai_endpoint}.
func NewGoogleVertexAiEndpoint ¶
func NewGoogleVertexAiEndpoint(scope constructs.Construct, id *string, config *GoogleVertexAiEndpointConfig) GoogleVertexAiEndpoint
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint google_vertex_ai_endpoint} Resource.
type GoogleVertexAiEndpointConfig ¶
type GoogleVertexAiEndpointConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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"` // Required. // // The display name of the Endpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#display_name GoogleVertexAiEndpoint#display_name} DisplayName *string `field:"required" json:"displayName" yaml:"displayName"` // The location for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#location GoogleVertexAiEndpoint#location} Location *string `field:"required" json:"location" yaml:"location"` // The resource name of the Endpoint. // // The name must be numeric with no leading zeros and can be at most 10 digits. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#name GoogleVertexAiEndpoint#name} Name *string `field:"required" json:"name" yaml:"name"` // If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitation will be removed soon. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#dedicated_endpoint_enabled GoogleVertexAiEndpoint#dedicated_endpoint_enabled} DedicatedEndpointEnabled interface{} `field:"optional" json:"dedicatedEndpointEnabled" yaml:"dedicatedEndpointEnabled"` // The description of the Endpoint. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#description GoogleVertexAiEndpoint#description} Description *string `field:"optional" json:"description" yaml:"description"` // encryption_spec block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#encryption_spec GoogleVertexAiEndpoint#encryption_spec} EncryptionSpec *GoogleVertexAiEndpointEncryptionSpec `field:"optional" json:"encryptionSpec" yaml:"encryptionSpec"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#id GoogleVertexAiEndpoint#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 labels with user-defined metadata to organize your Endpoints. // // Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#labels GoogleVertexAiEndpoint#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // The full name of the Google Compute Engine [network](https://cloud.google.com//compute/docs/networks-and-firewalls#networks) to which the Endpoint should be peered. Private services access must already be configured for the network. If left unspecified, the Endpoint is not peered with any network. Only one of the fields, network or enable_private_service_connect, can be set. [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert): 'projects/{project}/global/networks/{network}'. Where '{project}' is a project number, as in '12345', and '{network}' is network name. Only one of the fields, 'network' or 'privateServiceConnectConfig', can be set. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#network GoogleVertexAiEndpoint#network} Network *string `field:"optional" json:"network" yaml:"network"` // predict_request_response_logging_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#predict_request_response_logging_config GoogleVertexAiEndpoint#predict_request_response_logging_config} PredictRequestResponseLoggingConfig *GoogleVertexAiEndpointPredictRequestResponseLoggingConfig `field:"optional" json:"predictRequestResponseLoggingConfig" yaml:"predictRequestResponseLoggingConfig"` // private_service_connect_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#private_service_connect_config GoogleVertexAiEndpoint#private_service_connect_config} PrivateServiceConnectConfig *GoogleVertexAiEndpointPrivateServiceConnectConfig `field:"optional" json:"privateServiceConnectConfig" yaml:"privateServiceConnectConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#project GoogleVertexAiEndpoint#project}. Project *string `field:"optional" json:"project" yaml:"project"` // The region for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#region GoogleVertexAiEndpoint#region} Region *string `field:"optional" json:"region" yaml:"region"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#timeouts GoogleVertexAiEndpoint#timeouts} Timeouts *GoogleVertexAiEndpointTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // A map from a DeployedModel's id to the percentage of this Endpoint's traffic that should be forwarded to that DeployedModel. // // If a DeployedModel's id is not listed in this map, then it receives no traffic. // The traffic percentage values must add up to 100, or map must be empty if the Endpoint is to not accept any traffic at a moment. See // the 'deployModel' [example](https://cloud.google.com/vertex-ai/docs/general/deployment#deploy_a_model_to_an_endpoint) and // [documentation](https://cloud.google.com/vertex-ai/docs/reference/rest/v1beta1/projects.locations.endpoints/deployModel) for more information. // // ~> **Note:** To set the map to empty, set '"{}"', apply, and then remove the field from your config. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#traffic_split GoogleVertexAiEndpoint#traffic_split} TrafficSplit *string `field:"optional" json:"trafficSplit" yaml:"trafficSplit"` }
type GoogleVertexAiEndpointDeployedModels ¶
type GoogleVertexAiEndpointDeployedModels struct { }
type GoogleVertexAiEndpointDeployedModelsAutomaticResources ¶
type GoogleVertexAiEndpointDeployedModelsAutomaticResources struct { }
type GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList ¶
type GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference // 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 NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesList ¶
func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList
type GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference ¶
type GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference 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() *GoogleVertexAiEndpointDeployedModelsAutomaticResources SetInternalValue(val *GoogleVertexAiEndpointDeployedModelsAutomaticResources) MaxReplicaCount() *float64 MinReplicaCount() *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 // 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 NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference ¶
func NewGoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference
type GoogleVertexAiEndpointDeployedModelsDedicatedResources ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResources struct { }
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecs ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecs struct { }
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference // 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 NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference 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() *GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecs SetInternalValue(val *GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecs) MetricName() *string Target() *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 // 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 NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference // 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 NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesList ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpec ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpec struct { }
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference // 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 NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference interface { cdktf.ComplexObject AcceleratorCount() *float64 AcceleratorType() *string // 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() *GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpec SetInternalValue(val *GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpec) MachineType() *string // 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 NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference ¶
type GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference interface { cdktf.ComplexObject AutoscalingMetricSpecs() GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList // 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() *GoogleVertexAiEndpointDeployedModelsDedicatedResources SetInternalValue(val *GoogleVertexAiEndpointDeployedModelsDedicatedResources) MachineSpec() GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList MaxReplicaCount() *float64 MinReplicaCount() *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 // 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 NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference ¶
func NewGoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference
type GoogleVertexAiEndpointDeployedModelsList ¶
type GoogleVertexAiEndpointDeployedModelsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiEndpointDeployedModelsOutputReference // 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 NewGoogleVertexAiEndpointDeployedModelsList ¶
func NewGoogleVertexAiEndpointDeployedModelsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiEndpointDeployedModelsList
type GoogleVertexAiEndpointDeployedModelsOutputReference ¶
type GoogleVertexAiEndpointDeployedModelsOutputReference interface { cdktf.ComplexObject AutomaticResources() GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList // 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) CreateTime() *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 DedicatedResources() GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList DisplayName() *string EnableAccessLogging() cdktf.IResolvable EnableContainerLogging() cdktf.IResolvable // Experimental. Fqn() *string Id() *string InternalValue() *GoogleVertexAiEndpointDeployedModels SetInternalValue(val *GoogleVertexAiEndpointDeployedModels) Model() *string ModelVersionId() *string PrivateEndpoints() GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList ServiceAccount() *string // 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 NewGoogleVertexAiEndpointDeployedModelsOutputReference ¶
func NewGoogleVertexAiEndpointDeployedModelsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiEndpointDeployedModelsOutputReference
type GoogleVertexAiEndpointDeployedModelsPrivateEndpoints ¶
type GoogleVertexAiEndpointDeployedModelsPrivateEndpoints struct { }
type GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList ¶
type GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference // 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 NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsList ¶
func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList
type GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference ¶
type GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference 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 ExplainHttpUri() *string // Experimental. Fqn() *string HealthHttpUri() *string InternalValue() *GoogleVertexAiEndpointDeployedModelsPrivateEndpoints SetInternalValue(val *GoogleVertexAiEndpointDeployedModelsPrivateEndpoints) PredictHttpUri() *string ServiceAttachment() *string // 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 NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference ¶
func NewGoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference
type GoogleVertexAiEndpointEncryptionSpec ¶
type GoogleVertexAiEndpointEncryptionSpec struct { // Required. // // The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: 'projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key'. The key needs to be in the same region as where the compute resource is created. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#kms_key_name GoogleVertexAiEndpoint#kms_key_name} KmsKeyName *string `field:"required" json:"kmsKeyName" yaml:"kmsKeyName"` }
type GoogleVertexAiEndpointEncryptionSpecOutputReference ¶
type GoogleVertexAiEndpointEncryptionSpecOutputReference 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() *GoogleVertexAiEndpointEncryptionSpec SetInternalValue(val *GoogleVertexAiEndpointEncryptionSpec) KmsKeyName() *string SetKmsKeyName(val *string) KmsKeyNameInput() *string // 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 NewGoogleVertexAiEndpointEncryptionSpecOutputReference ¶
func NewGoogleVertexAiEndpointEncryptionSpecOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiEndpointEncryptionSpecOutputReference
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfig ¶ added in v14.10.0
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfig struct { // bigquery_destination block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#bigquery_destination GoogleVertexAiEndpoint#bigquery_destination} BigqueryDestination *GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination `field:"optional" json:"bigqueryDestination" yaml:"bigqueryDestination"` // If logging is enabled or not. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#enabled GoogleVertexAiEndpoint#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Percentage of requests to be logged, expressed as a fraction in range(0,1]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#sampling_rate GoogleVertexAiEndpoint#sampling_rate} SamplingRate *float64 `field:"optional" json:"samplingRate" yaml:"samplingRate"` }
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination ¶ added in v14.10.0
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination struct { // BigQuery URI to a project or table, up to 2000 characters long. // // When only the project is specified, the Dataset and Table is created. When the full table reference is specified, the Dataset must exist and table must not exist. Accepted forms: - BigQuery path. For example: 'bq://projectId' or 'bq://projectId.bqDatasetId' or 'bq://projectId.bqDatasetId.bqTableId'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#output_uri GoogleVertexAiEndpoint#output_uri} OutputUri *string `field:"optional" json:"outputUri" yaml:"outputUri"` }
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference ¶ added in v14.10.0
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference 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() *GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination SetInternalValue(val *GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination) OutputUri() *string SetOutputUri(val *string) OutputUriInput() *string // 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 ResetOutputUri() // 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 NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference ¶ added in v14.10.0
func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference ¶ added in v14.10.0
type GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference interface { cdktf.ComplexObject BigqueryDestination() GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference BigqueryDestinationInput() *GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination // 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleVertexAiEndpointPredictRequestResponseLoggingConfig SetInternalValue(val *GoogleVertexAiEndpointPredictRequestResponseLoggingConfig) SamplingRate() *float64 SetSamplingRate(val *float64) SamplingRateInput() *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 PutBigqueryDestination(value *GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination) ResetBigqueryDestination() ResetEnabled() ResetSamplingRate() // 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 NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference ¶ added in v14.10.0
func NewGoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference
type GoogleVertexAiEndpointPrivateServiceConnectConfig ¶ added in v14.10.0
type GoogleVertexAiEndpointPrivateServiceConnectConfig struct { // Required. If true, expose the IndexEndpoint via private service connect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#enable_private_service_connect GoogleVertexAiEndpoint#enable_private_service_connect} EnablePrivateServiceConnect interface{} `field:"required" json:"enablePrivateServiceConnect" yaml:"enablePrivateServiceConnect"` // If set to true, enable secure private service connect with IAM authorization. // // Otherwise, private service connect will be done without authorization. Note latency will be slightly increased if authorization is enabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#enable_secure_private_service_connect GoogleVertexAiEndpoint#enable_secure_private_service_connect} EnableSecurePrivateServiceConnect interface{} `field:"optional" json:"enableSecurePrivateServiceConnect" yaml:"enableSecurePrivateServiceConnect"` // A list of Projects from which the forwarding rule will target the service attachment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#project_allowlist GoogleVertexAiEndpoint#project_allowlist} ProjectAllowlist *[]*string `field:"optional" json:"projectAllowlist" yaml:"projectAllowlist"` }
type GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference ¶ added in v14.10.0
type GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference 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 EnablePrivateServiceConnect() interface{} SetEnablePrivateServiceConnect(val interface{}) EnablePrivateServiceConnectInput() interface{} EnableSecurePrivateServiceConnect() interface{} SetEnableSecurePrivateServiceConnect(val interface{}) EnableSecurePrivateServiceConnectInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleVertexAiEndpointPrivateServiceConnectConfig SetInternalValue(val *GoogleVertexAiEndpointPrivateServiceConnectConfig) ProjectAllowlist() *[]*string SetProjectAllowlist(val *[]*string) ProjectAllowlistInput() *[]*string // 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 ResetEnableSecurePrivateServiceConnect() ResetProjectAllowlist() // 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 NewGoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference ¶ added in v14.10.0
func NewGoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference
type GoogleVertexAiEndpointTimeouts ¶
type GoogleVertexAiEndpointTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#create GoogleVertexAiEndpoint#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#delete GoogleVertexAiEndpoint#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/6.17.0/docs/resources/google_vertex_ai_endpoint#update GoogleVertexAiEndpoint#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleVertexAiEndpointTimeoutsOutputReference ¶
type GoogleVertexAiEndpointTimeoutsOutputReference 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 NewGoogleVertexAiEndpointTimeoutsOutputReference ¶
func NewGoogleVertexAiEndpointTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleVertexAiEndpointTimeoutsOutputReference
Source Files ¶
- GoogleVertexAiEndpoint.go
- GoogleVertexAiEndpointConfig.go
- GoogleVertexAiEndpointDeployedModels.go
- GoogleVertexAiEndpointDeployedModelsAutomaticResources.go
- GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList.go
- GoogleVertexAiEndpointDeployedModelsAutomaticResourcesList__checks.go
- GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference.go
- GoogleVertexAiEndpointDeployedModelsAutomaticResourcesOutputReference__checks.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResources.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecs.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsList__checks.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesAutoscalingMetricSpecsOutputReference__checks.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesList__checks.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpec.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecList__checks.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesMachineSpecOutputReference__checks.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference.go
- GoogleVertexAiEndpointDeployedModelsDedicatedResourcesOutputReference__checks.go
- GoogleVertexAiEndpointDeployedModelsList.go
- GoogleVertexAiEndpointDeployedModelsList__checks.go
- GoogleVertexAiEndpointDeployedModelsOutputReference.go
- GoogleVertexAiEndpointDeployedModelsOutputReference__checks.go
- GoogleVertexAiEndpointDeployedModelsPrivateEndpoints.go
- GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList.go
- GoogleVertexAiEndpointDeployedModelsPrivateEndpointsList__checks.go
- GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference.go
- GoogleVertexAiEndpointDeployedModelsPrivateEndpointsOutputReference__checks.go
- GoogleVertexAiEndpointEncryptionSpec.go
- GoogleVertexAiEndpointEncryptionSpecOutputReference.go
- GoogleVertexAiEndpointEncryptionSpecOutputReference__checks.go
- GoogleVertexAiEndpointPredictRequestResponseLoggingConfig.go
- GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestination.go
- GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference.go
- GoogleVertexAiEndpointPredictRequestResponseLoggingConfigBigqueryDestinationOutputReference__checks.go
- GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference.go
- GoogleVertexAiEndpointPredictRequestResponseLoggingConfigOutputReference__checks.go
- GoogleVertexAiEndpointPrivateServiceConnectConfig.go
- GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference.go
- GoogleVertexAiEndpointPrivateServiceConnectConfigOutputReference__checks.go
- GoogleVertexAiEndpointTimeouts.go
- GoogleVertexAiEndpointTimeoutsOutputReference.go
- GoogleVertexAiEndpointTimeoutsOutputReference__checks.go
- GoogleVertexAiEndpoint__checks.go
- main.go