Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
[[["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-28 UTC."],[],[],null,["# Interface DeployedModel.StatusOrBuilder (1.32.0)\n\n public static interface DeployedModel.StatusOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getAvailableReplicaCount()\n\n public abstract int getAvailableReplicaCount()\n\nOutput only. The number of available replicas of the deployed model.\n\n`int32 available_replica_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getLastUpdateTime()\n\n public abstract Timestamp getLastUpdateTime()\n\nOutput only. The time at which the status was last updated.\n\n`\n.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getLastUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()\n\nOutput only. The time at which the status was last updated.\n\n`\n.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getMessage()\n\n public abstract String getMessage()\n\nOutput only. The latest deployed model's status message (if any).\n\n`string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getMessageBytes()\n\n public abstract ByteString getMessageBytes()\n\nOutput only. The latest deployed model's status message (if any).\n\n`string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### hasLastUpdateTime()\n\n public abstract boolean hasLastUpdateTime()\n\nOutput only. The time at which the status was last updated.\n\n`\n.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]