Question 1mediummultiple choice
Review the full subnetting walkthrough →1Z0-1127 Deploying and Managing Generative AI on OCI • Complete Question Bank
Complete 1Z0-1127 Deploying and Managing Generative AI on OCI question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit.
```
$ oci generative-ai dedicated-ai-cluster get --dedicated-ai-cluster-id ocid1.dedicatedaicluster.oc1.iad.xxxxx
{
"data": {
"capacity": 10,
"id": "ocid1.dedicatedaicluster.oc1.iad.xxxxx",
"lifecycle-state": "ACTIVE",
"time-created": "2024-01-15T10:00:00Z",
"time-updated": "2024-01-15T10:00:00Z"
}
}
```Refer to the exhibit.
```
{
"statements": [
"ALLOW GROUP GenerativeAIAdmins TO USE generative-ai-family IN TENANCY",
"ALLOW GROUP GenerativeAIUsers TO USE generative-ai-dedicated-ai-clusters IN COMPARTMENT MyCompartment",
"ALLOW GROUP GenerativeAIUsers TO USE generative-ai-models IN COMPARTMENT MyCompartment"
]
}
```Refer to the exhibit.
```json
{
"data": [
{
"id": "ocid1.generativeaimodel.oc1..aaaaaaEXAMPLE",
"display-name": "my-fine-tuned-model",
"model-type": "FINE_TUNED",
"base-model-id": "ocid1.generativeaimodel.oc1..aaaaaaBASEMODEL",
"time-created": "2024-05-01T12:00:00Z",
"lifecycle-state": "ACTIVE"
}
]
}
```Refer to the exhibit. ``` Allow group GenerativeAIAdmins to manage generative-ai-model in compartment MyCompartment Allow group GenerativeAIAdmins to manage generative-ai-endpoint in compartment MyCompartment ```
Refer to the exhibit.
```json
{
"code": "IncorrectState",
"message": "The model endpoint is in DELETED state and cannot be used."
}
```{
"compartmentId": "ocid1.compartment.oc1..xxxxx",
"displayName": "llama-cluster",
"aiClusterShape": "VM.GPU.A10.1",
"nodeCount": 4,
"networkConfiguration": {
"subnetId": "ocid1.subnet.oc1.iad.xxxxx",
"assignPublicIp": false
}
}{
"data": {
"id": "ocid1.finetuningjob.oc1.iad.xxxxx",
"lifecycle-state": "FAILED",
"lifecycle-details": "Job terminated due to out-of-memory error on worker node. Consider increasing the cluster shape or reducing the model size."
}
}GET /20180401/metrics?compartmentId=ocid1.compartment.oc1..aaaa...&metricName=InferenceLatency&aggregationInterval=1m&groupBy=modelId
Allow group GenAI-Admin to manage dedicated-ai-clusters in compartment FinComp Allow group GenAI-Admin to manage custom-models in compartment FinComp Allow group GenAI-Admin to read object-storage in compartment FinComp
Refer to the exhibit.
{
"compartmentId": "ocid1.compartment.oc1..aaaaaaaaxxx",
"modelId": "ocid1.generativeaimodel.oc1.iad.xxxx",
"inferenceParameters": {
"temperature": 0.5,
"maxTokens": 2000,
"topP": 0.9
}
}Refer to the exhibit.
$ oci generative-ai model list --compartment-id ocid1.compartment.oc1..aaaa
{
"data": [
{ "id": "ocid1.generativeaimodel.oc1.iad.xxxx", "name": "cohere.command-light", "lifecycle-state": "ACTIVE" }
]
}Refer to the exhibit.
{
"status": 403,
"code": "NotAuthorizedOrNotFound",
"message": "Authorization failed or requested resource not found"
}
A data scientist has the following IAM policy in the root compartment:
Allow group DataScientists to manage ai-services-generative-ai-family in compartment AIResources