oci.AiLanguage.Endpoint
Explore with Pulumi AI
This resource provides the Endpoint resource in Oracle Cloud Infrastructure Ai Language service.
Creates a new endpoint and deploy the trained model
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testEndpoint = new Oci.AiLanguage.Endpoint("testEndpoint", new()
{
CompartmentId = @var.Compartment_id,
ModelId = oci_ai_language_model.Test_model.Id,
DefinedTags =
{
{ "foo-namespace.bar-key", "value" },
},
Description = @var.Endpoint_description,
DisplayName = @var.Endpoint_display_name,
FreeformTags =
{
{ "bar-key", "value" },
},
InferenceUnits = @var.Endpoint_inference_units,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/AiLanguage"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := AiLanguage.NewEndpoint(ctx, "testEndpoint", &AiLanguage.EndpointArgs{
CompartmentId: pulumi.Any(_var.Compartment_id),
ModelId: pulumi.Any(oci_ai_language_model.Test_model.Id),
DefinedTags: pulumi.AnyMap{
"foo-namespace.bar-key": pulumi.Any("value"),
},
Description: pulumi.Any(_var.Endpoint_description),
DisplayName: pulumi.Any(_var.Endpoint_display_name),
FreeformTags: pulumi.AnyMap{
"bar-key": pulumi.Any("value"),
},
InferenceUnits: pulumi.Any(_var.Endpoint_inference_units),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.AiLanguage.Endpoint;
import com.pulumi.oci.AiLanguage.EndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var testEndpoint = new Endpoint("testEndpoint", EndpointArgs.builder()
.compartmentId(var_.compartment_id())
.modelId(oci_ai_language_model.test_model().id())
.definedTags(Map.of("foo-namespace.bar-key", "value"))
.description(var_.endpoint_description())
.displayName(var_.endpoint_display_name())
.freeformTags(Map.of("bar-key", "value"))
.inferenceUnits(var_.endpoint_inference_units())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_endpoint = oci.ai_language.Endpoint("testEndpoint",
compartment_id=var["compartment_id"],
model_id=oci_ai_language_model["test_model"]["id"],
defined_tags={
"foo-namespace.bar-key": "value",
},
description=var["endpoint_description"],
display_name=var["endpoint_display_name"],
freeform_tags={
"bar-key": "value",
},
inference_units=var["endpoint_inference_units"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testEndpoint = new oci.ailanguage.Endpoint("testEndpoint", {
compartmentId: _var.compartment_id,
modelId: oci_ai_language_model.test_model.id,
definedTags: {
"foo-namespace.bar-key": "value",
},
description: _var.endpoint_description,
displayName: _var.endpoint_display_name,
freeformTags: {
"bar-key": "value",
},
inferenceUnits: _var.endpoint_inference_units,
});
resources:
testEndpoint:
type: oci:AiLanguage:Endpoint
properties:
#Required
compartmentId: ${var.compartment_id}
modelId: ${oci_ai_language_model.test_model.id}
#Optional
definedTags:
foo-namespace.bar-key: value
description: ${var.endpoint_description}
displayName: ${var.endpoint_display_name}
freeformTags:
bar-key: value
inferenceUnits: ${var.endpoint_inference_units}
Create Endpoint Resource
new Endpoint(name: string, args: EndpointArgs, opts?: CustomResourceOptions);
@overload
def Endpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
inference_units: Optional[int] = None,
model_id: Optional[str] = None)
@overload
def Endpoint(resource_name: str,
args: EndpointArgs,
opts: Optional[ResourceOptions] = None)
func NewEndpoint(ctx *Context, name string, args EndpointArgs, opts ...ResourceOption) (*Endpoint, error)
public Endpoint(string name, EndpointArgs args, CustomResourceOptions? opts = null)
public Endpoint(String name, EndpointArgs args)
public Endpoint(String name, EndpointArgs args, CustomResourceOptions options)
type: oci:AiLanguage:Endpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Endpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Endpoint resource accepts the following input properties:
- Compartment
Id string (Updatable) The OCID compartment identifier for the endpoint
- Model
Id string (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Dictionary<string, object>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) A short description of the an endpoint.
- Display
Name string (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Dictionary<string, object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inference
Units int (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- Compartment
Id string (Updatable) The OCID compartment identifier for the endpoint
- Model
Id string (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- map[string]interface{}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) A short description of the an endpoint.
- Display
Name string (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- map[string]interface{}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inference
Units int (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- compartment
Id String (Updatable) The OCID compartment identifier for the endpoint
- model
Id String (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<String,Object>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) A short description of the an endpoint.
- display
Name String (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Map<String,Object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference
Units Integer (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- compartment
Id string (Updatable) The OCID compartment identifier for the endpoint
- model
Id string (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- {[key: string]: any}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
(Updatable) A short description of the an endpoint.
- display
Name string (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- {[key: string]: any}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference
Units number (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- compartment_
id str (Updatable) The OCID compartment identifier for the endpoint
- model_
id str (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Mapping[str, Any]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
(Updatable) A short description of the an endpoint.
- display_
name str (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Mapping[str, Any]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference_
units int (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- compartment
Id String (Updatable) The OCID compartment identifier for the endpoint
- model
Id String (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Map<Any>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) A short description of the an endpoint.
- display
Name String (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Map<Any>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference
Units Number (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
Outputs
All input properties are implicitly available as output properties. Additionally, the Endpoint resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- Project
Id string The OCID of the project to associate with the Endpoint.
- State string
The state of the endpoint.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the endpoint was created. An RFC3339 formatted datetime string.
- Time
Updated string The time the endpoint was updated. An RFC3339 formatted datetime string.
- Id string
The provider-assigned unique ID for this managed resource.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- Project
Id string The OCID of the project to associate with the Endpoint.
- State string
The state of the endpoint.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the endpoint was created. An RFC3339 formatted datetime string.
- Time
Updated string The time the endpoint was updated. An RFC3339 formatted datetime string.
- id String
The provider-assigned unique ID for this managed resource.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- project
Id String The OCID of the project to associate with the Endpoint.
- state String
The state of the endpoint.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the endpoint was created. An RFC3339 formatted datetime string.
- time
Updated String The time the endpoint was updated. An RFC3339 formatted datetime string.
- id string
The provider-assigned unique ID for this managed resource.
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- project
Id string The OCID of the project to associate with the Endpoint.
- state string
The state of the endpoint.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the the endpoint was created. An RFC3339 formatted datetime string.
- time
Updated string The time the endpoint was updated. An RFC3339 formatted datetime string.
- id str
The provider-assigned unique ID for this managed resource.
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- project_
id str The OCID of the project to associate with the Endpoint.
- state str
The state of the endpoint.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the the endpoint was created. An RFC3339 formatted datetime string.
- time_
updated str The time the endpoint was updated. An RFC3339 formatted datetime string.
- id String
The provider-assigned unique ID for this managed resource.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- project
Id String The OCID of the project to associate with the Endpoint.
- state String
The state of the endpoint.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the endpoint was created. An RFC3339 formatted datetime string.
- time
Updated String The time the endpoint was updated. An RFC3339 formatted datetime string.
Look up Existing Endpoint Resource
Get an existing Endpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EndpointState, opts?: CustomResourceOptions): Endpoint
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
compartment_id: Optional[str] = None,
defined_tags: Optional[Mapping[str, Any]] = None,
description: Optional[str] = None,
display_name: Optional[str] = None,
freeform_tags: Optional[Mapping[str, Any]] = None,
inference_units: Optional[int] = None,
lifecycle_details: Optional[str] = None,
model_id: Optional[str] = None,
project_id: Optional[str] = None,
state: Optional[str] = None,
system_tags: Optional[Mapping[str, Any]] = None,
time_created: Optional[str] = None,
time_updated: Optional[str] = None) -> Endpoint
func GetEndpoint(ctx *Context, name string, id IDInput, state *EndpointState, opts ...ResourceOption) (*Endpoint, error)
public static Endpoint Get(string name, Input<string> id, EndpointState? state, CustomResourceOptions? opts = null)
public static Endpoint get(String name, Output<String> id, EndpointState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Compartment
Id string (Updatable) The OCID compartment identifier for the endpoint
- Dictionary<string, object>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) A short description of the an endpoint.
- Display
Name string (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Dictionary<string, object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inference
Units int (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- Model
Id string (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Project
Id string The OCID of the project to associate with the Endpoint.
- State string
The state of the endpoint.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the endpoint was created. An RFC3339 formatted datetime string.
- Time
Updated string The time the endpoint was updated. An RFC3339 formatted datetime string.
- Compartment
Id string (Updatable) The OCID compartment identifier for the endpoint
- map[string]interface{}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
(Updatable) A short description of the an endpoint.
- Display
Name string (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- map[string]interface{}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Inference
Units int (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- Model
Id string (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- Project
Id string The OCID of the project to associate with the Endpoint.
- State string
The state of the endpoint.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the endpoint was created. An RFC3339 formatted datetime string.
- Time
Updated string The time the endpoint was updated. An RFC3339 formatted datetime string.
- compartment
Id String (Updatable) The OCID compartment identifier for the endpoint
- Map<String,Object>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) A short description of the an endpoint.
- display
Name String (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Map<String,Object>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference
Units Integer (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- model
Id String (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- project
Id String The OCID of the project to associate with the Endpoint.
- state String
The state of the endpoint.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the endpoint was created. An RFC3339 formatted datetime string.
- time
Updated String The time the endpoint was updated. An RFC3339 formatted datetime string.
- compartment
Id string (Updatable) The OCID compartment identifier for the endpoint
- {[key: string]: any}
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
(Updatable) A short description of the an endpoint.
- display
Name string (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- {[key: string]: any}
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference
Units number (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- model
Id string (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- project
Id string The OCID of the project to associate with the Endpoint.
- state string
The state of the endpoint.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the the endpoint was created. An RFC3339 formatted datetime string.
- time
Updated string The time the endpoint was updated. An RFC3339 formatted datetime string.
- compartment_
id str (Updatable) The OCID compartment identifier for the endpoint
- Mapping[str, Any]
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
(Updatable) A short description of the an endpoint.
- display_
name str (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Mapping[str, Any]
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference_
units int (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- model_
id str (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- project_
id str The OCID of the project to associate with the Endpoint.
- state str
The state of the endpoint.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the the endpoint was created. An RFC3339 formatted datetime string.
- time_
updated str The time the endpoint was updated. An RFC3339 formatted datetime string.
- compartment
Id String (Updatable) The OCID compartment identifier for the endpoint
- Map<Any>
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
(Updatable) A short description of the an endpoint.
- display
Name String (Updatable) A user-friendly display name for the resource. It should be unique and can be modified. Avoid entering confidential information.
- Map<Any>
(Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- inference
Units Number (Updatable) Number of replicas required for this endpoint. This will be optional parameter. Default will be 1.
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
- model
Id String (Updatable) The OCID of the model to associate with the endpoint.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
- project
Id String The OCID of the project to associate with the Endpoint.
- state String
The state of the endpoint.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the endpoint was created. An RFC3339 formatted datetime string.
- time
Updated String The time the endpoint was updated. An RFC3339 formatted datetime string.
Import
Endpoints can be imported using the id
, e.g.
$ pulumi import oci:AiLanguage/endpoint:Endpoint test_endpoint "id"
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.