alicloud_cloud_storage_gateway_gateway_file_shares

a message theme can be accessed during the black hole period.MNSFullSyncInit:full synchronization wait.MNSFullSyncing:full synchronization in progress.QueueFailure:a message queue can be accessed during the black hole ...

alicloud_message_service_queue

bytes.Valid value range:1024-65536.Default value:65536.message_retention_period-(Optional)The maximum period for which a message can be retained in the queue.After the specified period,the message is deleted no matter ...

alicloud_message_service_topics

bytes.message_retention_period-The maximum period for which a message can be retained in the topic.A message that is sent to the topic can be retained for a specified period.After the specified period ends,the message is ...

alicloud_message_service_queues

seconds.maximum_message_size-The maximum size of a message body that can be sent to the queue.Unit:bytes.message_retention_period-The maximum period for which a message can be retained in the queue.A message that is sent ...

alicloud_message_service_topic

Provides a Message Notification Service Topic resource.For information about Message Notification Service Topic and how to use it,see What is Topic.->NOTE:Available since v1.188.0.Example Usage Basic Usage variable"name"{ ...

使用SDK访问实例时...can only be accessed from the ...

现象 使用SDK访问实例时出现如下异常:[ErrorCode]:OTSAuthFailed,[Message]:Request denied because this instance can only be accessed from the binded VPC.原因 实例绑定VPC后,只能在绑定的VPC中使用VPC访问地址访问该实例。解决方案...

DBMS_PIPE

显示结果如下:RECEIVE_MESSAGE status:0-NEXT_ITEM_TYPE:9 NUMBER Item:123-NEXT_ITEM_TYPE:11 VARCHAR2 Item:Character data-NEXT_ITEM_TYPE:13 DATE Item:02-OCT-07 11:11:43-NEXT_ITEM_TYPE:23 RAW Item:21222324-NEXT_ITEM_TYPE:0 ...

ListGroups

Message String namespace can not find namespace:1a72ecb1-b4cc-400a-a71b-20cdec9b*,namespaceSource:null 错误信息,仅出错时返回错误信息。RequestId String 71BCC0E3-64B2-4B63-A870-AFB64EBCB58A 请求唯一ID。Success Boolean true ...

Service异常问题排查

SyncLoadBalancerFailed the loadbalancer xxx can not be reused,can not reuse loadbalancer created by kubernetes.复用了CCM创建的SLB。解决方案:查看Service YAML中的annotation service.beta.kubernetes.io/alibaba-cloud-...

合约链错误码

message too long IPC/网络参数错误:消息太长 SDK_NETWORK_DOWN 20034 ipc/network operational errors:network is down IPC/网络运行出错:网络故障 SDK_NETWORK_RESET 20035 ipc/network operational errors:network dropped connection...

Service异常问题排查

SyncLoadBalancerFailed the loadbalancer xxx can not be reused,can not reuse loadbalancer created by kubernetes.复用了CCM创建的SLB。解决方案:查看Service YAML中的annotation service.beta.kubernetes.io/alibaba-cloud-...

Service异常问题排查

SyncLoadBalancerFailed the loadbalancer xxx can not be reused,can not reuse loadbalancer created by kubernetes.复用了CCM创建的CLB。解决方案:查看Service YAML中的annotation service.beta.kubernetes.io/alibaba-cloud-...

认证与连接

mqtt(port=8883,protocol="MQTTv311",transport="TCP",secure="TLS",keep_alive=60,clean_session=True,max_inflight_message=20,max_queued_message=0,auto_reconnect_min_sec=1,auto_reconnect_max_sec=60,check_hostname=True,cadata=...

错误排查

3 0x03 Connection Refused,Server unavailable 网络连接已建立成功,但MQTT服务不可用。4 0x04 Connection Refused,bad user name or password username 或 password 格式错误。5 0x05 Connection Refused,not authorized 设备未经授权。...

MQTT发布

MQTT发布节点支持下发设备消息和自定义消息包,可用于获取设备的信息和动态。使用场景 MQTT发布节点通常...节点输出 {"code":200"data":{"code":200"data":{"code":200"message":"success"}"id":""}"message":"success""localizedMsg":"成功"}

java sdk最佳实践

因为每一个API对象都对应着一条网络链接,因此为了效率,您应尽可能复用已创建出来的API对象,例如Generation,避免不断创建造成的开销,通常可以通过资源池来管理,下面是一个简单的示例,供参考。对象池示例(org.apache.commons:commons-...

alicloud_message_service_subscription

Provides a Message Notification Service Subscription resource.For information about Message Notification Service Subscription and how to use it,see What is Subscription.->NOTE:Available since v1.188.0.Example Usage Basic ...

快速开始

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速开始

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速使用

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速使用

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速开始

audio-turbo',messages=messages)#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus....

快速开始

}]response=dashscope.MultiModalConversation.call(model='qwen-vl-plus',messages=messages)#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message ...

快速开始

response=dashscope.MultiModalConversation.call(model='qwen-audio-chat',messages=messages)#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message ...

快速开始

}]response=dashscope.MultiModalConversation.call(model='qwen-vl-plus',messages=messages)#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message ...

快速开始

v1',prompt='请简要介绍一下浙江大学')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=...

快速使用

llama-13b-2m-v1',prompt='Human:你好 Assistant:')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_...

快速使用

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速使用

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速使用

prompt='Human:你好 Assistant:')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus....

快速使用

llama-13b-v1',prompt='<human>:帮我写一份去西安的旅游计划<bot>:')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if ...

快速使用

帮我写一份去西安的旅游计划<bot>:')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=...

快速开始

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

快速开始

you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response)else:print(response.code)#The error code.print(response.message)#The error message.if_name_='_main_':simple_...

快速开始

')#The response status_code is HTTPStatus.OK indicate success,#otherwise indicate request is failed,you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response.output)#The ...

UpdateJob

Message String job type is java className can not be blank 附加信息,仅出错时返回错误信息。RequestId String 4F68ABED-AC31-4412-9297-D9A8F0401108 请求唯一ID。Success Boolean true 是否成功。示例 请求示例 http(s):/[Endpoint]/...

API详情

you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response)else:print(response.code)#The error code.print(response.message)#The error message.if_name_='_main_':simple_...

API详情

you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response)else:print(response.code)#The error code.print(response.message)#The error message.if_name_='_main_':...

API详情

you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response)else:print(response.code)#The error code.print(response.message)#The error message.if_name_='_main_':...

API详情

you can get error code#and message from code and message.if response.status_code=HTTPStatus.OK:print(response)else:print(response.code)#The error code.print(response.message)#The error message.if_name_='_main_':...
共有200条 < 1 2 3 4 ... 200 >
跳转至: GO
产品推荐
云服务器 安全管家服务 安全中心
这些文档可能帮助您
云消息队列 RocketMQ 版 短信服务 消息服务 弹性公网IP 人工智能平台 PAI 金融分布式架构
新人特惠 爆款特惠 最新活动 免费试用