Indicates whether the resource is in a ready state.
primaryCondition
Represents the primary condition of a resource. If the resource is ready, then the condition indicates the resource is ready. Otherwise, the condition is the primary reason why the resource is not ready.
resourceConditionsarray
Represents a collection of conditions for a resource and its subresources. You can use it to determine the overall health of a resource and its subresources.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eaiplatform.gdc.goog/v1\u003c/code\u003e package defines API schema for managing AI platform endpoints and traffic routing.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDestination\u003c/code\u003e specifies the service to which traffic is routed, including traffic percentage and service reference details, with fields for HTTP and gRPC ports when relevant.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEndpoint\u003c/code\u003e resource manages dataplane services and routing, with \u003ccode\u003eEndpointSpec\u003c/code\u003e determining destinations and DNS configurations, which can be new or existing.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEndpointStatus\u003c/code\u003e provides details on the resource's health, including its readiness, conditions, and fully qualified domain name (FQDN).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDestinationServiceRef\u003c/code\u003e defines the service type, name, and namespace the traffic is routed to, allowing specification of types such as \u003ccode\u003eDeployedModel\u003c/code\u003e, \u003ccode\u003eMicroService\u003c/code\u003e, or \u003ccode\u003eService\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# KRM API aiplatform.gdc.goog/v1\n\naiplatform.gdc.goog/v1\n----------------------\n\nPackage v1 contains API Schema definitions for the aiplatform.gdc.goog v1 API group.\n\n### Destination\n\nPresents the amount of traffic that must be routed to the service.\n\n*Appears in:*\n\n- [EndpointSpec](#endpointspec)\n\n### DestinationServiceRef\n\nDefines the services that the traffic can be routed to.\n\n*Appears in:*\n\n- [Destination](#destination)\n\n### Endpoint\n\nDefines the dataplane for the services and handles the routing for those services.\n\n*Appears in:*\n\n- [EndpointList](#endpointlist)\n\n### EndpointList\n\nContains a list of `Endpoint` resources.\n\n### EndpointSpec\n\nIncludes traffic destinations with weight and defines whether a new Domain Name System (DNS) name must be created or an existing one must be used.\n\n*Appears in:*\n\n- [Endpoint](#endpoint)\n\n### EndpointStatus\n\n*Appears in:*\n\n- [Endpoint](#endpoint)"]]