Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xxx (0.16 sec)

  1. cmd/admin-handlers-users.go

    			IsGroup:     isGroup,
    			Policy:      policyName,
    		},
    		UpdatedAt: updatedAt,
    	}))
    }
    
    // ListPolicyMappingEntities - GET /minio/admin/v3/idp/builtin/polciy-entities?policy=xxx&user=xxx&group=xxx
    func (a adminAPIHandlers) ListPolicyMappingEntities(w http.ResponseWriter, r *http.Request) {
    	ctx := r.Context()
    
    	// Check authorization.
    	objectAPI, cred := validateAdminReq(ctx, w, r,
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 77.3K bytes
    - Viewed (0)
  2. RELEASE.md

            checkpoint, please change your optimizer to
            `tf.keras.optimizers.legacy.XXX` (e.g.
            `tf.keras.optimizers.legacy.Adam`).
        *   **TF1 compatibility.** The new optimizer does not support TF1 any more,
            so please use the legacy optimizer `tf.keras.optimizer.legacy.XXX`.
            We highly recommend to migrate your workflow to TF2 for stable
            support and new features.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top